T - The return type of the visit operation. Use Void for
operations with no return type.public interface TagQueryVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
TagQueryParser.T visitTagquery(TagQueryParser.TagqueryContext ctx)
TagQueryParser.tagquery().ctx - the parse treeT visitObject(TagQueryParser.ObjectContext ctx)
TagQueryParser.object().ctx - the parse treeT visitTagexp(TagQueryParser.TagexpContext ctx)
TagQueryParser.tagexp().ctx - the parse treeT visitLogical_operator(TagQueryParser.Logical_operatorContext ctx)
TagQueryParser.logical_operator().ctx - the parse treeT visitBoolean_operator(TagQueryParser.Boolean_operatorContext ctx)
TagQueryParser.boolean_operator().ctx - the parse treeT visitArray_operator(TagQueryParser.Array_operatorContext ctx)
TagQueryParser.array_operator().ctx - the parse treeT visitArray(TagQueryParser.ArrayContext ctx)
TagQueryParser.array().ctx - the parse treeT visitValue(TagQueryParser.ValueContext ctx)
TagQueryParser.value().ctx - the parse treeT visitKey(TagQueryParser.KeyContext ctx)
TagQueryParser.key().ctx - the parse treeCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.