Class Hierarchy
- java.lang.Object
- org.h2.bnf.Bnf
- org.h2.bnf.RuleElement (implements org.h2.bnf.Rule)
- org.h2.bnf.RuleExtension (implements org.h2.bnf.Rule)
- org.h2.bnf.RuleFixed (implements org.h2.bnf.Rule)
- org.h2.bnf.RuleHead
- org.h2.bnf.RuleList (implements org.h2.bnf.Rule)
- org.h2.bnf.RuleOptional (implements org.h2.bnf.Rule)
- org.h2.bnf.RuleRepeat (implements org.h2.bnf.Rule)
- org.h2.bnf.Sentence
Interface Hierarchy
- org.h2.bnf.BnfVisitor
- org.h2.bnf.Rule