Uses of Class
xrel.analyzer.TASimple

Packages that use TASimple
xrel.parser Many classes here are generated by JavaCC / JJTree.  
 

Uses of TASimple in xrel.parser
 

Methods in xrel.parser that return TASimple
 TASimple SymTable.getSimpleAutomaton(java.lang.String nm, SymElement el, int BuildPhases, boolean debug)
          Returns an automaton with a given name.
 TASimple SymElement.getElementAutomaton(int BuildPhases, boolean debug)
          Gets the internal automaton associated to the element and if it doesn't exist it creates it.