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(PropertyPathParser.ParsePathContext ctx)
PropertyPathParser.parsePath().ctx - the parse treeT visitParseProperty(PropertyPathParser.ParsePropertyContext ctx)
PropertyPathParser.parseProperty().ctx - the parse treeT visitIndexedOrAny(PropertyPathParser.IndexedOrAnyContext ctx)
PropertyPathParser.indexedOrAny().ctx - the parse treeT visitProperty(PropertyPathParser.PropertyContext ctx)
PropertyPathParser.property().ctx - the parse treeT visitIndex(PropertyPathParser.IndexContext ctx)
PropertyPathParser.index().ctx - the parse treeT visitKey(PropertyPathParser.KeyContext ctx)
PropertyPathParser.key().ctx - the parse treeT visitAnyProperty(PropertyPathParser.AnyPropertyContext ctx)
PropertyPathParser.anyProperty().ctx - the parse treeT visitAnyIndex(PropertyPathParser.AnyIndexContext ctx)
PropertyPathParser.anyIndex().ctx - the parse treeT visitAnyKey(PropertyPathParser.AnyKeyContext ctx)
PropertyPathParser.anyKey().ctx - the parse treeT visitAny(PropertyPathParser.AnyContext ctx)
PropertyPathParser.any().ctx - the parse treeCopyright © 2017. All rights reserved.