| Modifier and Type | Field and Description |
|---|---|
SymbolTable |
ILOCProgram.staticSymbols
Static symbol table (global variables and functions)
|
| Modifier and Type | Method and Description |
|---|---|
SymbolTable |
BuildSymbolTables.getCurrentTable()
Return the innermost active symbol table.
|
SymbolTable |
BuildSymbolTables.initializeScope()
Create a new innermost symbol table scope and push it on the stack.
|
| Constructor and Description |
|---|
SymbolTable(SymbolTable parent)
Create a new, empty symbol table.
|
Copyright © 2019. All rights reserved.