Uses of Package
org.h2.bnf
Packages that use org.h2.bnf
Package
Description
The implementation of the BNF (Backus-Naur form) parser and tool.
Classes that provide context for the BNF tool, in order to provide BNF-based auto-complete.
The H2 Console tool.
-
Classes in org.h2.bnf used by org.h2.bnfClassDescriptionThis class can read a file that is similar to BNF (Backus-Naur form).The visitor interface for BNF rules.Represents a BNF rule.Represents a non-standard syntax.Represents the head of a BNF rule.A query context object.
-
Classes in org.h2.bnf used by org.h2.bnf.contextClassDescriptionThe visitor interface for BNF rules.Represents a BNF rule.Represents the head of a BNF rule.A query context object.
-
Classes in org.h2.bnf used by org.h2.server.web