Uses of Class
org.h2.bnf.Bnf

Packages that use Bnf
org.h2.bnf The implementation of the BNF (Backus-Naur form) parser and tool. 
 

Uses of Bnf in org.h2.bnf
 

Methods in org.h2.bnf that return Bnf
static Bnf Bnf.getInstance(java.io.Reader csv)
          Create an instance using the grammar specified in the CSV file.