Uses of Interface
org.opencypher.grammar.Production
-
Packages that use Production Package Description org.opencypher.grammar org.opencypher.railroad org.opencypher.tools.grammar This is the entry-point package for the tools in this library. -
-
Uses of Production in org.opencypher.grammar
Methods in org.opencypher.grammar that return Production Modifier and Type Method Description ProductionNonTerminal. declaringProduction()default ProductionGrammar. production(String name)ProductionNonTerminal. production()Methods in org.opencypher.grammar that return types with arguments of type Production Modifier and Type Method Description default Collection<Production>Production. referencedFrom()Methods in org.opencypher.grammar with parameters of type Production Modifier and Type Method Description RProductionTransformation. transformProduction(P param, Production production)voidProductionVisitor. visitProduction(Production production) -
Uses of Production in org.opencypher.railroad
Methods in org.opencypher.railroad with parameters of type Production Modifier and Type Method Description static DiagramDiagram. build(Production production, Diagram.BuilderOptions options)default booleanDiagram.BuilderOptions. shouldSkip(Production production) -
Uses of Production in org.opencypher.tools.grammar
Methods in org.opencypher.tools.grammar with parameters of type Production Modifier and Type Method Description static voidISO14977. html(HtmlTag parent, Production production, ISO14977.HtmlLinker linker)static voidSQLBNF. html(HtmlTag parent, Production production, SQLBNF.HtmlLinker linker)protected voidAntlr4. productionStart(Production p)protected voidISO14977. productionStart(Production p)protected voidSQLBNF. productionStart(Production p)static OutputISO14977. string(Output str, Production production)static OutputSQLBNF. string(Output str, Production production)voidXml. visitProduction(Production production)
-