T - The return type of the visit operation. Use Void for
operations with no return type.public interface ParseRexNodeVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
ParseRexNodeParser.T visitExpression(ParseRexNodeParser.ExpressionContext ctx)
ParseRexNodeParser.expression().ctx - the parse treeT visitParameter(ParseRexNodeParser.ParameterContext ctx)
ParseRexNodeParser.parameter().ctx - the parse treeT visitInput(ParseRexNodeParser.InputContext ctx)
ParseRexNodeParser.input().ctx - the parse treeT visitInputRef(ParseRexNodeParser.InputRefContext ctx)
ParseRexNodeParser.inputRef().ctx - the parse treeT visitSearchArgs(ParseRexNodeParser.SearchArgsContext ctx)
ParseRexNodeParser.searchArgs().ctx - the parse treeT visitConstant(ParseRexNodeParser.ConstantContext ctx)
ParseRexNodeParser.constant().ctx - the parse treeT visitCast(ParseRexNodeParser.CastContext ctx)
ParseRexNodeParser.cast().ctx - the parse treeT visitParamWithType(ParseRexNodeParser.ParamWithTypeContext ctx)
ParseRexNodeParser.paramWithType().ctx - the parse treeT visitOp(ParseRexNodeParser.OpContext ctx)
ParseRexNodeParser.op().ctx - the parse treeT visitArgRange(ParseRexNodeParser.ArgRangeContext ctx)
ParseRexNodeParser.argRange().ctx - the parse treeT visitArgList(ParseRexNodeParser.ArgListContext ctx)
ParseRexNodeParser.argList().ctx - the parse treeT visitArgRangeList(ParseRexNodeParser.ArgRangeListContext ctx)
ParseRexNodeParser.argRangeList().ctx - the parse treeT visitType(ParseRexNodeParser.TypeContext ctx)
ParseRexNodeParser.type().ctx - the parse treeCopyright © 2023 The Apache Software Foundation. All rights reserved.