Class ASLBaseListener
- All Implemented Interfaces:
ASLListener
,org.antlr.v4.runtime.tree.ParseTreeListener
ASLListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byASLParser.actionScript()
.void
Enter a parse tree produced byASLParser.alias()
.void
Enter a parse tree produced byASLParser.alwaysEffect()
.void
Enter a parse tree produced byASLParser.andExpression()
.void
Enter a parse tree produced byASLParser.assignment()
.void
Enter a parse tree produced byASLParser.asyncStatement()
.void
Enter a parse tree produced byASLParser.block()
.void
Enter a parse tree produced byASLParser.booleanExpression()
.void
Enter a parse tree produced byASLParser.catchParameter()
.void
Enter a parse tree produced byASLParser.catchStatement()
.void
Enter a parse tree produced byASLParser.conditions()
.void
Enter a parse tree produced byASLParser.content()
.void
Enter a parse tree produced byASLParser.control()
.void
Enter a parse tree produced byASLParser.controlContent()
.void
Enter a parse tree produced byASLParser.definition()
.void
Enter a parse tree produced byASLParser.definitions()
.void
Enter a parse tree produced byASLParser.description()
.void
Enter a parse tree produced byASLParser.effects()
.void
Enter a parse tree produced byASLParser.elifStatement()
.void
Enter a parse tree produced byASLParser.elseStatement()
.void
enterEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Enter a parse tree produced byASLParser.exitStatement()
.void
Enter a parse tree produced byASLParser.failureEffect()
.void
Enter a parse tree produced byASLParser.finallyStatement()
.void
Enter a parse tree produced byASLParser.forCondition()
.void
Enter a parse tree produced byASLParser.forEachStatement()
.void
Enter a parse tree produced byASLParser.forInitial()
.void
Enter a parse tree produced byASLParser.forStatement()
.void
Enter a parse tree produced byASLParser.forUpdate()
.void
Enter a parse tree produced byASLParser.function()
.void
Enter a parse tree produced byASLParser.generic()
.void
Enter a parse tree produced byASLParser.ifStatement()
.void
Enter a parse tree produced byASLParser.imports()
.void
Enter a parse tree produced byASLParser.input()
.void
Enter a parse tree produced byASLParser.inputList()
.void
Enter a parse tree produced byASLParser.inputParameter()
.void
Enter a parse tree produced byASLParser.inputTail()
.void
Enter a parse tree produced byASLParser.interrupts()
.void
Enter a parse tree produced byASLParser.interruptSpec()
.void
Enter a parse tree produced byASLParser.interruptSpecType()
.void
Enter a parse tree produced byASLParser.javaType()
.void
Enter a parse tree produced byASLParser.javaTypeList()
.void
Enter a parse tree produced byASLParser.javaTypeListTail()
.void
Enter a parse tree produced byASLParser.joinStatement()
.void
Enter a parse tree produced byASLParser.localvar()
.void
Enter a parse tree produced byASLParser.locks()
.void
Enter a parse tree produced byASLParser.name()
.void
Enter a parse tree produced byASLParser.nonperfEffect()
.void
Enter a parse tree produced byASLParser.obligationCondition()
.void
Enter a parse tree produced byASLParser.observes()
.void
Enter a parse tree produced byASLParser.onCancel()
.void
Enter a parse tree produced byASLParser.onResume()
.void
Enter a parse tree produced byASLParser.onSuspend()
.void
Enter a parse tree produced byASLParser.operation()
.void
Enter a parse tree produced byASLParser.orCondition()
.void
Enter a parse tree produced byASLParser.orExpression()
.void
Enter a parse tree produced byASLParser.output()
.void
Enter a parse tree produced byASLParser.outputList()
.void
Enter a parse tree produced byASLParser.outputParameter()
.void
Enter a parse tree produced byASLParser.outputTail()
.void
Enter a parse tree produced byASLParser.overallCondition()
.void
Enter a parse tree produced byASLParser.parameter()
.void
Enter a parse tree produced byASLParser.parameterList()
.void
Enter a parse tree produced byASLParser.parameterTail()
.void
Enter a parse tree produced byASLParser.preCondition()
.void
Enter a parse tree produced byASLParser.predicate()
.void
Enter a parse tree produced byASLParser.predicateList()
.void
Enter a parse tree produced byASLParser.primaryExpression()
.void
Enter a parse tree produced byASLParser.recovery()
.void
Enter a parse tree produced byASLParser.recoveryActionStatuses()
.void
Enter a parse tree produced byASLParser.recoveryExcludedFailedActions()
.void
Enter a parse tree produced byASLParser.recoveryExcludedFailureReasons()
.void
Enter a parse tree produced byASLParser.recoveryExcludedGoals()
.void
Enter a parse tree produced byASLParser.recoveryFailedActions()
.void
Enter a parse tree produced byASLParser.recoveryFailureReasons()
.void
Enter a parse tree produced byASLParser.recoveryGoals()
.void
Enter a parse tree produced byASLParser.reserved()
.void
Enter a parse tree produced byASLParser.returnStatement()
.void
Enter a parse tree produced byASLParser.setting()
.void
Enter a parse tree produced byASLParser.singleArgReturn()
.void
Enter a parse tree produced byASLParser.spec()
.void
Enter a parse tree produced byASLParser.specFunction()
.void
Enter a parse tree produced byASLParser.specReturn()
.void
Enter a parse tree produced byASLParser.specType()
.void
Enter a parse tree produced byASLParser.successEffect()
.void
Enter a parse tree produced byASLParser.tryStatement()
.void
Enter a parse tree produced byASLParser.typeTail()
.void
Enter a parse tree produced byASLParser.whileStatement()
.void
Exit a parse tree produced byASLParser.actionScript()
.void
Exit a parse tree produced byASLParser.alias()
.void
Exit a parse tree produced byASLParser.alwaysEffect()
.void
Exit a parse tree produced byASLParser.andExpression()
.void
Exit a parse tree produced byASLParser.assignment()
.void
Exit a parse tree produced byASLParser.asyncStatement()
.void
Exit a parse tree produced byASLParser.block()
.void
Exit a parse tree produced byASLParser.booleanExpression()
.void
Exit a parse tree produced byASLParser.catchParameter()
.void
Exit a parse tree produced byASLParser.catchStatement()
.void
Exit a parse tree produced byASLParser.conditions()
.void
Exit a parse tree produced byASLParser.content()
.void
Exit a parse tree produced byASLParser.control()
.void
Exit a parse tree produced byASLParser.controlContent()
.void
Exit a parse tree produced byASLParser.definition()
.void
Exit a parse tree produced byASLParser.definitions()
.void
Exit a parse tree produced byASLParser.description()
.void
Exit a parse tree produced byASLParser.effects()
.void
Exit a parse tree produced byASLParser.elifStatement()
.void
Exit a parse tree produced byASLParser.elseStatement()
.void
exitEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Exit a parse tree produced byASLParser.exitStatement()
.void
Exit a parse tree produced byASLParser.failureEffect()
.void
Exit a parse tree produced byASLParser.finallyStatement()
.void
Exit a parse tree produced byASLParser.forCondition()
.void
Exit a parse tree produced byASLParser.forEachStatement()
.void
Exit a parse tree produced byASLParser.forInitial()
.void
Exit a parse tree produced byASLParser.forStatement()
.void
Exit a parse tree produced byASLParser.forUpdate()
.void
Exit a parse tree produced byASLParser.function()
.void
Exit a parse tree produced byASLParser.generic()
.void
Exit a parse tree produced byASLParser.ifStatement()
.void
Exit a parse tree produced byASLParser.imports()
.void
Exit a parse tree produced byASLParser.input()
.void
Exit a parse tree produced byASLParser.inputList()
.void
Exit a parse tree produced byASLParser.inputParameter()
.void
Exit a parse tree produced byASLParser.inputTail()
.void
Exit a parse tree produced byASLParser.interrupts()
.void
Exit a parse tree produced byASLParser.interruptSpec()
.void
Exit a parse tree produced byASLParser.interruptSpecType()
.void
Exit a parse tree produced byASLParser.javaType()
.void
Exit a parse tree produced byASLParser.javaTypeList()
.void
Exit a parse tree produced byASLParser.javaTypeListTail()
.void
Exit a parse tree produced byASLParser.joinStatement()
.void
Exit a parse tree produced byASLParser.localvar()
.void
Exit a parse tree produced byASLParser.locks()
.void
Exit a parse tree produced byASLParser.name()
.void
Exit a parse tree produced byASLParser.nonperfEffect()
.void
Exit a parse tree produced byASLParser.obligationCondition()
.void
Exit a parse tree produced byASLParser.observes()
.void
Exit a parse tree produced byASLParser.onCancel()
.void
Exit a parse tree produced byASLParser.onResume()
.void
Exit a parse tree produced byASLParser.onSuspend()
.void
Exit a parse tree produced byASLParser.operation()
.void
Exit a parse tree produced byASLParser.orCondition()
.void
Exit a parse tree produced byASLParser.orExpression()
.void
Exit a parse tree produced byASLParser.output()
.void
Exit a parse tree produced byASLParser.outputList()
.void
Exit a parse tree produced byASLParser.outputParameter()
.void
Exit a parse tree produced byASLParser.outputTail()
.void
Exit a parse tree produced byASLParser.overallCondition()
.void
Exit a parse tree produced byASLParser.parameter()
.void
Exit a parse tree produced byASLParser.parameterList()
.void
Exit a parse tree produced byASLParser.parameterTail()
.void
Exit a parse tree produced byASLParser.preCondition()
.void
Exit a parse tree produced byASLParser.predicate()
.void
Exit a parse tree produced byASLParser.predicateList()
.void
Exit a parse tree produced byASLParser.primaryExpression()
.void
Exit a parse tree produced byASLParser.recovery()
.void
Exit a parse tree produced byASLParser.recoveryActionStatuses()
.void
Exit a parse tree produced byASLParser.recoveryExcludedFailedActions()
.void
Exit a parse tree produced byASLParser.recoveryExcludedFailureReasons()
.void
Exit a parse tree produced byASLParser.recoveryExcludedGoals()
.void
Exit a parse tree produced byASLParser.recoveryFailedActions()
.void
Exit a parse tree produced byASLParser.recoveryFailureReasons()
.void
Exit a parse tree produced byASLParser.recoveryGoals()
.void
Exit a parse tree produced byASLParser.reserved()
.void
Exit a parse tree produced byASLParser.returnStatement()
.void
Exit a parse tree produced byASLParser.setting()
.void
Exit a parse tree produced byASLParser.singleArgReturn()
.void
Exit a parse tree produced byASLParser.spec()
.void
Exit a parse tree produced byASLParser.specFunction()
.void
Exit a parse tree produced byASLParser.specReturn()
.void
Exit a parse tree produced byASLParser.specType()
.void
Exit a parse tree produced byASLParser.successEffect()
.void
Exit a parse tree produced byASLParser.tryStatement()
.void
Exit a parse tree produced byASLParser.typeTail()
.void
Exit a parse tree produced byASLParser.whileStatement()
.void
visitErrorNode
(org.antlr.v4.runtime.tree.ErrorNode node) void
visitTerminal
(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
ASLBaseListener
public ASLBaseListener()
-
-
Method Details
-
enterActionScript
Enter a parse tree produced byASLParser.actionScript()
.The default implementation does nothing.
- Specified by:
enterActionScript
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitActionScript
Exit a parse tree produced byASLParser.actionScript()
.The default implementation does nothing.
- Specified by:
exitActionScript
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterImports
Enter a parse tree produced byASLParser.imports()
.The default implementation does nothing.
- Specified by:
enterImports
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitImports
Exit a parse tree produced byASLParser.imports()
.The default implementation does nothing.
- Specified by:
exitImports
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterAlias
Enter a parse tree produced byASLParser.alias()
.The default implementation does nothing.
- Specified by:
enterAlias
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitAlias
Exit a parse tree produced byASLParser.alias()
.The default implementation does nothing.
- Specified by:
exitAlias
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterDefinitions
Enter a parse tree produced byASLParser.definitions()
.The default implementation does nothing.
- Specified by:
enterDefinitions
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitDefinitions
Exit a parse tree produced byASLParser.definitions()
.The default implementation does nothing.
- Specified by:
exitDefinitions
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterReserved
Enter a parse tree produced byASLParser.reserved()
.The default implementation does nothing.
- Specified by:
enterReserved
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitReserved
Exit a parse tree produced byASLParser.reserved()
.The default implementation does nothing.
- Specified by:
exitReserved
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterName
Enter a parse tree produced byASLParser.name()
.The default implementation does nothing.
- Specified by:
enterName
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitName
Exit a parse tree produced byASLParser.name()
.The default implementation does nothing.
- Specified by:
exitName
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterDefinition
Enter a parse tree produced byASLParser.definition()
.The default implementation does nothing.
- Specified by:
enterDefinition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitDefinition
Exit a parse tree produced byASLParser.definition()
.The default implementation does nothing.
- Specified by:
exitDefinition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterOutputParameter
Enter a parse tree produced byASLParser.outputParameter()
.The default implementation does nothing.
- Specified by:
enterOutputParameter
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitOutputParameter
Exit a parse tree produced byASLParser.outputParameter()
.The default implementation does nothing.
- Specified by:
exitOutputParameter
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterInputParameter
Enter a parse tree produced byASLParser.inputParameter()
.The default implementation does nothing.
- Specified by:
enterInputParameter
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitInputParameter
Exit a parse tree produced byASLParser.inputParameter()
.The default implementation does nothing.
- Specified by:
exitInputParameter
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterDescription
Enter a parse tree produced byASLParser.description()
.The default implementation does nothing.
- Specified by:
enterDescription
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitDescription
Exit a parse tree produced byASLParser.description()
.The default implementation does nothing.
- Specified by:
exitDescription
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterParameterList
Enter a parse tree produced byASLParser.parameterList()
.The default implementation does nothing.
- Specified by:
enterParameterList
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitParameterList
Exit a parse tree produced byASLParser.parameterList()
.The default implementation does nothing.
- Specified by:
exitParameterList
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterParameter
Enter a parse tree produced byASLParser.parameter()
.The default implementation does nothing.
- Specified by:
enterParameter
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitParameter
Exit a parse tree produced byASLParser.parameter()
.The default implementation does nothing.
- Specified by:
exitParameter
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterParameterTail
Enter a parse tree produced byASLParser.parameterTail()
.The default implementation does nothing.
- Specified by:
enterParameterTail
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitParameterTail
Exit a parse tree produced byASLParser.parameterTail()
.The default implementation does nothing.
- Specified by:
exitParameterTail
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterJavaTypeList
Enter a parse tree produced byASLParser.javaTypeList()
.The default implementation does nothing.
- Specified by:
enterJavaTypeList
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitJavaTypeList
Exit a parse tree produced byASLParser.javaTypeList()
.The default implementation does nothing.
- Specified by:
exitJavaTypeList
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterJavaType
Enter a parse tree produced byASLParser.javaType()
.The default implementation does nothing.
- Specified by:
enterJavaType
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitJavaType
Exit a parse tree produced byASLParser.javaType()
.The default implementation does nothing.
- Specified by:
exitJavaType
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterTypeTail
Enter a parse tree produced byASLParser.typeTail()
.The default implementation does nothing.
- Specified by:
enterTypeTail
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitTypeTail
Exit a parse tree produced byASLParser.typeTail()
.The default implementation does nothing.
- Specified by:
exitTypeTail
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterJavaTypeListTail
Enter a parse tree produced byASLParser.javaTypeListTail()
.The default implementation does nothing.
- Specified by:
enterJavaTypeListTail
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitJavaTypeListTail
Exit a parse tree produced byASLParser.javaTypeListTail()
.The default implementation does nothing.
- Specified by:
exitJavaTypeListTail
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterGeneric
Enter a parse tree produced byASLParser.generic()
.The default implementation does nothing.
- Specified by:
enterGeneric
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitGeneric
Exit a parse tree produced byASLParser.generic()
.The default implementation does nothing.
- Specified by:
exitGeneric
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterAssignment
Enter a parse tree produced byASLParser.assignment()
.The default implementation does nothing.
- Specified by:
enterAssignment
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitAssignment
Exit a parse tree produced byASLParser.assignment()
.The default implementation does nothing.
- Specified by:
exitAssignment
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterBlock
Enter a parse tree produced byASLParser.block()
.The default implementation does nothing.
- Specified by:
enterBlock
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitBlock
Exit a parse tree produced byASLParser.block()
.The default implementation does nothing.
- Specified by:
exitBlock
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterContent
Enter a parse tree produced byASLParser.content()
.The default implementation does nothing.
- Specified by:
enterContent
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitContent
Exit a parse tree produced byASLParser.content()
.The default implementation does nothing.
- Specified by:
exitContent
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterLocalvar
Enter a parse tree produced byASLParser.localvar()
.The default implementation does nothing.
- Specified by:
enterLocalvar
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitLocalvar
Exit a parse tree produced byASLParser.localvar()
.The default implementation does nothing.
- Specified by:
exitLocalvar
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterSetting
Enter a parse tree produced byASLParser.setting()
.The default implementation does nothing.
- Specified by:
enterSetting
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitSetting
Exit a parse tree produced byASLParser.setting()
.The default implementation does nothing.
- Specified by:
exitSetting
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterConditions
Enter a parse tree produced byASLParser.conditions()
.The default implementation does nothing.
- Specified by:
enterConditions
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitConditions
Exit a parse tree produced byASLParser.conditions()
.The default implementation does nothing.
- Specified by:
exitConditions
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterOrCondition
Enter a parse tree produced byASLParser.orCondition()
.The default implementation does nothing.
- Specified by:
enterOrCondition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitOrCondition
Exit a parse tree produced byASLParser.orCondition()
.The default implementation does nothing.
- Specified by:
exitOrCondition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterPreCondition
Enter a parse tree produced byASLParser.preCondition()
.The default implementation does nothing.
- Specified by:
enterPreCondition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitPreCondition
Exit a parse tree produced byASLParser.preCondition()
.The default implementation does nothing.
- Specified by:
exitPreCondition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterOverallCondition
Enter a parse tree produced byASLParser.overallCondition()
.The default implementation does nothing.
- Specified by:
enterOverallCondition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitOverallCondition
Exit a parse tree produced byASLParser.overallCondition()
.The default implementation does nothing.
- Specified by:
exitOverallCondition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterObligationCondition
Enter a parse tree produced byASLParser.obligationCondition()
.The default implementation does nothing.
- Specified by:
enterObligationCondition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitObligationCondition
Exit a parse tree produced byASLParser.obligationCondition()
.The default implementation does nothing.
- Specified by:
exitObligationCondition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterPredicate
Enter a parse tree produced byASLParser.predicate()
.The default implementation does nothing.
- Specified by:
enterPredicate
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitPredicate
Exit a parse tree produced byASLParser.predicate()
.The default implementation does nothing.
- Specified by:
exitPredicate
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterPredicateList
Enter a parse tree produced byASLParser.predicateList()
.The default implementation does nothing.
- Specified by:
enterPredicateList
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitPredicateList
Exit a parse tree produced byASLParser.predicateList()
.The default implementation does nothing.
- Specified by:
exitPredicateList
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterInputList
Enter a parse tree produced byASLParser.inputList()
.The default implementation does nothing.
- Specified by:
enterInputList
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitInputList
Exit a parse tree produced byASLParser.inputList()
.The default implementation does nothing.
- Specified by:
exitInputList
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterInput
Enter a parse tree produced byASLParser.input()
.The default implementation does nothing.
- Specified by:
enterInput
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitInput
Exit a parse tree produced byASLParser.input()
.The default implementation does nothing.
- Specified by:
exitInput
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterInputTail
Enter a parse tree produced byASLParser.inputTail()
.The default implementation does nothing.
- Specified by:
enterInputTail
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitInputTail
Exit a parse tree produced byASLParser.inputTail()
.The default implementation does nothing.
- Specified by:
exitInputTail
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterOutputList
Enter a parse tree produced byASLParser.outputList()
.The default implementation does nothing.
- Specified by:
enterOutputList
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitOutputList
Exit a parse tree produced byASLParser.outputList()
.The default implementation does nothing.
- Specified by:
exitOutputList
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterOutput
Enter a parse tree produced byASLParser.output()
.The default implementation does nothing.
- Specified by:
enterOutput
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitOutput
Exit a parse tree produced byASLParser.output()
.The default implementation does nothing.
- Specified by:
exitOutput
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterOutputTail
Enter a parse tree produced byASLParser.outputTail()
.The default implementation does nothing.
- Specified by:
enterOutputTail
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitOutputTail
Exit a parse tree produced byASLParser.outputTail()
.The default implementation does nothing.
- Specified by:
exitOutputTail
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterEffects
Enter a parse tree produced byASLParser.effects()
.The default implementation does nothing.
- Specified by:
enterEffects
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitEffects
Exit a parse tree produced byASLParser.effects()
.The default implementation does nothing.
- Specified by:
exitEffects
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterAlwaysEffect
Enter a parse tree produced byASLParser.alwaysEffect()
.The default implementation does nothing.
- Specified by:
enterAlwaysEffect
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitAlwaysEffect
Exit a parse tree produced byASLParser.alwaysEffect()
.The default implementation does nothing.
- Specified by:
exitAlwaysEffect
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterSuccessEffect
Enter a parse tree produced byASLParser.successEffect()
.The default implementation does nothing.
- Specified by:
enterSuccessEffect
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitSuccessEffect
Exit a parse tree produced byASLParser.successEffect()
.The default implementation does nothing.
- Specified by:
exitSuccessEffect
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterFailureEffect
Enter a parse tree produced byASLParser.failureEffect()
.The default implementation does nothing.
- Specified by:
enterFailureEffect
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitFailureEffect
Exit a parse tree produced byASLParser.failureEffect()
.The default implementation does nothing.
- Specified by:
exitFailureEffect
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterNonperfEffect
Enter a parse tree produced byASLParser.nonperfEffect()
.The default implementation does nothing.
- Specified by:
enterNonperfEffect
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitNonperfEffect
Exit a parse tree produced byASLParser.nonperfEffect()
.The default implementation does nothing.
- Specified by:
exitNonperfEffect
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterObserves
Enter a parse tree produced byASLParser.observes()
.The default implementation does nothing.
- Specified by:
enterObserves
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitObserves
Exit a parse tree produced byASLParser.observes()
.The default implementation does nothing.
- Specified by:
exitObserves
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterInterrupts
Enter a parse tree produced byASLParser.interrupts()
.The default implementation does nothing.
- Specified by:
enterInterrupts
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitInterrupts
Exit a parse tree produced byASLParser.interrupts()
.The default implementation does nothing.
- Specified by:
exitInterrupts
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterOnCancel
Enter a parse tree produced byASLParser.onCancel()
.The default implementation does nothing.
- Specified by:
enterOnCancel
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitOnCancel
Exit a parse tree produced byASLParser.onCancel()
.The default implementation does nothing.
- Specified by:
exitOnCancel
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterOnSuspend
Enter a parse tree produced byASLParser.onSuspend()
.The default implementation does nothing.
- Specified by:
enterOnSuspend
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitOnSuspend
Exit a parse tree produced byASLParser.onSuspend()
.The default implementation does nothing.
- Specified by:
exitOnSuspend
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterOnResume
Enter a parse tree produced byASLParser.onResume()
.The default implementation does nothing.
- Specified by:
enterOnResume
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitOnResume
Exit a parse tree produced byASLParser.onResume()
.The default implementation does nothing.
- Specified by:
exitOnResume
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterInterruptSpec
Enter a parse tree produced byASLParser.interruptSpec()
.The default implementation does nothing.
- Specified by:
enterInterruptSpec
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitInterruptSpec
Exit a parse tree produced byASLParser.interruptSpec()
.The default implementation does nothing.
- Specified by:
exitInterruptSpec
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterInterruptSpecType
Enter a parse tree produced byASLParser.interruptSpecType()
.The default implementation does nothing.
- Specified by:
enterInterruptSpecType
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitInterruptSpecType
Exit a parse tree produced byASLParser.interruptSpecType()
.The default implementation does nothing.
- Specified by:
exitInterruptSpecType
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterRecovery
Enter a parse tree produced byASLParser.recovery()
.The default implementation does nothing.
- Specified by:
enterRecovery
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitRecovery
Exit a parse tree produced byASLParser.recovery()
.The default implementation does nothing.
- Specified by:
exitRecovery
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterRecoveryGoals
Enter a parse tree produced byASLParser.recoveryGoals()
.The default implementation does nothing.
- Specified by:
enterRecoveryGoals
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitRecoveryGoals
Exit a parse tree produced byASLParser.recoveryGoals()
.The default implementation does nothing.
- Specified by:
exitRecoveryGoals
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterRecoveryExcludedGoals
Enter a parse tree produced byASLParser.recoveryExcludedGoals()
.The default implementation does nothing.
- Specified by:
enterRecoveryExcludedGoals
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitRecoveryExcludedGoals
Exit a parse tree produced byASLParser.recoveryExcludedGoals()
.The default implementation does nothing.
- Specified by:
exitRecoveryExcludedGoals
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterRecoveryFailedActions
Enter a parse tree produced byASLParser.recoveryFailedActions()
.The default implementation does nothing.
- Specified by:
enterRecoveryFailedActions
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitRecoveryFailedActions
Exit a parse tree produced byASLParser.recoveryFailedActions()
.The default implementation does nothing.
- Specified by:
exitRecoveryFailedActions
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterRecoveryExcludedFailedActions
Enter a parse tree produced byASLParser.recoveryExcludedFailedActions()
.The default implementation does nothing.
- Specified by:
enterRecoveryExcludedFailedActions
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitRecoveryExcludedFailedActions
Exit a parse tree produced byASLParser.recoveryExcludedFailedActions()
.The default implementation does nothing.
- Specified by:
exitRecoveryExcludedFailedActions
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterRecoveryFailureReasons
Enter a parse tree produced byASLParser.recoveryFailureReasons()
.The default implementation does nothing.
- Specified by:
enterRecoveryFailureReasons
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitRecoveryFailureReasons
Exit a parse tree produced byASLParser.recoveryFailureReasons()
.The default implementation does nothing.
- Specified by:
exitRecoveryFailureReasons
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterRecoveryExcludedFailureReasons
public void enterRecoveryExcludedFailureReasons(ASLParser.RecoveryExcludedFailureReasonsContext ctx) Enter a parse tree produced byASLParser.recoveryExcludedFailureReasons()
.The default implementation does nothing.
- Specified by:
enterRecoveryExcludedFailureReasons
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitRecoveryExcludedFailureReasons
Exit a parse tree produced byASLParser.recoveryExcludedFailureReasons()
.The default implementation does nothing.
- Specified by:
exitRecoveryExcludedFailureReasons
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterRecoveryActionStatuses
Enter a parse tree produced byASLParser.recoveryActionStatuses()
.The default implementation does nothing.
- Specified by:
enterRecoveryActionStatuses
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitRecoveryActionStatuses
Exit a parse tree produced byASLParser.recoveryActionStatuses()
.The default implementation does nothing.
- Specified by:
exitRecoveryActionStatuses
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterLocks
Enter a parse tree produced byASLParser.locks()
.The default implementation does nothing.
- Specified by:
enterLocks
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitLocks
Exit a parse tree produced byASLParser.locks()
.The default implementation does nothing.
- Specified by:
exitLocks
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterSpec
Enter a parse tree produced byASLParser.spec()
.The default implementation does nothing.
- Specified by:
enterSpec
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitSpec
Exit a parse tree produced byASLParser.spec()
.The default implementation does nothing.
- Specified by:
exitSpec
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterSpecReturn
Enter a parse tree produced byASLParser.specReturn()
.The default implementation does nothing.
- Specified by:
enterSpecReturn
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitSpecReturn
Exit a parse tree produced byASLParser.specReturn()
.The default implementation does nothing.
- Specified by:
exitSpecReturn
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterSingleArgReturn
Enter a parse tree produced byASLParser.singleArgReturn()
.The default implementation does nothing.
- Specified by:
enterSingleArgReturn
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitSingleArgReturn
Exit a parse tree produced byASLParser.singleArgReturn()
.The default implementation does nothing.
- Specified by:
exitSingleArgReturn
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterSpecFunction
Enter a parse tree produced byASLParser.specFunction()
.The default implementation does nothing.
- Specified by:
enterSpecFunction
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitSpecFunction
Exit a parse tree produced byASLParser.specFunction()
.The default implementation does nothing.
- Specified by:
exitSpecFunction
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterSpecType
Enter a parse tree produced byASLParser.specType()
.The default implementation does nothing.
- Specified by:
enterSpecType
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitSpecType
Exit a parse tree produced byASLParser.specType()
.The default implementation does nothing.
- Specified by:
exitSpecType
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterFunction
Enter a parse tree produced byASLParser.function()
.The default implementation does nothing.
- Specified by:
enterFunction
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitFunction
Exit a parse tree produced byASLParser.function()
.The default implementation does nothing.
- Specified by:
exitFunction
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterOperation
Enter a parse tree produced byASLParser.operation()
.The default implementation does nothing.
- Specified by:
enterOperation
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitOperation
Exit a parse tree produced byASLParser.operation()
.The default implementation does nothing.
- Specified by:
exitOperation
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterControl
Enter a parse tree produced byASLParser.control()
.The default implementation does nothing.
- Specified by:
enterControl
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitControl
Exit a parse tree produced byASLParser.control()
.The default implementation does nothing.
- Specified by:
exitControl
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterIfStatement
Enter a parse tree produced byASLParser.ifStatement()
.The default implementation does nothing.
- Specified by:
enterIfStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitIfStatement
Exit a parse tree produced byASLParser.ifStatement()
.The default implementation does nothing.
- Specified by:
exitIfStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterBooleanExpression
Enter a parse tree produced byASLParser.booleanExpression()
.The default implementation does nothing.
- Specified by:
enterBooleanExpression
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitBooleanExpression
Exit a parse tree produced byASLParser.booleanExpression()
.The default implementation does nothing.
- Specified by:
exitBooleanExpression
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterOrExpression
Enter a parse tree produced byASLParser.orExpression()
.The default implementation does nothing.
- Specified by:
enterOrExpression
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitOrExpression
Exit a parse tree produced byASLParser.orExpression()
.The default implementation does nothing.
- Specified by:
exitOrExpression
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterAndExpression
Enter a parse tree produced byASLParser.andExpression()
.The default implementation does nothing.
- Specified by:
enterAndExpression
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitAndExpression
Exit a parse tree produced byASLParser.andExpression()
.The default implementation does nothing.
- Specified by:
exitAndExpression
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterPrimaryExpression
Enter a parse tree produced byASLParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
enterPrimaryExpression
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitPrimaryExpression
Exit a parse tree produced byASLParser.primaryExpression()
.The default implementation does nothing.
- Specified by:
exitPrimaryExpression
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterControlContent
Enter a parse tree produced byASLParser.controlContent()
.The default implementation does nothing.
- Specified by:
enterControlContent
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitControlContent
Exit a parse tree produced byASLParser.controlContent()
.The default implementation does nothing.
- Specified by:
exitControlContent
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterElifStatement
Enter a parse tree produced byASLParser.elifStatement()
.The default implementation does nothing.
- Specified by:
enterElifStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitElifStatement
Exit a parse tree produced byASLParser.elifStatement()
.The default implementation does nothing.
- Specified by:
exitElifStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterElseStatement
Enter a parse tree produced byASLParser.elseStatement()
.The default implementation does nothing.
- Specified by:
enterElseStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitElseStatement
Exit a parse tree produced byASLParser.elseStatement()
.The default implementation does nothing.
- Specified by:
exitElseStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterWhileStatement
Enter a parse tree produced byASLParser.whileStatement()
.The default implementation does nothing.
- Specified by:
enterWhileStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitWhileStatement
Exit a parse tree produced byASLParser.whileStatement()
.The default implementation does nothing.
- Specified by:
exitWhileStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterForStatement
Enter a parse tree produced byASLParser.forStatement()
.The default implementation does nothing.
- Specified by:
enterForStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitForStatement
Exit a parse tree produced byASLParser.forStatement()
.The default implementation does nothing.
- Specified by:
exitForStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterForInitial
Enter a parse tree produced byASLParser.forInitial()
.The default implementation does nothing.
- Specified by:
enterForInitial
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitForInitial
Exit a parse tree produced byASLParser.forInitial()
.The default implementation does nothing.
- Specified by:
exitForInitial
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterForCondition
Enter a parse tree produced byASLParser.forCondition()
.The default implementation does nothing.
- Specified by:
enterForCondition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitForCondition
Exit a parse tree produced byASLParser.forCondition()
.The default implementation does nothing.
- Specified by:
exitForCondition
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterForUpdate
Enter a parse tree produced byASLParser.forUpdate()
.The default implementation does nothing.
- Specified by:
enterForUpdate
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitForUpdate
Exit a parse tree produced byASLParser.forUpdate()
.The default implementation does nothing.
- Specified by:
exitForUpdate
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterForEachStatement
Enter a parse tree produced byASLParser.forEachStatement()
.The default implementation does nothing.
- Specified by:
enterForEachStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitForEachStatement
Exit a parse tree produced byASLParser.forEachStatement()
.The default implementation does nothing.
- Specified by:
exitForEachStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterExitStatement
Enter a parse tree produced byASLParser.exitStatement()
.The default implementation does nothing.
- Specified by:
enterExitStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitExitStatement
Exit a parse tree produced byASLParser.exitStatement()
.The default implementation does nothing.
- Specified by:
exitExitStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterTryStatement
Enter a parse tree produced byASLParser.tryStatement()
.The default implementation does nothing.
- Specified by:
enterTryStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitTryStatement
Exit a parse tree produced byASLParser.tryStatement()
.The default implementation does nothing.
- Specified by:
exitTryStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterCatchStatement
Enter a parse tree produced byASLParser.catchStatement()
.The default implementation does nothing.
- Specified by:
enterCatchStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitCatchStatement
Exit a parse tree produced byASLParser.catchStatement()
.The default implementation does nothing.
- Specified by:
exitCatchStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterCatchParameter
Enter a parse tree produced byASLParser.catchParameter()
.The default implementation does nothing.
- Specified by:
enterCatchParameter
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitCatchParameter
Exit a parse tree produced byASLParser.catchParameter()
.The default implementation does nothing.
- Specified by:
exitCatchParameter
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterFinallyStatement
Enter a parse tree produced byASLParser.finallyStatement()
.The default implementation does nothing.
- Specified by:
enterFinallyStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitFinallyStatement
Exit a parse tree produced byASLParser.finallyStatement()
.The default implementation does nothing.
- Specified by:
exitFinallyStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterReturnStatement
Enter a parse tree produced byASLParser.returnStatement()
.The default implementation does nothing.
- Specified by:
enterReturnStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitReturnStatement
Exit a parse tree produced byASLParser.returnStatement()
.The default implementation does nothing.
- Specified by:
exitReturnStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterAsyncStatement
Enter a parse tree produced byASLParser.asyncStatement()
.The default implementation does nothing.
- Specified by:
enterAsyncStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitAsyncStatement
Exit a parse tree produced byASLParser.asyncStatement()
.The default implementation does nothing.
- Specified by:
exitAsyncStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterJoinStatement
Enter a parse tree produced byASLParser.joinStatement()
.The default implementation does nothing.
- Specified by:
enterJoinStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
exitJoinStatement
Exit a parse tree produced byASLParser.joinStatement()
.The default implementation does nothing.
- Specified by:
exitJoinStatement
in interfaceASLListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-