Package quickparse.grammar
-
Class Summary Class Description Grammar Represents a BNF (Backus-Naur Form) grammar as a set of syntactical rules.Grammar.Builder Allows the construction of agrammar, rule by ruleRule Represents agrammarproduction rule.Rule.Builder Class that implements the Builder creational design pattern, that is used to build newrules.