Uses of Class
org.opencypher.tools.antlr.bnf.BNFParser.HeaderContext
-
Packages that use BNFParser.HeaderContext Package Description org.opencypher.tools.antlr.bnf -
-
Uses of BNFParser.HeaderContext in org.opencypher.tools.antlr.bnf
Methods in org.opencypher.tools.antlr.bnf that return BNFParser.HeaderContext Modifier and Type Method Description BNFParser.HeaderContextBNFParser. header()BNFParser.HeaderContextBNFParser.RulelistContext. header()Methods in org.opencypher.tools.antlr.bnf with parameters of type BNFParser.HeaderContext Modifier and Type Method Description voidBNFBaseListener. enterHeader(BNFParser.HeaderContext ctx)Enter a parse tree produced byBNFParser.header().voidBNFListener. enterHeader(BNFParser.HeaderContext ctx)Enter a parse tree produced byBNFParser.header().voidBNFBaseListener. exitHeader(BNFParser.HeaderContext ctx)Exit a parse tree produced byBNFParser.header().voidBNFListener. exitHeader(BNFParser.HeaderContext ctx)Exit a parse tree produced byBNFParser.header().
-