T - The return type of the visit operation. Use Void for
operations with no return type.public class DataQLParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements DataQLParserVisitor<T>
DataQLParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
DataQLParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitRootInstSet(DataQLParser.RootInstSetContext ctx)
DataQLParser.rootInstSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRootInstSet 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitHintInst(DataQLParser.HintInstContext ctx)
DataQLParser.hintInst().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHintInst 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitImportInst(DataQLParser.ImportInstContext ctx)
DataQLParser.importInst().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportInst 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitMultipleInst(DataQLParser.MultipleInstContext ctx)
multipleInst
labeled alternative in DataQLParser.blockSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleInst 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitSingleInst(DataQLParser.SingleInstContext ctx)
singleInst
labeled alternative in DataQLParser.blockSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleInst 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitIfInst(DataQLParser.IfInstContext ctx)
DataQLParser.ifInst().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIfInst 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitBreakInst(DataQLParser.BreakInstContext ctx)
DataQLParser.breakInst().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBreakInst 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitLambdaDef(DataQLParser.LambdaDefContext ctx)
DataQLParser.lambdaDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLambdaDef 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitVarInst(DataQLParser.VarInstContext ctx)
DataQLParser.varInst().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVarInst 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitRunInst(DataQLParser.RunInstContext ctx)
DataQLParser.runInst().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRunInst 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitAnyObject(DataQLParser.AnyObjectContext ctx)
DataQLParser.anyObject().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnyObject 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitParamRoute(DataQLParser.ParamRouteContext ctx)
paramRoute
labeled alternative in DataQLParser.routeMapping().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParamRoute 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitSubExprRoute(DataQLParser.SubExprRouteContext ctx)
subExprRoute
labeled alternative in DataQLParser.routeMapping().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubExprRoute 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitNameExprRoute(DataQLParser.NameExprRouteContext ctx)
nameExprRoute
labeled alternative in DataQLParser.routeMapping().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNameExprRoute 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitExprRoute(DataQLParser.ExprRouteContext ctx)
exprRoute
labeled alternative in DataQLParser.routeMapping().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExprRoute 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitExprFmtRoute(DataQLParser.ExprFmtRouteContext ctx)
exprFmtRoute
labeled alternative in DataQLParser.routeConver().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExprFmtRoute 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitRouteNameSet(DataQLParser.RouteNameSetContext ctx)
DataQLParser.routeNameSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRouteNameSet 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitRouteName(DataQLParser.RouteNameContext ctx)
DataQLParser.routeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRouteName 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitRouteSubscript(DataQLParser.RouteSubscriptContext ctx)
DataQLParser.routeSubscript().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRouteSubscript 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitFuncCall(DataQLParser.FuncCallContext ctx)
DataQLParser.funcCall().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncCall 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitFuncCallResult_route1(DataQLParser.FuncCallResult_route1Context ctx)
funcCallResult_route1
labeled alternative in DataQLParser.funcCallResult().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncCallResult_route1 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitFuncCallResult_route2(DataQLParser.FuncCallResult_route2Context ctx)
funcCallResult_route2
labeled alternative in DataQLParser.funcCallResult().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncCallResult_route2 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitFuncCallResult_convert(DataQLParser.FuncCallResult_convertContext ctx)
funcCallResult_convert
labeled alternative in DataQLParser.funcCallResult().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncCallResult_convert 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitFuncCallResult_call(DataQLParser.FuncCallResult_callContext ctx)
funcCallResult_call
labeled alternative in DataQLParser.funcCallResult().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFuncCallResult_call 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitObjectValue(DataQLParser.ObjectValueContext ctx)
DataQLParser.objectValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectValue 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitObjectKeyValue(DataQLParser.ObjectKeyValueContext ctx)
DataQLParser.objectKeyValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectKeyValue 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitListValue(DataQLParser.ListValueContext ctx)
DataQLParser.listValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitListValue 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitStringValue(DataQLParser.StringValueContext ctx)
stringValue
labeled alternative in DataQLParser.primitiveValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringValue 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitNullValue(DataQLParser.NullValueContext ctx)
nullValue
labeled alternative in DataQLParser.primitiveValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullValue 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitBooleanValue(DataQLParser.BooleanValueContext ctx)
booleanValue
labeled alternative in DataQLParser.primitiveValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBooleanValue 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitNumberValue(DataQLParser.NumberValueContext ctx)
numberValue
labeled alternative in DataQLParser.primitiveValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNumberValue 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitUnaryExpr(DataQLParser.UnaryExprContext ctx)
unaryExpr
labeled alternative in DataQLParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnaryExpr 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitPrivilegeExpr(DataQLParser.PrivilegeExprContext ctx)
privilegeExpr
labeled alternative in DataQLParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrivilegeExpr 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitMultipleExpr(DataQLParser.MultipleExprContext ctx)
multipleExpr
labeled alternative in DataQLParser.expr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultipleExpr 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitDyadicExpr(DataQLParser.DyadicExprContext ctx)
DataQLParser.dyadicExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDyadicExpr 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitTernaryExpr(DataQLParser.TernaryExprContext ctx)
DataQLParser.ternaryExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTernaryExpr 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitAtomExpr(DataQLParser.AtomExprContext ctx)
DataQLParser.atomExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAtomExpr 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitExtBlock(DataQLParser.ExtBlockContext ctx)
DataQLParser.extBlock().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtBlock 在接口中 DataQLParserVisitor<T>ctx - the parse treepublic T visitExtParams(DataQLParser.ExtParamsContext ctx)
DataQLParser.extParams().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtParams 在接口中 DataQLParserVisitor<T>ctx - the parse treeCopyright © 2020. All rights reserved.