Uses of Class
org.opencypher.tools.antlr.bnf.BNFParser.AlternativeContext
-
Packages that use BNFParser.AlternativeContext Package Description org.opencypher.tools.antlr.bnf org.opencypher.tools.g4processors -
-
Uses of BNFParser.AlternativeContext in org.opencypher.tools.antlr.bnf
Methods in org.opencypher.tools.antlr.bnf that return BNFParser.AlternativeContext Modifier and Type Method Description BNFParser.AlternativeContextBNFParser. alternative()BNFParser.AlternativeContextBNFParser.AlternativesContext. alternative(int i)Methods in org.opencypher.tools.antlr.bnf that return types with arguments of type BNFParser.AlternativeContext Modifier and Type Method Description List<BNFParser.AlternativeContext>BNFParser.AlternativesContext. alternative()Methods in org.opencypher.tools.antlr.bnf with parameters of type BNFParser.AlternativeContext Modifier and Type Method Description voidBNFBaseListener. enterAlternative(BNFParser.AlternativeContext ctx)Enter a parse tree produced byBNFParser.alternative().voidBNFListener. enterAlternative(BNFParser.AlternativeContext ctx)Enter a parse tree produced byBNFParser.alternative().voidBNFBaseListener. exitAlternative(BNFParser.AlternativeContext ctx)Exit a parse tree produced byBNFParser.alternative().voidBNFListener. exitAlternative(BNFParser.AlternativeContext ctx)Exit a parse tree produced byBNFParser.alternative(). -
Uses of BNFParser.AlternativeContext in org.opencypher.tools.g4processors
Methods in org.opencypher.tools.g4processors with parameters of type BNFParser.AlternativeContext Modifier and Type Method Description voidBNFListener. exitAlternative(BNFParser.AlternativeContext ctx)
-