T - The return type of the visit operation. Use Void for
operations with no return type.public class JobTaskParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements JobTaskParserVisitor<T>
JobTaskParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
JobTaskParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitRoot(JobTaskParser.RootContext ctx)
JobTaskParser.root().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoot 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitJobTasks(JobTaskParser.JobTasksContext ctx)
JobTaskParser.jobTasks().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJobTasks 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitJobTask(JobTaskParser.JobTaskContext ctx)
JobTaskParser.jobTask().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJobTask 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitJobStatement(JobTaskParser.JobStatementContext ctx)
JobTaskParser.jobStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJobStatement 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitResourceNameExpr(JobTaskParser.ResourceNameExprContext ctx)
JobTaskParser.resourceNameExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResourceNameExpr 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitClassNameExpr(JobTaskParser.ClassNameExprContext ctx)
JobTaskParser.classNameExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClassNameExpr 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitParamsExpr(JobTaskParser.ParamsExprContext ctx)
JobTaskParser.paramsExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParamsExpr 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitParamExpr(JobTaskParser.ParamExprContext ctx)
JobTaskParser.paramExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParamExpr 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitFileDir(JobTaskParser.FileDirContext ctx)
JobTaskParser.fileDir().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFileDir 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitSetStatement(JobTaskParser.SetStatementContext ctx)
JobTaskParser.setStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetStatement 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitUnsetStatement(JobTaskParser.UnsetStatementContext ctx)
JobTaskParser.unsetStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnsetStatement 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitKeyExpr(JobTaskParser.KeyExprContext ctx)
JobTaskParser.keyExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyExpr 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitValueExpr(JobTaskParser.ValueExprContext ctx)
JobTaskParser.valueExpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValueExpr 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitWord(JobTaskParser.WordContext ctx)
JobTaskParser.word().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWord 在接口中 JobTaskParserVisitor<T>ctx - the parse treepublic T visitEmptyStatement(JobTaskParser.EmptyStatementContext ctx)
JobTaskParser.emptyStatement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEmptyStatement 在接口中 JobTaskParserVisitor<T>ctx - the parse treeCopyright © 2022. All rights reserved.