Uses of Interface
org.opencypher.tools.antlr.bnf.BNFListener
-
Packages that use BNFListener Package Description org.opencypher.tools.antlr.bnf org.opencypher.tools.g4processors -
-
Uses of BNFListener in org.opencypher.tools.antlr.bnf
Classes in org.opencypher.tools.antlr.bnf that implement BNFListener Modifier and Type Class Description classBNFBaseListenerThis class provides an empty implementation ofBNFListener, which can be extended to create a listener which only needs to handle a subset of the available methods. -
Uses of BNFListener in org.opencypher.tools.g4processors
Classes in org.opencypher.tools.g4processors that implement BNFListener Modifier and Type Class Description classBNFListenerbuilds a GrammarItem tree from a SQL-BNF specification
-