Uses of Interface
org.opencypher.grammar.TermVisitor
-
Packages that use TermVisitor Package Description org.opencypher.grammar org.opencypher.tools.grammar This is the entry-point package for the tools in this library. -
-
Uses of TermVisitor in org.opencypher.grammar
Methods in org.opencypher.grammar with parameters of type TermVisitor Modifier and Type Method Description <EX extends Exception>
voidGrammar.Term. accept(TermVisitor<EX> visitor) -
Uses of TermVisitor in org.opencypher.tools.grammar
Classes in org.opencypher.tools.grammar that implement TermVisitor 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.
-