Uses of Package
xrel.parser

Packages that use xrel.parser
xrel This is the main package. 
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.  
 

Classes in xrel.parser used by xrel
SpecialNames
          TODO insert comment here
 

Classes in xrel.parser used by xrel.analyzer
SimpleNode
           
SpecialNames
          TODO insert comment here
SymElement
          This class is a symbol table element.
SymElementKind
          This interface defines the kinds of elements into the symbol table and the strings that describe them.
SymTable
          The symbol table contains the types, the patterns, the variables and the expressions inside the program.
XRelParserTreeConstants
           
 

Classes in xrel.parser used by xrel.parser
ASTAs
           
ASTCase
           
ASTComma
           
ASTEmpty
           
ASTExportTp
           
ASTIdentifier
           
ASTImportSt
           
ASTOperator
           
ASTPar
           
ASTProgram
           
ASTStatementList
           
ASTString
           
ASTStringLiteral
           
ASTSwitchCase
           
ASTTag
           
ASTTypeDecl
           
Node
           
ParseException
          This exception is thrown when parse errors are encountered.
SimpleCharStream
          An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleNode
           
SpecialNames
          TODO insert comment here
SymElement
          This class is a symbol table element.
SymElementKind
          This interface defines the kinds of elements into the symbol table and the strings that describe them.
SymTable
          The symbol table contains the types, the patterns, the variables and the expressions inside the program.
Token
          Describes the input token stream.
XRelParser
           
XRelParserConstants
           
XRelParserTokenManager
           
XRelParserTreeConstants
           
XRelParserVisitor
           
 

Classes in xrel.parser used by xrel.xml
SimpleNode
           
XRelParserTreeConstants