public interface PathExpressionParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
PathExpressionParser.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 treevoid enterFunction_path(PathExpressionParser.Function_pathContext ctx)
PathExpressionParser.function_path().ctx - the parse treevoid exitFunction_path(PathExpressionParser.Function_pathContext ctx)
PathExpressionParser.function_path().ctx - the parse treeCopyright © 2021. All rights reserved.