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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RuleRepeat.autoComplete(Sentence sentence) |
boolean |
RuleOptional.autoComplete(Sentence sentence) |
boolean |
RuleList.autoComplete(Sentence sentence) |
boolean |
RuleFixed.autoComplete(Sentence sentence) |
boolean |
RuleElement.autoComplete(Sentence sentence) |
boolean |
Rule.autoComplete(Sentence sentence)
Add the next possible token(s).
|
Modifier and Type | Method and Description |
---|---|
boolean |
DbContextRule.autoComplete(Sentence sentence) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.