Uses of Interface
org.h2.bnf.BnfVisitor
-
Packages that use BnfVisitor Package Description org.h2.bnf The implementation of the BNF (Backus-Naur form) parser and tool.org.h2.bnf.context Classes that provide context for the BNF tool, in order to provide BNF-based auto-complete. -
-
Uses of BnfVisitor in org.h2.bnf
Methods in org.h2.bnf with parameters of type BnfVisitor Modifier and Type Method Description voidRule. accept(BnfVisitor visitor)Call the visit method in the given visitor.voidRuleElement. accept(BnfVisitor visitor)voidRuleExtension. accept(BnfVisitor visitor)voidRuleFixed. accept(BnfVisitor visitor)voidRuleList. accept(BnfVisitor visitor)voidRuleOptional. accept(BnfVisitor visitor)voidRuleRepeat. accept(BnfVisitor visitor)voidBnf. visit(BnfVisitor visitor, java.lang.String s)Parse the syntax and let the rule call the visitor. -
Uses of BnfVisitor in org.h2.bnf.context
Methods in org.h2.bnf.context with parameters of type BnfVisitor Modifier and Type Method Description voidDbContextRule. accept(BnfVisitor visitor)
-