Uses of Class
org.opencypher.tools.antlr.bnf.BNFParser.Rule_Context
-
Packages that use BNFParser.Rule_Context Package Description org.opencypher.tools.antlr.bnf org.opencypher.tools.g4processors -
-
Uses of BNFParser.Rule_Context in org.opencypher.tools.antlr.bnf
Methods in org.opencypher.tools.antlr.bnf that return BNFParser.Rule_Context Modifier and Type Method Description BNFParser.Rule_ContextBNFParser. rule_()BNFParser.Rule_ContextBNFParser.RulelistContext. rule_(int i)Methods in org.opencypher.tools.antlr.bnf that return types with arguments of type BNFParser.Rule_Context Modifier and Type Method Description List<BNFParser.Rule_Context>BNFParser.RulelistContext. rule_()Methods in org.opencypher.tools.antlr.bnf with parameters of type BNFParser.Rule_Context Modifier and Type Method Description voidBNFBaseListener. enterRule_(BNFParser.Rule_Context ctx)Enter a parse tree produced byBNFParser.rule_().voidBNFListener. enterRule_(BNFParser.Rule_Context ctx)Enter a parse tree produced byBNFParser.rule_().voidBNFBaseListener. exitRule_(BNFParser.Rule_Context ctx)Exit a parse tree produced byBNFParser.rule_().voidBNFListener. exitRule_(BNFParser.Rule_Context ctx)Exit a parse tree produced byBNFParser.rule_(). -
Uses of BNFParser.Rule_Context in org.opencypher.tools.g4processors
Methods in org.opencypher.tools.g4processors with parameters of type BNFParser.Rule_Context Modifier and Type Method Description voidBNFListener. exitRule_(BNFParser.Rule_Context ctx)
-