| Package | Description |
|---|---|
| org.opencypher.grammar | |
| org.opencypher.railroad | |
| org.opencypher.tools.grammar |
This is the entry-point package for the tools in this library.
|
| Modifier and Type | Method and Description |
|---|---|
Production |
NonTerminal.declaringProduction() |
Production |
NonTerminal.production() |
default Production |
Grammar.production(String name) |
| Modifier and Type | Method and Description |
|---|---|
default Collection<Production> |
Production.referencedFrom() |
| Modifier and Type | Method and Description |
|---|---|
R |
ProductionTransformation.transformProduction(P param,
Production production) |
void |
ProductionVisitor.visitProduction(Production production) |
| Modifier and Type | Method and Description |
|---|---|
static Diagram |
Diagram.build(Production production,
Diagram.BuilderOptions options) |
default boolean |
Diagram.BuilderOptions.shouldSkip(Production production) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ISO14977.html(HtmlTag parent,
Production production,
ISO14977.HtmlLinker linker) |
static void |
SQLBNF.html(HtmlTag parent,
Production production,
SQLBNF.HtmlLinker linker) |
protected void |
SQLBNF.productionStart(Production p) |
protected void |
ISO14977.productionStart(Production p) |
protected void |
Antlr4.productionStart(Production p) |
static Output |
SQLBNF.string(Output str,
Production production) |
static Output |
ISO14977.string(Output str,
Production production) |
void |
Xml.visitProduction(Production production) |
Copyright © 2019. All rights reserved.