Uses of Class
org.opencypher.tools.antlr.bnf.BNFParser.AlternativesContext
-
Packages that use BNFParser.AlternativesContext Package Description org.opencypher.tools.antlr.bnf org.opencypher.tools.g4processors -
-
Uses of BNFParser.AlternativesContext in org.opencypher.tools.antlr.bnf
Methods in org.opencypher.tools.antlr.bnf that return BNFParser.AlternativesContext Modifier and Type Method Description BNFParser.AlternativesContextBNFParser. alternatives()BNFParser.AlternativesContextBNFParser.OptionalitemContext. alternatives()BNFParser.AlternativesContextBNFParser.RequireditemContext. alternatives()BNFParser.AlternativesContextBNFParser.RhsContext. alternatives()Methods in org.opencypher.tools.antlr.bnf with parameters of type BNFParser.AlternativesContext Modifier and Type Method Description voidBNFBaseListener. enterAlternatives(BNFParser.AlternativesContext ctx)Enter a parse tree produced byBNFParser.alternatives().voidBNFListener. enterAlternatives(BNFParser.AlternativesContext ctx)Enter a parse tree produced byBNFParser.alternatives().voidBNFBaseListener. exitAlternatives(BNFParser.AlternativesContext ctx)Exit a parse tree produced byBNFParser.alternatives().voidBNFListener. exitAlternatives(BNFParser.AlternativesContext ctx)Exit a parse tree produced byBNFParser.alternatives(). -
Uses of BNFParser.AlternativesContext in org.opencypher.tools.g4processors
Methods in org.opencypher.tools.g4processors with parameters of type BNFParser.AlternativesContext Modifier and Type Method Description voidBNFListener. exitAlternatives(BNFParser.AlternativesContext ctx)
-