Package | Description |
---|---|
edu.illinois.cs.cogcomp.lbjava.IR |
Modifier and Type | Field and Description |
---|---|
static SymbolTable |
AST.globalSymbolTable
The
symbolTable variable mirrors this variable. |
SymbolTable |
ASTNode.symbolTable
The table of variable types representing this node's scope.
|
Modifier and Type | Method and Description |
---|---|
SymbolTable |
SymbolTable.getParent()
Retrieves the parent of this table.
|
Modifier and Type | Method and Description |
---|---|
void |
SymbolTable.addChild(SymbolTable s)
Adds a child to this table.
|
Constructor and Description |
---|
SymbolTable(SymbolTable p)
Initializes the member variables.
|
Copyright © 2016. All rights reserved.