Uses of Class
org.h2.bnf.Sentence
Packages that use Sentence
Package
Description
The implementation of the BNF (Backus-Naur form) parser and tool.
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 SentenceModifier and TypeMethodDescriptionbooleanRule.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 SentenceModifier and TypeMethodDescriptionbooleanDbContextRule.autoComplete(Sentence sentence) private voidDbContextRule.autoCompleteProcedure(Sentence sentence) private static StringDbContextRule.autoCompleteTableAlias(Sentence sentence, boolean newAlias)