| 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 |
|---|---|
<EX extends Exception> |
Grammar.Term.accept(TermVisitor<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.