Uses of Class
org.h2.bnf.Sentence
-
Packages that use Sentence Package Description org.h2.bnf The implementation of the BNF (Backus-Naur form) parser and tool.org.h2.bnf.context Classes that provide context for the BNF tool, in order to provide BNF-based auto-complete. -
-
Uses of Sentence in org.h2.bnf
Methods in org.h2.bnf with parameters of type Sentence Modifier and Type Method Description booleanRule. autoComplete(Sentence sentence)Add the next possible token(s).booleanRuleElement. autoComplete(Sentence sentence)booleanRuleExtension. autoComplete(Sentence sentence)booleanRuleFixed. autoComplete(Sentence sentence)booleanRuleList. autoComplete(Sentence sentence)booleanRuleOptional. autoComplete(Sentence sentence)booleanRuleRepeat. autoComplete(Sentence sentence) -
Uses of Sentence in org.h2.bnf.context
Methods in org.h2.bnf.context with parameters of type Sentence Modifier and Type Method Description booleanDbContextRule. autoComplete(Sentence sentence)private voidDbContextRule. autoCompleteProcedure(Sentence sentence)private static java.lang.StringDbContextRule. autoCompleteTableAlias(Sentence sentence, boolean newAlias)
-