Package jmri.jmrit.logixng
Interface SymbolTable.Symbol
- All Known Implementing Classes:
DefaultSymbolTable.DefaultSymbol
- Enclosing interface:
- SymbolTable
public static interface SymbolTable.Symbol
The definition of the symbol
-
Method Summary
-
Method Details
-
getName
The name of the symbol- Returns:
- the name
-
getIndex
int getIndex()The index on the stack for this symbol- Returns:
- the index
-