Uses of Class
org.h2.bnf.Bnf
-
Packages that use Bnf Package Description org.h2.bnf The implementation of the BNF (Backus-Naur form) parser and tool.org.h2.server.web The H2 Console tool. -
-
Uses of Bnf in org.h2.bnf
Methods in org.h2.bnf that return Bnf Modifier and Type Method Description static Bnf
Bnf. getInstance(java.io.Reader csv)
Create an instance using the grammar specified in the CSV file. -
Uses of Bnf in org.h2.server.web
Fields in org.h2.server.web declared as Bnf Modifier and Type Field Description private Bnf
WebSession. bnf
Methods in org.h2.server.web that return Bnf Modifier and Type Method Description (package private) Bnf
WebSession. getBnf()
Get the BNF object.
-