public interface PathExpressionParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
PathExpressionParser.| Modifier and Type | Method and Description |
|---|---|
void |
enterArray_index(PathExpressionParser.Array_indexContext ctx)
Enter a parse tree produced by
PathExpressionParser.array_index(). |
void |
enterId(PathExpressionParser.IdContext ctx)
Enter a parse tree produced by
PathExpressionParser.id(). |
void |
enterPath(PathExpressionParser.PathContext ctx)
Enter a parse tree produced by the
path
labeled alternative in PathExpressionParser.expr(). |
void |
exitArray_index(PathExpressionParser.Array_indexContext ctx)
Exit a parse tree produced by
PathExpressionParser.array_index(). |
void |
exitId(PathExpressionParser.IdContext ctx)
Exit a parse tree produced by
PathExpressionParser.id(). |
void |
exitPath(PathExpressionParser.PathContext ctx)
Exit a parse tree produced by the
path
labeled alternative in PathExpressionParser.expr(). |
void enterPath(PathExpressionParser.PathContext ctx)
path
labeled alternative in PathExpressionParser.expr().ctx - the parse treevoid exitPath(PathExpressionParser.PathContext ctx)
path
labeled alternative in PathExpressionParser.expr().ctx - the parse treevoid enterId(PathExpressionParser.IdContext ctx)
PathExpressionParser.id().ctx - the parse treevoid exitId(PathExpressionParser.IdContext ctx)
PathExpressionParser.id().ctx - the parse treevoid enterArray_index(PathExpressionParser.Array_indexContext ctx)
PathExpressionParser.array_index().ctx - the parse treevoid exitArray_index(PathExpressionParser.Array_indexContext ctx)
PathExpressionParser.array_index().ctx - the parse treeCopyright © 2019. All rights reserved.