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 TypeMethodDescriptionboolean
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 SentenceModifier and TypeMethodDescriptionboolean
DbContextRule.autoComplete
(Sentence sentence) private void
DbContextRule.autoCompleteProcedure
(Sentence sentence) private static String
DbContextRule.autoCompleteTableAlias
(Sentence sentence, boolean newAlias)