T - The return type of the visit operation. Use Void for
operations with no return type.public class TagQueryBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements TagQueryVisitor<T>
TagQueryVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
TagQueryBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitTagquery(TagQueryParser.TagqueryContext ctx)
TagQueryParser.tagquery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTagquery in interface TagQueryVisitor<T>ctx - the parse treepublic T visitObject(TagQueryParser.ObjectContext ctx)
TagQueryParser.object().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObject in interface TagQueryVisitor<T>ctx - the parse treepublic T visitTagexp(TagQueryParser.TagexpContext ctx)
TagQueryParser.tagexp().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTagexp in interface TagQueryVisitor<T>ctx - the parse treepublic T visitLogical_operator(TagQueryParser.Logical_operatorContext ctx)
TagQueryParser.logical_operator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLogical_operator in interface TagQueryVisitor<T>ctx - the parse treepublic T visitBoolean_operator(TagQueryParser.Boolean_operatorContext ctx)
TagQueryParser.boolean_operator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolean_operator in interface TagQueryVisitor<T>ctx - the parse treepublic T visitArray_operator(TagQueryParser.Array_operatorContext ctx)
TagQueryParser.array_operator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArray_operator in interface TagQueryVisitor<T>ctx - the parse treepublic T visitArray(TagQueryParser.ArrayContext ctx)
TagQueryParser.array().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArray in interface TagQueryVisitor<T>ctx - the parse treepublic T visitValue(TagQueryParser.ValueContext ctx)
TagQueryParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValue in interface TagQueryVisitor<T>ctx - the parse treepublic T visitKey(TagQueryParser.KeyContext ctx)
TagQueryParser.key().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKey in interface TagQueryVisitor<T>ctx - the parse treeCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.