Class ASLBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
ASLVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
ASLVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byASLParser.actionScript().Visit a parse tree produced byASLParser.alias().Visit a parse tree produced byASLParser.alwaysEffect().Visit a parse tree produced byASLParser.andExpression().Visit a parse tree produced byASLParser.assignment().Visit a parse tree produced byASLParser.asyncStatement().Visit a parse tree produced byASLParser.block().Visit a parse tree produced byASLParser.booleanExpression().Visit a parse tree produced byASLParser.catchParameter().Visit a parse tree produced byASLParser.catchStatement().Visit a parse tree produced byASLParser.conditions().Visit a parse tree produced byASLParser.content().Visit a parse tree produced byASLParser.control().Visit a parse tree produced byASLParser.controlContent().Visit a parse tree produced byASLParser.definition().Visit a parse tree produced byASLParser.definitions().Visit a parse tree produced byASLParser.description().Visit a parse tree produced byASLParser.effects().Visit a parse tree produced byASLParser.elifStatement().Visit a parse tree produced byASLParser.elseStatement().Visit a parse tree produced byASLParser.exitStatement().Visit a parse tree produced byASLParser.failureEffect().Visit a parse tree produced byASLParser.finallyStatement().Visit a parse tree produced byASLParser.forCondition().Visit a parse tree produced byASLParser.forEachStatement().Visit a parse tree produced byASLParser.forInitial().Visit a parse tree produced byASLParser.forStatement().Visit a parse tree produced byASLParser.forUpdate().Visit a parse tree produced byASLParser.function().Visit a parse tree produced byASLParser.generic().Visit a parse tree produced byASLParser.ifStatement().Visit a parse tree produced byASLParser.imports().Visit a parse tree produced byASLParser.input().Visit a parse tree produced byASLParser.inputList().Visit a parse tree produced byASLParser.inputParameter().Visit a parse tree produced byASLParser.inputTail().Visit a parse tree produced byASLParser.interrupts().Visit a parse tree produced byASLParser.interruptSpec().Visit a parse tree produced byASLParser.interruptSpecType().Visit a parse tree produced byASLParser.javaType().Visit a parse tree produced byASLParser.javaTypeList().Visit a parse tree produced byASLParser.javaTypeListTail().Visit a parse tree produced byASLParser.joinStatement().Visit a parse tree produced byASLParser.localvar().Visit a parse tree produced byASLParser.locks().Visit a parse tree produced byASLParser.name().Visit a parse tree produced byASLParser.nonperfEffect().Visit a parse tree produced byASLParser.obligationCondition().Visit a parse tree produced byASLParser.observes().Visit a parse tree produced byASLParser.onCancel().Visit a parse tree produced byASLParser.onResume().Visit a parse tree produced byASLParser.onSuspend().Visit a parse tree produced byASLParser.operation().Visit a parse tree produced byASLParser.orCondition().Visit a parse tree produced byASLParser.orExpression().Visit a parse tree produced byASLParser.output().Visit a parse tree produced byASLParser.outputList().Visit a parse tree produced byASLParser.outputParameter().Visit a parse tree produced byASLParser.outputTail().Visit a parse tree produced byASLParser.overallCondition().Visit a parse tree produced byASLParser.parameter().Visit a parse tree produced byASLParser.parameterList().Visit a parse tree produced byASLParser.parameterTail().Visit a parse tree produced byASLParser.preCondition().Visit a parse tree produced byASLParser.predicate().Visit a parse tree produced byASLParser.predicateList().Visit a parse tree produced byASLParser.primaryExpression().Visit a parse tree produced byASLParser.recovery().Visit a parse tree produced byASLParser.recoveryActionStatuses().Visit a parse tree produced byASLParser.recoveryExcludedFailedActions().Visit a parse tree produced byASLParser.recoveryExcludedFailureReasons().Visit a parse tree produced byASLParser.recoveryExcludedGoals().Visit a parse tree produced byASLParser.recoveryFailedActions().Visit a parse tree produced byASLParser.recoveryFailureReasons().Visit a parse tree produced byASLParser.recoveryGoals().Visit a parse tree produced byASLParser.reserved().Visit a parse tree produced byASLParser.returnStatement().Visit a parse tree produced byASLParser.setting().Visit a parse tree produced byASLParser.singleArgReturn().Visit a parse tree produced byASLParser.spec().Visit a parse tree produced byASLParser.specFunction().Visit a parse tree produced byASLParser.specReturn().Visit a parse tree produced byASLParser.specType().Visit a parse tree produced byASLParser.successEffect().Visit a parse tree produced byASLParser.tryStatement().Visit a parse tree produced byASLParser.typeTail().Visit a parse tree produced byASLParser.whileStatement().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
ASLBaseVisitor
public ASLBaseVisitor()
-
-
Method Details
-
visitActionScript
Visit a parse tree produced byASLParser.actionScript().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitActionScriptin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImports
Visit a parse tree produced byASLParser.imports().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImportsin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias
Visit a parse tree produced byASLParser.alias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAliasin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefinitions
Visit a parse tree produced byASLParser.definitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefinitionsin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReserved
Visit a parse tree produced byASLParser.reserved().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReservedin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
Visit a parse tree produced byASLParser.name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamein interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefinition
Visit a parse tree produced byASLParser.definition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefinitionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutputParameter
Visit a parse tree produced byASLParser.outputParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutputParameterin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInputParameter
Visit a parse tree produced byASLParser.inputParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInputParameterin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDescription
Visit a parse tree produced byASLParser.description().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDescriptionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterList
Visit a parse tree produced byASLParser.parameterList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterListin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameter
Visit a parse tree produced byASLParser.parameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParameterTail
Visit a parse tree produced byASLParser.parameterTail().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParameterTailin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJavaTypeList
Visit a parse tree produced byASLParser.javaTypeList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJavaTypeListin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJavaType
Visit a parse tree produced byASLParser.javaType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJavaTypein interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeTail
Visit a parse tree produced byASLParser.typeTail().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeTailin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJavaTypeListTail
Visit a parse tree produced byASLParser.javaTypeListTail().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJavaTypeListTailin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric
Visit a parse tree produced byASLParser.generic().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenericin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssignment
Visit a parse tree produced byASLParser.assignment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssignmentin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBlock
Visit a parse tree produced byASLParser.block().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBlockin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitContent
Visit a parse tree produced byASLParser.content().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitContentin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocalvar
Visit a parse tree produced byASLParser.localvar().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocalvarin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetting
Visit a parse tree produced byASLParser.setting().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSettingin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConditions
Visit a parse tree produced byASLParser.conditions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConditionsin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrCondition
Visit a parse tree produced byASLParser.orCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrConditionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPreCondition
Visit a parse tree produced byASLParser.preCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPreConditionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverallCondition
Visit a parse tree produced byASLParser.overallCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverallConditionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObligationCondition
Visit a parse tree produced byASLParser.obligationCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObligationConditionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicate
Visit a parse tree produced byASLParser.predicate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicatein interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPredicateList
Visit a parse tree produced byASLParser.predicateList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPredicateListin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInputList
Visit a parse tree produced byASLParser.inputList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInputListin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInput
Visit a parse tree produced byASLParser.input().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInputin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInputTail
Visit a parse tree produced byASLParser.inputTail().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInputTailin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutputList
Visit a parse tree produced byASLParser.outputList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutputListin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutput
Visit a parse tree produced byASLParser.output().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutputin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOutputTail
Visit a parse tree produced byASLParser.outputTail().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOutputTailin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEffects
Visit a parse tree produced byASLParser.effects().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEffectsin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlwaysEffect
Visit a parse tree produced byASLParser.alwaysEffect().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlwaysEffectin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSuccessEffect
Visit a parse tree produced byASLParser.successEffect().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSuccessEffectin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFailureEffect
Visit a parse tree produced byASLParser.failureEffect().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFailureEffectin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonperfEffect
Visit a parse tree produced byASLParser.nonperfEffect().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonperfEffectin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObserves
Visit a parse tree produced byASLParser.observes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObservesin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterrupts
Visit a parse tree produced byASLParser.interrupts().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterruptsin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnCancel
Visit a parse tree produced byASLParser.onCancel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnCancelin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnSuspend
Visit a parse tree produced byASLParser.onSuspend().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnSuspendin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOnResume
Visit a parse tree produced byASLParser.onResume().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOnResumein interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterruptSpec
Visit a parse tree produced byASLParser.interruptSpec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterruptSpecin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterruptSpecType
Visit a parse tree produced byASLParser.interruptSpecType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterruptSpecTypein interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecovery
Visit a parse tree produced byASLParser.recovery().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecoveryin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecoveryGoals
Visit a parse tree produced byASLParser.recoveryGoals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecoveryGoalsin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecoveryExcludedGoals
Visit a parse tree produced byASLParser.recoveryExcludedGoals().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecoveryExcludedGoalsin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecoveryFailedActions
Visit a parse tree produced byASLParser.recoveryFailedActions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecoveryFailedActionsin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecoveryExcludedFailedActions
Visit a parse tree produced byASLParser.recoveryExcludedFailedActions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecoveryExcludedFailedActionsin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecoveryFailureReasons
Visit a parse tree produced byASLParser.recoveryFailureReasons().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecoveryFailureReasonsin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecoveryExcludedFailureReasons
Visit a parse tree produced byASLParser.recoveryExcludedFailureReasons().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecoveryExcludedFailureReasonsin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRecoveryActionStatuses
Visit a parse tree produced byASLParser.recoveryActionStatuses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRecoveryActionStatusesin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocks
Visit a parse tree produced byASLParser.locks().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocksin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpec
Visit a parse tree produced byASLParser.spec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecReturn
Visit a parse tree produced byASLParser.specReturn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecReturnin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleArgReturn
Visit a parse tree produced byASLParser.singleArgReturn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleArgReturnin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecFunction
Visit a parse tree produced byASLParser.specFunction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecFunctionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSpecType
Visit a parse tree produced byASLParser.specType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSpecTypein interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction
Visit a parse tree produced byASLParser.function().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperation
Visit a parse tree produced byASLParser.operation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperationin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitControl
Visit a parse tree produced byASLParser.control().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitControlin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfStatement
Visit a parse tree produced byASLParser.ifStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIfStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanExpression
Visit a parse tree produced byASLParser.booleanExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanExpressionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOrExpression
Visit a parse tree produced byASLParser.orExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOrExpressionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAndExpression
Visit a parse tree produced byASLParser.andExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAndExpressionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrimaryExpression
Visit a parse tree produced byASLParser.primaryExpression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrimaryExpressionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitControlContent
Visit a parse tree produced byASLParser.controlContent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitControlContentin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElifStatement
Visit a parse tree produced byASLParser.elifStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElifStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElseStatement
Visit a parse tree produced byASLParser.elseStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElseStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhileStatement
Visit a parse tree produced byASLParser.whileStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhileStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForStatement
Visit a parse tree produced byASLParser.forStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForInitial
Visit a parse tree produced byASLParser.forInitial().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForInitialin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForCondition
Visit a parse tree produced byASLParser.forCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForConditionin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForUpdate
Visit a parse tree produced byASLParser.forUpdate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForUpdatein interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForEachStatement
Visit a parse tree produced byASLParser.forEachStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForEachStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExitStatement
Visit a parse tree produced byASLParser.exitStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExitStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTryStatement
Visit a parse tree produced byASLParser.tryStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTryStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchStatement
Visit a parse tree produced byASLParser.catchStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatchStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCatchParameter
Visit a parse tree produced byASLParser.catchParameter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCatchParameterin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFinallyStatement
Visit a parse tree produced byASLParser.finallyStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFinallyStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturnStatement
Visit a parse tree produced byASLParser.returnStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturnStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAsyncStatement
Visit a parse tree produced byASLParser.asyncStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAsyncStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoinStatement
Visit a parse tree produced byASLParser.joinStatement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoinStatementin interfaceASLVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-