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