T - The return type of the visit operation. Use Void for
operations with no return type.public interface PathExpressionParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
PathExpressionParser.| Modifier and Type | Method and Description |
|---|---|
T |
visitArray_index(PathExpressionParser.Array_indexContext ctx)
Visit a parse tree produced by
PathExpressionParser.array_index(). |
T |
visitId(PathExpressionParser.IdContext ctx)
Visit a parse tree produced by
PathExpressionParser.id(). |
T |
visitPath(PathExpressionParser.PathContext ctx)
Visit a parse tree produced by the
path
labeled alternative in PathExpressionParser.expr(). |
T visitPath(PathExpressionParser.PathContext ctx)
path
labeled alternative in PathExpressionParser.expr().ctx - the parse treeT visitId(PathExpressionParser.IdContext ctx)
PathExpressionParser.id().ctx - the parse treeT visitArray_index(PathExpressionParser.Array_indexContext ctx)
PathExpressionParser.array_index().ctx - the parse treeCopyright © 2020. All rights reserved.