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 boolean
Rule. autoComplete(Sentence sentence)
Add the next possible token(s).boolean
RuleElement. autoComplete(Sentence sentence)
boolean
RuleExtension. autoComplete(Sentence sentence)
boolean
RuleFixed. autoComplete(Sentence sentence)
boolean
RuleList. autoComplete(Sentence sentence)
boolean
RuleOptional. autoComplete(Sentence sentence)
boolean
RuleRepeat. 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 boolean
DbContextRule. autoComplete(Sentence sentence)
private void
DbContextRule. autoCompleteProcedure(Sentence sentence)
private static java.lang.String
DbContextRule. autoCompleteTableAlias(Sentence sentence, boolean newAlias)
-