Uses of Class
up.Grammar

Uses of Grammar in up
 

Methods in up that return Grammar
 Grammar GrammarExtractor.getGrammar()
          Returns the extracted grammar.
static Grammar GrammarReader.read(java.lang.String fileName)
          Reads a grammar from the specified file and returns it.
 

Methods in up with parameters of type Grammar
 Tree Backpointer.extract(Grammar grammar)
          Return the tree specified by this backpointer.
 

Constructors in up with parameters of type Grammar
MyParser(Grammar grammar)
          Constructs a new parser for the specified grammar.
ParserHandler(Grammar grammar)
          Constructs a new handler based on the specified grammar.
SimpleParser(Grammar grammar)
          Constructs a new parser for the specified grammar.
StupidParser(Grammar grammar)
          Constructs a new parser based on the specified grammar.