Uses of Interface
diva.sketch.parser2d.Rule

Uses of Rule in diva.sketch.parser2d
 

Classes in diva.sketch.parser2d that implement Rule
 class BasicRule
          Basic rule is the implementation of the rule interface that is filled in declaratively by a user-defined grammar.
 

Methods in diva.sketch.parser2d that return Rule
 Rule[] Grammar2dParser.getRules()
          Return the resulting set of rules from the previous parse.
 Rule[] Grammar2dParser.parse(java.lang.String url)
          Create the full path string for the url and parses the file into a Document object.
 

Constructors in diva.sketch.parser2d with parameters of type Rule
Parser2D.Parser2D(Rule[] grammar)
          Construct a new parser with the specified grammar rules.