Uses of Interface
xrel.parser.SymElementKind

Packages that use SymElementKind
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.  
 

Uses of SymElementKind in xrel.analyzer
 

Classes in xrel.analyzer that implement SymElementKind
 class ElementAutomata
          Contains the methods to build and show the automata associated to the elements of the symbol table (types, patterns, expressions).
 class PatternMatching
          Contains the run-time pattern matching algorithm.
 class Translate
          Provides several transform operations to the symbol table.
 

Uses of SymElementKind in xrel.parser
 

Classes in xrel.parser that implement SymElementKind
 class ErrorCheckVisitor
          This is a JJTree visitor that checks for syntax errors in the syntax tree of the program.
 class SymTable
          The symbol table contains the types, the patterns, the variables and the expressions inside the program.