T - The return type of the visit operation. Use Void for
operations with no return type.public class ParseRexNodeBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements ParseRexNodeVisitor<T>
ParseRexNodeVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
ParseRexNodeBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitExpression(ParseRexNodeParser.ExpressionContext ctx)
ParseRexNodeParser.expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpression in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitParameter(ParseRexNodeParser.ParameterContext ctx)
ParseRexNodeParser.parameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameter in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitInput(ParseRexNodeParser.InputContext ctx)
ParseRexNodeParser.input().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInput in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitInputRef(ParseRexNodeParser.InputRefContext ctx)
ParseRexNodeParser.inputRef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInputRef in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitSearchArgs(ParseRexNodeParser.SearchArgsContext ctx)
ParseRexNodeParser.searchArgs().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSearchArgs in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitConstant(ParseRexNodeParser.ConstantContext ctx)
ParseRexNodeParser.constant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstant in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitCast(ParseRexNodeParser.CastContext ctx)
ParseRexNodeParser.cast().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCast in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitParamWithType(ParseRexNodeParser.ParamWithTypeContext ctx)
ParseRexNodeParser.paramWithType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParamWithType in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitOp(ParseRexNodeParser.OpContext ctx)
ParseRexNodeParser.op().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOp in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitArgRange(ParseRexNodeParser.ArgRangeContext ctx)
ParseRexNodeParser.argRange().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArgRange in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitArgList(ParseRexNodeParser.ArgListContext ctx)
ParseRexNodeParser.argList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArgList in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitArgRangeList(ParseRexNodeParser.ArgRangeListContext ctx)
ParseRexNodeParser.argRangeList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArgRangeList in interface ParseRexNodeVisitor<T>ctx - the parse treepublic T visitType(ParseRexNodeParser.TypeContext ctx)
ParseRexNodeParser.type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitType in interface ParseRexNodeVisitor<T>ctx - the parse treeCopyright © 2023 The Apache Software Foundation. All rights reserved.