Uses of Interface
xrel.parser.XRelParserTreeConstants

Packages that use XRelParserTreeConstants
xrel.analyzer This package contains the classes that process the output of the parser and that perform static checking of the program.  
xrel.parser Many classes here are generated by JavaCC / JJTree.  
xrel.xml Here you can find the XML parser.  
 

Uses of XRelParserTreeConstants in xrel.analyzer
 

Classes in xrel.analyzer that implement XRelParserTreeConstants
 class Translate
          Provides several transform operations to the symbol table.
 

Uses of XRelParserTreeConstants in xrel.parser
 

Classes in xrel.parser that implement XRelParserTreeConstants
 class SymTable
          The symbol table contains the types, the patterns, the variables and the expressions inside the program.
 class XRelParser
           
 

Uses of XRelParserTreeConstants in xrel.xml
 

Classes in xrel.xml that implement XRelParserTreeConstants
 class XmlDoc
          Traverses an XML document with DOM and translates it in an internal format tree.