| 程序包 | 说明 |
|---|---|
| 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.
|
| 类和说明 |
|---|
| Bnf
This class can read a file that is similar to BNF (Backus-Naur form).
|
| BnfVisitor
The visitor interface for BNF rules.
|
| Rule
Represents a BNF rule.
|
| RuleHead
Represents the head of a BNF rule.
|
| Sentence
A query context object.
|
| 类和说明 |
|---|
| BnfVisitor
The visitor interface for BNF rules.
|
| Rule
Represents a BNF rule.
|
| RuleHead
Represents the head of a BNF rule.
|
| Sentence
A query context object.
|
Copyright © 2017. All rights reserved.