Uses of Class
edu.hws.jcm.data.SymbolTable

Packages that use SymbolTable
edu.hws.jcm.data   
 

Uses of SymbolTable in edu.hws.jcm.data
 

Fields in edu.hws.jcm.data declared as SymbolTable
protected  SymbolTable Parser.symbols
          The symbol table that contains the MathObjects that have been registered with this parser.
protected  SymbolTable ParserContext.symbols
          The Parser's symbol table, which is used for looking up tokens of type IDENTIFIER.
 

Constructors in edu.hws.jcm.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.