Uses of Class
org.h2.bnf.Sentence

Packages that use Sentence
org.h2.bnf The implementation of the BNF (Backus-Naur form) parser and tool. 
org.h2.server.web The H2 Console tool. 
 

Uses of Sentence in org.h2.bnf
 

Methods in org.h2.bnf with parameters of type Sentence
 void Rule.addNextTokenList(Sentence sentence)
          Add the next possible token for a query.
 void RuleElement.addNextTokenList(Sentence sentence)
           
 void RuleFixed.addNextTokenList(Sentence sentence)
           
 void RuleList.addNextTokenList(Sentence sentence)
           
 void RuleOptional.addNextTokenList(Sentence sentence)
           
 void RuleRepeat.addNextTokenList(Sentence sentence)
           
 boolean Rule.matchRemove(Sentence sentence)
          Remove a token from a sentence.
 boolean RuleElement.matchRemove(Sentence sentence)
           
 boolean RuleFixed.matchRemove(Sentence sentence)
           
 boolean RuleList.matchRemove(Sentence sentence)
           
 boolean RuleOptional.matchRemove(Sentence sentence)
           
 boolean RuleRepeat.matchRemove(Sentence sentence)
           
 

Uses of Sentence in org.h2.server.web
 

Methods in org.h2.server.web with parameters of type Sentence
 void DbContextRule.addNextTokenList(Sentence sentence)
           
 boolean DbContextRule.matchRemove(Sentence sentence)