Uses of Class
org.opencypher.tools.antlr.bnf.BNFParser.NormaltextContext
-
Packages that use BNFParser.NormaltextContext Package Description org.opencypher.tools.antlr.bnf org.opencypher.tools.g4processors -
-
Uses of BNFParser.NormaltextContext in org.opencypher.tools.antlr.bnf
Methods in org.opencypher.tools.antlr.bnf that return BNFParser.NormaltextContext Modifier and Type Method Description BNFParser.NormaltextContextBNFParser.ElementContext. normaltext()BNFParser.NormaltextContextBNFParser. normaltext()Methods in org.opencypher.tools.antlr.bnf with parameters of type BNFParser.NormaltextContext Modifier and Type Method Description voidBNFBaseListener. enterNormaltext(BNFParser.NormaltextContext ctx)Enter a parse tree produced byBNFParser.normaltext().voidBNFListener. enterNormaltext(BNFParser.NormaltextContext ctx)Enter a parse tree produced byBNFParser.normaltext().voidBNFBaseListener. exitNormaltext(BNFParser.NormaltextContext ctx)Exit a parse tree produced byBNFParser.normaltext().voidBNFListener. exitNormaltext(BNFParser.NormaltextContext ctx)Exit a parse tree produced byBNFParser.normaltext(). -
Uses of BNFParser.NormaltextContext in org.opencypher.tools.g4processors
Methods in org.opencypher.tools.g4processors with parameters of type BNFParser.NormaltextContext Modifier and Type Method Description voidBNFListener. exitNormaltext(BNFParser.NormaltextContext ctx)
-