public class SymbolTable extends Object
| Modifier and Type | Field and Description |
|---|---|
GlobalScope |
GLOBALS |
static Type |
INVALID_TYPE |
BaseScope |
PREDEFINED |
| Constructor and Description |
|---|
SymbolTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
defineGlobalSymbol(Symbol s) |
void |
definePredefinedSymbol(Symbol s) |
void |
initTypeSystem() |
public static final Type INVALID_TYPE
public BaseScope PREDEFINED
public GlobalScope GLOBALS
Copyright © 2016 ANTLR. All Rights Reserved.