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.| 构造器和说明 |
|---|
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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 ParseRexNodeVisitor<T>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.