Uses of Class
marf.nlp.Parsing.CompilerError

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

Uses of CompilerError in marf.nlp.Parsing
 

Subclasses of CompilerError in marf.nlp.Parsing
 class LexicalError
          This class denotes a lexical error type.
 class SemanticError
          Class SemanticError Represents an instance of a semantic error in the semantic analysis process.
 class SyntaxError
          Represents a Syntax Error.
 

Methods in marf.nlp.Parsing that throw CompilerError
 void Compiler.compile(java.lang.String[] argv)
          Main compilation method.
 

Constructors in marf.nlp.Parsing that throw CompilerError
Parser(java.lang.String[] argv)
          Constructor with command-line arguments.
 

Uses of CompilerError in marf.nlp.Parsing.GrammarCompiler
 

Methods in marf.nlp.Parsing.GrammarCompiler that throw CompilerError
 void GrammarCompiler.compileGrammar()
          Compiles grammar.
 void ProbabilisticGrammarCompiler.compileGrammar()
          Compiles probabilistic grammar.
protected  boolean GrammarCompiler.createNextNonTerminal()
          Creates the next non-terminal of a rule from the upcoming token.
protected  void GrammarCompiler.createRule()
          Creates an embryo of a rule given the LHS non-terminal and the rule operator `::='.
protected  void ProbabilisticGrammarCompiler.createRule()
          Overridden to take into account the probability of grammar productions.
protected  java.lang.String GrammarCompiler.getNextRHSToken()
          Acquires the next RHS token for a rule from the token stream.
protected  void GrammarCompiler.parseGrammar()
          Parses grammar and outputs stats at the end.
 

Constructors in marf.nlp.Parsing.GrammarCompiler that throw CompilerError
GrammarCompiler()
          Default Constructor.
GrammarCompiler(java.lang.String pstrGrammarFileName)
          Constructor with the grammar filename.
ProbabilisticGrammarCompiler(java.lang.String pstrGrammarFilename)
          Constructor with the grammar file filename.
 



SourceForge Logo