Uses of Class
org.opencypher.tools.antlr.bnf.BNFParser.RulerefContext
-
Packages that use BNFParser.RulerefContext Package Description org.opencypher.tools.antlr.bnf org.opencypher.tools.g4processors -
-
Uses of BNFParser.RulerefContext in org.opencypher.tools.antlr.bnf
Methods in org.opencypher.tools.antlr.bnf that return BNFParser.RulerefContext Modifier and Type Method Description BNFParser.RulerefContextBNFParser.IdContext. ruleref()BNFParser.RulerefContextBNFParser. ruleref()Methods in org.opencypher.tools.antlr.bnf with parameters of type BNFParser.RulerefContext Modifier and Type Method Description voidBNFBaseListener. enterRuleref(BNFParser.RulerefContext ctx)Enter a parse tree produced byBNFParser.ruleref().voidBNFListener. enterRuleref(BNFParser.RulerefContext ctx)Enter a parse tree produced byBNFParser.ruleref().voidBNFBaseListener. exitRuleref(BNFParser.RulerefContext ctx)Exit a parse tree produced byBNFParser.ruleref().voidBNFListener. exitRuleref(BNFParser.RulerefContext ctx)Exit a parse tree produced byBNFParser.ruleref(). -
Uses of BNFParser.RulerefContext in org.opencypher.tools.g4processors
Methods in org.opencypher.tools.g4processors with parameters of type BNFParser.RulerefContext Modifier and Type Method Description voidBNFListener. exitRuleref(BNFParser.RulerefContext ctx)
-