T - The return type of the visit operation. Use Void for
operations with no return type.public interface PropertyPathVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
PropertyPathParser.T visitParsePath(@NotNull PropertyPathParser.ParsePathContext ctx)
PropertyPathParser.parsePath().ctx - the parse treeT visitParseProperty(@NotNull PropertyPathParser.ParsePropertyContext ctx)
PropertyPathParser.parseProperty().ctx - the parse treeT visitIndexedOrAny(@NotNull PropertyPathParser.IndexedOrAnyContext ctx)
PropertyPathParser.indexedOrAny().ctx - the parse treeT visitProperty(@NotNull PropertyPathParser.PropertyContext ctx)
PropertyPathParser.property().ctx - the parse treeT visitIndex(@NotNull PropertyPathParser.IndexContext ctx)
PropertyPathParser.index().ctx - the parse treeT visitKey(@NotNull PropertyPathParser.KeyContext ctx)
PropertyPathParser.key().ctx - the parse treeT visitAnyProperty(@NotNull PropertyPathParser.AnyPropertyContext ctx)
PropertyPathParser.anyProperty().ctx - the parse treeT visitAnyIndex(@NotNull PropertyPathParser.AnyIndexContext ctx)
PropertyPathParser.anyIndex().ctx - the parse treeT visitAnyKey(@NotNull PropertyPathParser.AnyKeyContext ctx)
PropertyPathParser.anyKey().ctx - the parse treeT visitAny(@NotNull PropertyPathParser.AnyContext ctx)
PropertyPathParser.any().ctx - the parse treeCopyright © 2015. All rights reserved.