Package xrel.parser

Many classes here are generated by JavaCC / JJTree.

See:
          Description

Interface Summary
Node  
SpecialNames TODO insert comment here
SymElementKind This interface defines the kinds of elements into the symbol table and the strings that describe them.
XRelParserConstants  
XRelParserTreeConstants  
XRelParserVisitor  
 

Class Summary
ASTAs  
ASTCase  
ASTComma  
ASTEmpty  
ASTExportTp  
ASTIdentifier  
ASTImportSt  
ASTOperator  
ASTPar  
ASTProgram  
ASTStatementList  
ASTString  
ASTStringLiteral  
ASTSwitchCase  
ASTTag  
ASTTypeDecl  
ErrorCheckVisitor This is a JJTree visitor that checks for syntax errors in the syntax tree of the program.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleNode  
SymElement This class is a symbol table element.
SymTable The symbol table contains the types, the patterns, the variables and the expressions inside the program.
Token Describes the input token stream.
WriteTokensVisitor This class is a JJTree visitor that writes out the tree in a flat human-readable representation.
XRelParser  
XRelParserTokenManager  
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package xrel.parser Description

Many classes here are generated by JavaCC / JJTree.

You can find here the parser for the .xre files.