Package org.h2.bnf

The implementation of the BNF (Backus-Naur form) parser and tool.

See:
          Description

Interface Summary
BnfVisitor The visitor interface for BNF rules.
Rule Represents a BNF rule.
 

Class Summary
Bnf This class can read a file that is similar to BNF (Backus-Naur form).
RuleFixed Represents a hard coded terminal rule in a BNF object.
RuleHead Represents the head of a BNF rule.
Sentence A query context object.
 

Package org.h2.bnf Description

The implementation of the BNF (Backus-Naur form) parser and tool.