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 |
---|---|
RuleHead |
Bnf.getRuleHead(String title)
Get the rule head for the given title.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<RuleHead> |
Bnf.getStatements()
Get the list of possible statements.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleList.setLinks(HashMap<String,RuleHead> ruleMap) |
void |
RuleFixed.setLinks(HashMap<String,RuleHead> ruleMap) |
void |
RuleRepeat.setLinks(HashMap<String,RuleHead> ruleMap) |
void |
RuleOptional.setLinks(HashMap<String,RuleHead> ruleMap) |
void |
RuleElement.setLinks(HashMap<String,RuleHead> ruleMap) |
void |
Rule.setLinks(HashMap<String,RuleHead> ruleMap)
Update cross references.
|
Modifier and Type | Method and Description |
---|---|
void |
DbContextRule.setLinks(HashMap<String,RuleHead> ruleMap) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.