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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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 JBoss by Red Hat. All rights reserved.