| Package | Description |
|---|---|
| org.opencypher.grammar | |
| org.opencypher.tools.grammar |
This is the entry-point package for the tools in this library.
|
| Modifier and Type | Method and Description |
|---|---|
static ProductionVisitor<RuntimeException> |
ProductionVisitor.production(BiConsumer<String,Grammar.Term> consumer) |
| Modifier and Type | Method and Description |
|---|---|
<EX extends Exception> |
Grammar.accept(ProductionVisitor<EX> visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
Antlr4
Generates an ANTLR (version 4) grammar from a
Grammar. |
class |
ISO14977
Generates an EBNF grammar according to the ISO14977
notation specification.
|
class |
SQLBNF
Generates a SQL BNF grammar according to ISO/IEC 9075-1 notation specification.
|
class |
Xml
Generates XML, in the same format as the input from a given
Grammar. |
Copyright © 2019. All rights reserved.