Uses of Class
org.opencypher.tools.antlr.bnf.BNFParser.TextContext
-
Packages that use BNFParser.TextContext Package Description org.opencypher.tools.antlr.bnf org.opencypher.tools.g4processors -
-
Uses of BNFParser.TextContext in org.opencypher.tools.antlr.bnf
Methods in org.opencypher.tools.antlr.bnf that return BNFParser.TextContext Modifier and Type Method Description BNFParser.TextContextBNFParser.ElementContext. text()BNFParser.TextContextBNFParser.ListcharactersetContext. text(int i)BNFParser.TextContextBNFParser. text()Methods in org.opencypher.tools.antlr.bnf that return types with arguments of type BNFParser.TextContext Modifier and Type Method Description List<BNFParser.TextContext>BNFParser.ListcharactersetContext. text()Methods in org.opencypher.tools.antlr.bnf with parameters of type BNFParser.TextContext Modifier and Type Method Description voidBNFBaseListener. enterText(BNFParser.TextContext ctx)Enter a parse tree produced byBNFParser.text().voidBNFListener. enterText(BNFParser.TextContext ctx)Enter a parse tree produced byBNFParser.text().voidBNFBaseListener. exitText(BNFParser.TextContext ctx)Exit a parse tree produced byBNFParser.text().voidBNFListener. exitText(BNFParser.TextContext ctx)Exit a parse tree produced byBNFParser.text(). -
Uses of BNFParser.TextContext in org.opencypher.tools.g4processors
Methods in org.opencypher.tools.g4processors with parameters of type BNFParser.TextContext Modifier and Type Method Description voidBNFListener. exitText(BNFParser.TextContext ctx)
-