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. 
org.h2.server.web The H2 Console 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.
 

Methods in org.h2.bnf with parameters of type Bnf
 java.lang.String RuleElement.random(Bnf config, int level)
           
 java.lang.String Rule.random(Bnf config, int level)
          Get a random entry.
 java.lang.String RuleFixed.random(Bnf config, int level)
           
 java.lang.String RuleOptional.random(Bnf config, int level)
           
 java.lang.String RuleList.random(Bnf config, int level)
           
 java.lang.String RuleRepeat.random(Bnf config, int level)
           
 

Uses of Bnf in org.h2.server.web
 

Methods in org.h2.server.web with parameters of type Bnf
 java.lang.String DbContextRule.random(Bnf config, int level)