Uses of Package
marf.nlp.Parsing

Packages that use marf.nlp.Parsing
marf.nlp.Parsing   
marf.nlp.Parsing.GrammarCompiler   
marf.nlp.util   
 

Classes in marf.nlp.Parsing used by marf.nlp.Parsing
CompilerError
          Generic Compiler Error.
GenericLexicalAnalyzer
          Generic Lexical Analyzer.
LexicalAnalyzer
          LexicalAnalyzer class encapsulates the functionality required for lexical analysis of a MARF source program.
LexicalError
          This class denotes a lexical error type.
Parser
          Generic Language Parser.
SymbolTable
          Symbol Table data structure.
SymDataType
          User-defined symbol's data type.
SymTabEntry
          This class denotes one entry per user-defined symbol in the Symbol Table.
SyntaxError
          Represents a Syntax Error.
Token
          This class denotes a Token data structure.
TokenSubType
          MARF Specific Tokens Types.
TokenType
          Generic Token Type.
TransitionTable
          TransitionTable class stores transition table for the main parser.
VarSymTabEntry
          Represents Variable SymTab Entry.
 

Classes in marf.nlp.Parsing used by marf.nlp.Parsing.GrammarCompiler
CompilerError
          Generic Compiler Error.
GenericLexicalAnalyzer
          Generic Lexical Analyzer.
LexicalError
          This class denotes a lexical error type.
SemanticError
          Class SemanticError Represents an instance of a semantic error in the semantic analysis process.
SymbolTable
          Symbol Table data structure.
SyntaxError
          Represents a Syntax Error.
Token
          This class denotes a Token data structure.
TokenSubType
          MARF Specific Tokens Types.
TokenType
          Generic Token Type.
TransitionTable
          TransitionTable class stores transition table for the main parser.
 

Classes in marf.nlp.Parsing used by marf.nlp.util
Token
          This class denotes a Token data structure.
 



SourceForge Logo