Package | Description |
---|---|
org.h2.bnf |
The implementation of the BNF (Backus-Naur form) parser and tool.
|
org.h2.server.web |
The H2 Console tool.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleFixed.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.
|
Modifier and Type | Method and Description |
---|---|
void |
DbContextRule.accept(BnfVisitor visitor) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.