| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RuleRepeat.accept(BnfVisitor visitor) |
void |
RuleOptional.accept(BnfVisitor visitor) |
void |
RuleList.accept(BnfVisitor visitor) |
void |
RuleFixed.accept(BnfVisitor visitor) |
void |
RuleElement.accept(BnfVisitor visitor) |
void |
Rule.accept(BnfVisitor visitor)
Call the visit method in the given visitor.
|
void |
Bnf.visit(BnfVisitor visitor,
String s)
Parse the syntax and let the rule call the visitor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DbContextRule.accept(BnfVisitor visitor) |
Copyright © 2017. All rights reserved.