Uses of Interface
org.opencypher.grammar.ProductionVisitor
-
Packages that use ProductionVisitor Package Description org.opencypher.grammar org.opencypher.tools.grammar This is the entry-point package for the tools in this library. -
-
Uses of ProductionVisitor in org.opencypher.grammar
Methods in org.opencypher.grammar that return ProductionVisitor Modifier and Type Method Description static ProductionVisitor<RuntimeException>ProductionVisitor. production(BiConsumer<String,Grammar.Term> consumer)Methods in org.opencypher.grammar with parameters of type ProductionVisitor Modifier and Type Method Description <EX extends Exception>
voidGrammar. accept(ProductionVisitor<EX> visitor) -
Uses of ProductionVisitor in org.opencypher.tools.grammar
Classes in org.opencypher.tools.grammar that implement ProductionVisitor Modifier and Type Class Description classAntlr4Generates an ANTLR (version 4) grammar from aGrammar.classISO14977Generates an EBNF grammar according to the ISO14977 notation specification.classSQLBNFGenerates a SQL BNF grammar according to ISO/IEC 9075-1 notation specification.classXmlGenerates XML, in the same format as the input from a givenGrammar.
-