Uses of Class
diva.sketch.parser2d.NorvigParser.Tree

Uses of NorvigParser.Tree in diva.sketch.parser2d
 

Fields in diva.sketch.parser2d declared as NorvigParser.Tree
 NorvigParser.Tree NorvigParser.Parse.tree
           
 

Methods in diva.sketch.parser2d with parameters of type NorvigParser.Tree
 boolean NorvigParser.checkSemantics(NorvigParser.Tree t)
          Return true if the semantics of the parse tree check out?
 

Constructors in diva.sketch.parser2d with parameters of type NorvigParser.Tree
NorvigParser.NorvigParser(NorvigParser.Tree[] grammar, java.lang.String[] openCategories)
          Construct a parser that uses the given grammar.
NorvigParser.Parse.NorvigParser.Parse(NorvigParser.Tree tree, java.util.List rem)