T - The return type of the visit operation. Use Void for
operations with no return type.public class RuleParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements RuleParserVisitor<T>
RuleParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
RuleParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitRuleSet(RuleParserParser.RuleSetContext ctx)
RuleParserParser.ruleSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleSet 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitRuleSetHeader(RuleParserParser.RuleSetHeaderContext ctx)
RuleParserParser.ruleSetHeader().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleSetHeader 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitRuleSetBody(RuleParserParser.RuleSetBodyContext ctx)
RuleParserParser.ruleSetBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleSetBody 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitRules(RuleParserParser.RulesContext ctx)
RuleParserParser.rules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRules 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitFunctionImport(RuleParserParser.FunctionImportContext ctx)
RuleParserParser.functionImport().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionImport 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitPackageDef(RuleParserParser.PackageDefContext ctx)
RuleParserParser.packageDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPackageDef 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitResource(RuleParserParser.ResourceContext ctx)
RuleParserParser.resource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResource 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitImportParameterLibrary(RuleParserParser.ImportParameterLibraryContext ctx)
RuleParserParser.importParameterLibrary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportParameterLibrary 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitImportVariableLibrary(RuleParserParser.ImportVariableLibraryContext ctx)
RuleParserParser.importVariableLibrary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportVariableLibrary 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitImportConstantLibrary(RuleParserParser.ImportConstantLibraryContext ctx)
RuleParserParser.importConstantLibrary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportConstantLibrary 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitImportActionLibrary(RuleParserParser.ImportActionLibraryContext ctx)
RuleParserParser.importActionLibrary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitImportActionLibrary 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitFunctionDef(RuleParserParser.FunctionDefContext ctx)
RuleParserParser.functionDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionDef 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitFunctionParameters(RuleParserParser.FunctionParametersContext ctx)
RuleParserParser.functionParameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionParameters 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitFunctionParameter(RuleParserParser.FunctionParameterContext ctx)
RuleParserParser.functionParameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionParameter 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitRuleDef(RuleParserParser.RuleDefContext ctx)
RuleParserParser.ruleDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleDef 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitLoopRuleDef(RuleParserParser.LoopRuleDefContext ctx)
RuleParserParser.loopRuleDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoopRuleDef 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitLoopTarget(RuleParserParser.LoopTargetContext ctx)
RuleParserParser.loopTarget().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoopTarget 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitLoopStart(RuleParserParser.LoopStartContext ctx)
RuleParserParser.loopStart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoopStart 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitLoopEnd(RuleParserParser.LoopEndContext ctx)
RuleParserParser.loopEnd().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoopEnd 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitAttribute(RuleParserParser.AttributeContext ctx)
RuleParserParser.attribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAttribute 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitLoopAttribute(RuleParserParser.LoopAttributeContext ctx)
RuleParserParser.loopAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoopAttribute 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitSalienceAttribute(RuleParserParser.SalienceAttributeContext ctx)
RuleParserParser.salienceAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSalienceAttribute 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitEffectiveDateAttribute(RuleParserParser.EffectiveDateAttributeContext ctx)
RuleParserParser.effectiveDateAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEffectiveDateAttribute 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitExpiresDateAttribute(RuleParserParser.ExpiresDateAttributeContext ctx)
RuleParserParser.expiresDateAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpiresDateAttribute 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitEnabledAttribute(RuleParserParser.EnabledAttributeContext ctx)
RuleParserParser.enabledAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnabledAttribute 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitDebugAttribute(RuleParserParser.DebugAttributeContext ctx)
RuleParserParser.debugAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDebugAttribute 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitActivationGroupAttribute(RuleParserParser.ActivationGroupAttributeContext ctx)
RuleParserParser.activationGroupAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitActivationGroupAttribute 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitAgendaGroupAttribute(RuleParserParser.AgendaGroupAttributeContext ctx)
RuleParserParser.agendaGroupAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAgendaGroupAttribute 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitAutoFocusAttribute(RuleParserParser.AutoFocusAttributeContext ctx)
RuleParserParser.autoFocusAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAutoFocusAttribute 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitRuleflowGroupAttribute(RuleParserParser.RuleflowGroupAttributeContext ctx)
RuleParserParser.ruleflowGroupAttribute().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleflowGroupAttribute 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitLeft(RuleParserParser.LeftContext ctx)
RuleParserParser.left().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLeft 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitParenConditions(RuleParserParser.ParenConditionsContext ctx)
parenConditions
labeled alternative in RuleParserParser.condition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParenConditions 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitMultiConditions(RuleParserParser.MultiConditionsContext ctx)
multiConditions
labeled alternative in RuleParserParser.condition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultiConditions 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitSingleCondition(RuleParserParser.SingleConditionContext ctx)
singleCondition
labeled alternative in RuleParserParser.condition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleCondition 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitSingleNamedConditionSet(RuleParserParser.SingleNamedConditionSetContext ctx)
singleNamedConditionSet
labeled alternative in RuleParserParser.condition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleNamedConditionSet 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitNamedConditionSet(RuleParserParser.NamedConditionSetContext ctx)
RuleParserParser.namedConditionSet().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNamedConditionSet 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitParenNamedConditions(RuleParserParser.ParenNamedConditionsContext ctx)
parenNamedConditions
labeled alternative in RuleParserParser.namedCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParenNamedConditions 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitMultiNamedConditions(RuleParserParser.MultiNamedConditionsContext ctx)
multiNamedConditions
labeled alternative in RuleParserParser.namedCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultiNamedConditions 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitSingleNamedConditions(RuleParserParser.SingleNamedConditionsContext ctx)
singleNamedConditions
labeled alternative in RuleParserParser.namedCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleNamedConditions 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitSingleCellCondition(RuleParserParser.SingleCellConditionContext ctx)
singleCellCondition
labeled alternative in RuleParserParser.decisionTableCellCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleCellCondition 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitMultiCellConditions(RuleParserParser.MultiCellConditionsContext ctx)
multiCellConditions
labeled alternative in RuleParserParser.decisionTableCellCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMultiCellConditions 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitParenCellConditions(RuleParserParser.ParenCellConditionsContext ctx)
parenCellConditions
labeled alternative in RuleParserParser.decisionTableCellCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParenCellConditions 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitRefName(RuleParserParser.RefNameContext ctx)
RuleParserParser.refName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefName 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitRefObject(RuleParserParser.RefObjectContext ctx)
RuleParserParser.refObject().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefObject 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitNullValue(RuleParserParser.NullValueContext ctx)
RuleParserParser.nullValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNullValue 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitConditionLeft(RuleParserParser.ConditionLeftContext ctx)
RuleParserParser.conditionLeft().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConditionLeft 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitExpEval(RuleParserParser.ExpEvalContext ctx)
RuleParserParser.expEval().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpEval 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitExpAll(RuleParserParser.ExpAllContext ctx)
RuleParserParser.expAll().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpAll 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitExpExists(RuleParserParser.ExpExistsContext ctx)
RuleParserParser.expExists().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpExists 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitExpCollect(RuleParserParser.ExpCollectContext ctx)
RuleParserParser.expCollect().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpCollect 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitCommonFunction(RuleParserParser.CommonFunctionContext ctx)
RuleParserParser.commonFunction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCommonFunction 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitExprCondition(RuleParserParser.ExprConditionContext ctx)
RuleParserParser.exprCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExprCondition 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitExpressionBody(RuleParserParser.ExpressionBodyContext ctx)
RuleParserParser.expressionBody().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExpressionBody 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitPercent(RuleParserParser.PercentContext ctx)
RuleParserParser.percent().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPercent 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitLeftParen(RuleParserParser.LeftParenContext ctx)
RuleParserParser.leftParen().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLeftParen 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitRightParen(RuleParserParser.RightParenContext ctx)
RuleParserParser.rightParen().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRightParen 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitColon(RuleParserParser.ColonContext ctx)
RuleParserParser.colon().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColon 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitJoin(RuleParserParser.JoinContext ctx)
RuleParserParser.join().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJoin 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitRight(RuleParserParser.RightContext ctx)
RuleParserParser.right().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRight 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitOther(RuleParserParser.OtherContext ctx)
RuleParserParser.other().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOther 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitActions(RuleParserParser.ActionsContext ctx)
RuleParserParser.actions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitActions 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitAction(RuleParserParser.ActionContext ctx)
RuleParserParser.action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAction 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitAssignAction(RuleParserParser.AssignActionContext ctx)
RuleParserParser.assignAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssignAction 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitOutAction(RuleParserParser.OutActionContext ctx)
RuleParserParser.outAction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOutAction 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitMethodInvoke(RuleParserParser.MethodInvokeContext ctx)
RuleParserParser.methodInvoke().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMethodInvoke 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitFunctionInvoke(RuleParserParser.FunctionInvokeContext ctx)
RuleParserParser.functionInvoke().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionInvoke 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitActionParameters(RuleParserParser.ActionParametersContext ctx)
RuleParserParser.actionParameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitActionParameters 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitBeanMethod(RuleParserParser.BeanMethodContext ctx)
RuleParserParser.beanMethod().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBeanMethod 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitComplexValue(RuleParserParser.ComplexValueContext ctx)
RuleParserParser.complexValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComplexValue 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitParameter(RuleParserParser.ParameterContext ctx)
RuleParserParser.parameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameter 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitParameterName(RuleParserParser.ParameterNameContext ctx)
RuleParserParser.parameterName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParameterName 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitConstant(RuleParserParser.ConstantContext ctx)
RuleParserParser.constant().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstant 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitVariable(RuleParserParser.VariableContext ctx)
RuleParserParser.variable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariable 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitNamedVariable(RuleParserParser.NamedVariableContext ctx)
RuleParserParser.namedVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNamedVariable 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitProperty(RuleParserParser.PropertyContext ctx)
RuleParserParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperty 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitVariableCategory(RuleParserParser.VariableCategoryContext ctx)
RuleParserParser.variableCategory().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableCategory 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitNamedVariableCategory(RuleParserParser.NamedVariableCategoryContext ctx)
RuleParserParser.namedVariableCategory().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNamedVariableCategory 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitConstantCategory(RuleParserParser.ConstantCategoryContext ctx)
RuleParserParser.constantCategory().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstantCategory 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitValue(RuleParserParser.ValueContext ctx)
RuleParserParser.value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValue 在接口中 RuleParserVisitor<T>ctx - the parse treepublic T visitOp(RuleParserParser.OpContext ctx)
RuleParserParser.op().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOp 在接口中 RuleParserVisitor<T>ctx - the parse treeCopyright © 2018 Bstek. All rights reserved.