|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SymbolTable | |
jparse | Provides the main classes that parse and evaluate Java programs. |
Uses of SymbolTable in jparse |
Fields in jparse declared as SymbolTable | |
(package private) SymbolTable |
SymbolTable.parent
The symbol table for the enclosing scope |
protected static SymbolTable |
JavaAST.currSymTable
The current symbol table under construction |
SymbolTable |
JavaAST.symTable
The symbols in the context of this AST node |
Constructors in jparse with parameters of type SymbolTable | |
JavaAST(SymbolTable table)
Create a new Java AST with an existing symbol table |
|
JavaAST(antlr.Token token,
SymbolTable table)
Create a new Java AST from a token, with an existing symbol table |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |