|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SymbolTable | |
|---|---|
| net.sourceforge.webcompmath.data | |
| Uses of SymbolTable in net.sourceforge.webcompmath.data |
|---|
| Fields in net.sourceforge.webcompmath.data declared as SymbolTable | |
|---|---|
protected SymbolTable |
ParserContext.symbols
The Parser's symbol table, which is used for looking up tokens of type IDENTIFIER. |
protected SymbolTable |
Parser.symbols
The symbol table that contains the MathObjects that have been registered with this parser. |
| Constructors in net.sourceforge.webcompmath.data with parameters of type SymbolTable | |
|---|---|
ParserContext(java.lang.String data,
int options,
SymbolTable symbols)
Create a ParserContext for parsing the data String, using the specified options and symbol table. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||