Package org.ek9lang.antlr
Interface EK9Listener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
AbstractEK9PhaseListener
,DefinitionListener
,EK9BaseListener
,ExpressionsListener
,PreIRListener
,ReferencesPhase1Listener
,ResolveDefineExplicitTypeListener
,ResolveDefineInferredTypeListener
,ScopeStackConsistencyListener
public interface EK9Listener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
EK9Parser
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byEK9Parser.accessModifier()
.void
Enter a parse tree produced byEK9Parser.aggregateParts()
.void
Enter a parse tree produced byEK9Parser.aggregateProperty()
.void
Enter a parse tree produced byEK9Parser.allowingOnly()
.void
Enter a parse tree produced byEK9Parser.applicationBlock()
.void
Enter a parse tree produced byEK9Parser.applicationDeclaration()
.void
Enter a parse tree produced byEK9Parser.argumentParam()
.void
Enter a parse tree produced byEK9Parser.aspectDeclaration()
.void
Enter a parse tree produced byEK9Parser.assertStatement()
.void
Enter a parse tree produced byEK9Parser.assignmentExpression()
.void
Enter a parse tree produced byEK9Parser.assignmentStatement()
.void
Enter a parse tree produced byEK9Parser.binaryLit()
.void
Enter a parse tree produced by thebinaryLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.block()
.void
Enter a parse tree produced byEK9Parser.blockStatement()
.void
Enter a parse tree produced byEK9Parser.booleanLit()
.void
Enter a parse tree produced by thebooleanLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.call()
.void
Enter a parse tree produced byEK9Parser.caseExpression()
.void
Enter a parse tree produced byEK9Parser.caseStatement()
.void
Enter a parse tree produced byEK9Parser.catchStatementExpression()
.void
Enter a parse tree produced byEK9Parser.characterLit()
.void
Enter a parse tree produced by thecharacterLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.classBlock()
.void
Enter a parse tree produced byEK9Parser.classDeclaration()
.void
Enter a parse tree produced byEK9Parser.colourLit()
.void
Enter a parse tree produced by thecolourLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.compilationUnit()
.void
Enter a parse tree produced byEK9Parser.componentBlock()
.void
Enter a parse tree produced byEK9Parser.componentDeclaration()
.void
Enter a parse tree produced byEK9Parser.constantBlock()
.void
Enter a parse tree produced byEK9Parser.constantDeclaration()
.void
Enter a parse tree produced byEK9Parser.constantInitialiser()
.void
Enter a parse tree produced byEK9Parser.constrainDeclaration()
.void
Enter a parse tree produced byEK9Parser.constrainType()
.void
Enter a parse tree produced byEK9Parser.dateLit()
.void
Enter a parse tree produced by thedateLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.dateTimeLit()
.void
Enter a parse tree produced by thedateTimeLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.declareArgumentParam()
.void
Enter a parse tree produced by thedecorationDimensionLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced by thedecorationResolutionLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.defaultOperator()
.void
Enter a parse tree produced byEK9Parser.dict()
.void
Enter a parse tree produced byEK9Parser.dimensionLit()
.void
Enter a parse tree produced byEK9Parser.directive()
.void
Enter a parse tree produced byEK9Parser.directivePart()
.void
Enter a parse tree produced byEK9Parser.dottedName()
.void
Enter a parse tree produced byEK9Parser.durationLit()
.void
Enter a parse tree produced by thedurationLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.dynamicClassDeclaration()
.void
Enter a parse tree produced byEK9Parser.dynamicFunctionBody()
.void
Enter a parse tree produced byEK9Parser.dynamicFunctionDeclaration()
.void
Enter a parse tree produced byEK9Parser.dynamicVariableCapture()
.void
Enter a parse tree produced byEK9Parser.elseOnlyBlock()
.void
Enter a parse tree produced byEK9Parser.enumerationDeclaration()
.void
Enter a parse tree produced byEK9Parser.expression()
.void
Enter a parse tree produced byEK9Parser.expressionParam()
.void
Enter a parse tree produced byEK9Parser.extendDeclaration()
.void
Enter a parse tree produced byEK9Parser.extendPreamble()
.void
Enter a parse tree produced byEK9Parser.finallyStatementExpression()
.void
Enter a parse tree produced byEK9Parser.floatingPointLit()
.void
Enter a parse tree produced by thefloatingPointLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.forLoop()
.void
Enter a parse tree produced byEK9Parser.forRange()
.void
Enter a parse tree produced byEK9Parser.forStatementExpression()
.void
Enter a parse tree produced byEK9Parser.functionBlock()
.void
Enter a parse tree produced byEK9Parser.functionDeclaration()
.void
Enter a parse tree produced byEK9Parser.guardExpression()
.void
Enter a parse tree produced byEK9Parser.httpAccess()
.void
Enter a parse tree produced byEK9Parser.httpVerb()
.void
Enter a parse tree produced byEK9Parser.identifier()
.void
Enter a parse tree produced byEK9Parser.identifierReference()
.void
Enter a parse tree produced byEK9Parser.ifControlBlock()
.void
Enter a parse tree produced byEK9Parser.ifStatement()
.void
Enter a parse tree produced byEK9Parser.initValuePair()
.void
Enter a parse tree produced byEK9Parser.instructionBlock()
.void
Enter a parse tree produced byEK9Parser.integerLit()
.void
Enter a parse tree produced by theintegerLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.list()
.void
Enter a parse tree produced byEK9Parser.methodDeclaration()
.void
Enter a parse tree produced byEK9Parser.millisecondLit()
.void
Enter a parse tree produced by themillisecondLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.moduleBlock()
.void
Enter a parse tree produced byEK9Parser.moduleDeclaration()
.void
Enter a parse tree produced byEK9Parser.moneyLit()
.void
Enter a parse tree produced by themoneyLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.objectAccess()
.void
Enter a parse tree produced byEK9Parser.objectAccessExpression()
.void
Enter a parse tree produced byEK9Parser.objectAccessStart()
.void
Enter a parse tree produced byEK9Parser.objectAccessType()
.void
Enter a parse tree produced byEK9Parser.operationCall()
.void
Enter a parse tree produced byEK9Parser.operationDetails()
.void
Enter a parse tree produced byEK9Parser.operator()
.void
Enter a parse tree produced byEK9Parser.operatorDeclaration()
.void
Enter a parse tree produced byEK9Parser.packageBlock()
.void
Enter a parse tree produced byEK9Parser.parameterisedArgs()
.void
Enter a parse tree produced byEK9Parser.parameterisedDetail()
.void
Enter a parse tree produced byEK9Parser.parameterisedParams()
.void
Enter a parse tree produced byEK9Parser.parameterisedType()
.void
Enter a parse tree produced byEK9Parser.paramExpression()
.void
Enter a parse tree produced byEK9Parser.pathLit()
.void
Enter a parse tree produced by thepathLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.pipelinePart()
.void
Enter a parse tree produced byEK9Parser.preFlowAndControl()
.void
Enter a parse tree produced byEK9Parser.preFlowStatement()
.void
Enter a parse tree produced byEK9Parser.primary()
.void
Enter a parse tree produced byEK9Parser.primaryReference()
.void
Enter a parse tree produced byEK9Parser.programBlock()
.void
Enter a parse tree produced byEK9Parser.range()
.void
Enter a parse tree produced byEK9Parser.recordBlock()
.void
Enter a parse tree produced byEK9Parser.recordDeclaration()
.void
Enter a parse tree produced byEK9Parser.referencesBlock()
.void
Enter a parse tree produced byEK9Parser.regExLit()
.void
Enter a parse tree produced byEK9Parser.registerStatement()
.void
Enter a parse tree produced by theregularExpressionLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.resolutionLit()
.void
Enter a parse tree produced byEK9Parser.returningParam()
.void
Enter a parse tree produced byEK9Parser.serviceBlock()
.void
Enter a parse tree produced byEK9Parser.serviceDeclaration()
.void
Enter a parse tree produced byEK9Parser.serviceOperationDeclaration()
.void
Enter a parse tree produced byEK9Parser.sheBang()
.void
Enter a parse tree produced byEK9Parser.singleStatementBlock()
.void
Enter a parse tree produced byEK9Parser.statement()
.void
Enter a parse tree produced byEK9Parser.streamCat()
.void
Enter a parse tree produced byEK9Parser.streamExpression()
.void
Enter a parse tree produced byEK9Parser.streamExpressionTermination()
.void
Enter a parse tree produced byEK9Parser.streamFor()
.void
Enter a parse tree produced byEK9Parser.streamPart()
.void
Enter a parse tree produced byEK9Parser.streamSource()
.void
Enter a parse tree produced byEK9Parser.streamStatement()
.void
Enter a parse tree produced byEK9Parser.streamStatementTermination()
.void
Enter a parse tree produced byEK9Parser.stringLit()
.void
Enter a parse tree produced by thestringLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.stringPart()
.void
Enter a parse tree produced byEK9Parser.switchStatementExpression()
.void
Enter a parse tree produced byEK9Parser.textBlock()
.void
Enter a parse tree produced byEK9Parser.textBodyDeclaration()
.void
Enter a parse tree produced byEK9Parser.textDeclaration()
.void
Enter a parse tree produced byEK9Parser.throwStatement()
.void
Enter a parse tree produced byEK9Parser.timeLit()
.void
Enter a parse tree produced by thetimeLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.traitBlock()
.void
Enter a parse tree produced byEK9Parser.traitDeclaration()
.void
Enter a parse tree produced byEK9Parser.traitPreamble()
.void
Enter a parse tree produced byEK9Parser.traitReference()
.void
Enter a parse tree produced byEK9Parser.traitsList()
.void
Enter a parse tree produced byEK9Parser.tryStatementExpression()
.void
Enter a parse tree produced byEK9Parser.typeBlock()
.void
Enter a parse tree produced byEK9Parser.typeDeclaration()
.void
Enter a parse tree produced byEK9Parser.typeDef()
.void
Enter a parse tree produced byEK9Parser.variableDeclaration()
.void
Enter a parse tree produced byEK9Parser.variableOnlyDeclaration()
.void
Enter a parse tree produced byEK9Parser.versionNumberLit()
.void
Enter a parse tree produced by theversionNumberLiteral
labeled alternative inEK9Parser.literal()
.void
Enter a parse tree produced byEK9Parser.webVariableCorrelation()
.void
Enter a parse tree produced byEK9Parser.whileStatementExpression()
.void
Exit a parse tree produced byEK9Parser.accessModifier()
.void
Exit a parse tree produced byEK9Parser.aggregateParts()
.void
Exit a parse tree produced byEK9Parser.aggregateProperty()
.void
Exit a parse tree produced byEK9Parser.allowingOnly()
.void
Exit a parse tree produced byEK9Parser.applicationBlock()
.void
Exit a parse tree produced byEK9Parser.applicationDeclaration()
.void
Exit a parse tree produced byEK9Parser.argumentParam()
.void
Exit a parse tree produced byEK9Parser.aspectDeclaration()
.void
Exit a parse tree produced byEK9Parser.assertStatement()
.void
Exit a parse tree produced byEK9Parser.assignmentExpression()
.void
Exit a parse tree produced byEK9Parser.assignmentStatement()
.void
Exit a parse tree produced byEK9Parser.binaryLit()
.void
Exit a parse tree produced by thebinaryLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.block()
.void
Exit a parse tree produced byEK9Parser.blockStatement()
.void
Exit a parse tree produced byEK9Parser.booleanLit()
.void
Exit a parse tree produced by thebooleanLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.call()
.void
Exit a parse tree produced byEK9Parser.caseExpression()
.void
Exit a parse tree produced byEK9Parser.caseStatement()
.void
Exit a parse tree produced byEK9Parser.catchStatementExpression()
.void
Exit a parse tree produced byEK9Parser.characterLit()
.void
Exit a parse tree produced by thecharacterLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.classBlock()
.void
Exit a parse tree produced byEK9Parser.classDeclaration()
.void
Exit a parse tree produced byEK9Parser.colourLit()
.void
Exit a parse tree produced by thecolourLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.compilationUnit()
.void
Exit a parse tree produced byEK9Parser.componentBlock()
.void
Exit a parse tree produced byEK9Parser.componentDeclaration()
.void
Exit a parse tree produced byEK9Parser.constantBlock()
.void
Exit a parse tree produced byEK9Parser.constantDeclaration()
.void
Exit a parse tree produced byEK9Parser.constantInitialiser()
.void
Exit a parse tree produced byEK9Parser.constrainDeclaration()
.void
Exit a parse tree produced byEK9Parser.constrainType()
.void
Exit a parse tree produced byEK9Parser.dateLit()
.void
Exit a parse tree produced by thedateLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.dateTimeLit()
.void
Exit a parse tree produced by thedateTimeLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.declareArgumentParam()
.void
Exit a parse tree produced by thedecorationDimensionLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced by thedecorationResolutionLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.defaultOperator()
.void
Exit a parse tree produced byEK9Parser.dict()
.void
Exit a parse tree produced byEK9Parser.dimensionLit()
.void
Exit a parse tree produced byEK9Parser.directive()
.void
Exit a parse tree produced byEK9Parser.directivePart()
.void
Exit a parse tree produced byEK9Parser.dottedName()
.void
Exit a parse tree produced byEK9Parser.durationLit()
.void
Exit a parse tree produced by thedurationLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.dynamicClassDeclaration()
.void
Exit a parse tree produced byEK9Parser.dynamicFunctionBody()
.void
Exit a parse tree produced byEK9Parser.dynamicFunctionDeclaration()
.void
Exit a parse tree produced byEK9Parser.dynamicVariableCapture()
.void
Exit a parse tree produced byEK9Parser.elseOnlyBlock()
.void
Exit a parse tree produced byEK9Parser.enumerationDeclaration()
.void
Exit a parse tree produced byEK9Parser.expression()
.void
Exit a parse tree produced byEK9Parser.expressionParam()
.void
Exit a parse tree produced byEK9Parser.extendDeclaration()
.void
Exit a parse tree produced byEK9Parser.extendPreamble()
.void
Exit a parse tree produced byEK9Parser.finallyStatementExpression()
.void
Exit a parse tree produced byEK9Parser.floatingPointLit()
.void
Exit a parse tree produced by thefloatingPointLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.forLoop()
.void
Exit a parse tree produced byEK9Parser.forRange()
.void
Exit a parse tree produced byEK9Parser.forStatementExpression()
.void
Exit a parse tree produced byEK9Parser.functionBlock()
.void
Exit a parse tree produced byEK9Parser.functionDeclaration()
.void
Exit a parse tree produced byEK9Parser.guardExpression()
.void
Exit a parse tree produced byEK9Parser.httpAccess()
.void
Exit a parse tree produced byEK9Parser.httpVerb()
.void
Exit a parse tree produced byEK9Parser.identifier()
.void
Exit a parse tree produced byEK9Parser.identifierReference()
.void
Exit a parse tree produced byEK9Parser.ifControlBlock()
.void
Exit a parse tree produced byEK9Parser.ifStatement()
.void
Exit a parse tree produced byEK9Parser.initValuePair()
.void
Exit a parse tree produced byEK9Parser.instructionBlock()
.void
Exit a parse tree produced byEK9Parser.integerLit()
.void
Exit a parse tree produced by theintegerLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.list()
.void
Exit a parse tree produced byEK9Parser.methodDeclaration()
.void
Exit a parse tree produced byEK9Parser.millisecondLit()
.void
Exit a parse tree produced by themillisecondLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.moduleBlock()
.void
Exit a parse tree produced byEK9Parser.moduleDeclaration()
.void
Exit a parse tree produced byEK9Parser.moneyLit()
.void
Exit a parse tree produced by themoneyLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.objectAccess()
.void
Exit a parse tree produced byEK9Parser.objectAccessExpression()
.void
Exit a parse tree produced byEK9Parser.objectAccessStart()
.void
Exit a parse tree produced byEK9Parser.objectAccessType()
.void
Exit a parse tree produced byEK9Parser.operationCall()
.void
Exit a parse tree produced byEK9Parser.operationDetails()
.void
Exit a parse tree produced byEK9Parser.operator()
.void
Exit a parse tree produced byEK9Parser.operatorDeclaration()
.void
Exit a parse tree produced byEK9Parser.packageBlock()
.void
Exit a parse tree produced byEK9Parser.parameterisedArgs()
.void
Exit a parse tree produced byEK9Parser.parameterisedDetail()
.void
Exit a parse tree produced byEK9Parser.parameterisedParams()
.void
Exit a parse tree produced byEK9Parser.parameterisedType()
.void
Exit a parse tree produced byEK9Parser.paramExpression()
.void
Exit a parse tree produced byEK9Parser.pathLit()
.void
Exit a parse tree produced by thepathLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.pipelinePart()
.void
Exit a parse tree produced byEK9Parser.preFlowAndControl()
.void
Exit a parse tree produced byEK9Parser.preFlowStatement()
.void
Exit a parse tree produced byEK9Parser.primary()
.void
Exit a parse tree produced byEK9Parser.primaryReference()
.void
Exit a parse tree produced byEK9Parser.programBlock()
.void
Exit a parse tree produced byEK9Parser.range()
.void
Exit a parse tree produced byEK9Parser.recordBlock()
.void
Exit a parse tree produced byEK9Parser.recordDeclaration()
.void
Exit a parse tree produced byEK9Parser.referencesBlock()
.void
Exit a parse tree produced byEK9Parser.regExLit()
.void
Exit a parse tree produced byEK9Parser.registerStatement()
.void
Exit a parse tree produced by theregularExpressionLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.resolutionLit()
.void
Exit a parse tree produced byEK9Parser.returningParam()
.void
Exit a parse tree produced byEK9Parser.serviceBlock()
.void
Exit a parse tree produced byEK9Parser.serviceDeclaration()
.void
Exit a parse tree produced byEK9Parser.serviceOperationDeclaration()
.void
Exit a parse tree produced byEK9Parser.sheBang()
.void
Exit a parse tree produced byEK9Parser.singleStatementBlock()
.void
Exit a parse tree produced byEK9Parser.statement()
.void
Exit a parse tree produced byEK9Parser.streamCat()
.void
Exit a parse tree produced byEK9Parser.streamExpression()
.void
Exit a parse tree produced byEK9Parser.streamExpressionTermination()
.void
Exit a parse tree produced byEK9Parser.streamFor()
.void
Exit a parse tree produced byEK9Parser.streamPart()
.void
Exit a parse tree produced byEK9Parser.streamSource()
.void
Exit a parse tree produced byEK9Parser.streamStatement()
.void
Exit a parse tree produced byEK9Parser.streamStatementTermination()
.void
Exit a parse tree produced byEK9Parser.stringLit()
.void
Exit a parse tree produced by thestringLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.stringPart()
.void
Exit a parse tree produced byEK9Parser.switchStatementExpression()
.void
Exit a parse tree produced byEK9Parser.textBlock()
.void
Exit a parse tree produced byEK9Parser.textBodyDeclaration()
.void
Exit a parse tree produced byEK9Parser.textDeclaration()
.void
Exit a parse tree produced byEK9Parser.throwStatement()
.void
Exit a parse tree produced byEK9Parser.timeLit()
.void
Exit a parse tree produced by thetimeLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.traitBlock()
.void
Exit a parse tree produced byEK9Parser.traitDeclaration()
.void
Exit a parse tree produced byEK9Parser.traitPreamble()
.void
Exit a parse tree produced byEK9Parser.traitReference()
.void
Exit a parse tree produced byEK9Parser.traitsList()
.void
Exit a parse tree produced byEK9Parser.tryStatementExpression()
.void
Exit a parse tree produced byEK9Parser.typeBlock()
.void
Exit a parse tree produced byEK9Parser.typeDeclaration()
.void
Exit a parse tree produced byEK9Parser.typeDef()
.void
Exit a parse tree produced byEK9Parser.variableDeclaration()
.void
Exit a parse tree produced byEK9Parser.variableOnlyDeclaration()
.void
Exit a parse tree produced byEK9Parser.versionNumberLit()
.void
Exit a parse tree produced by theversionNumberLiteral
labeled alternative inEK9Parser.literal()
.void
Exit a parse tree produced byEK9Parser.webVariableCorrelation()
.void
Exit a parse tree produced byEK9Parser.whileStatementExpression()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterCompilationUnit
Enter a parse tree produced byEK9Parser.compilationUnit()
.- Parameters:
ctx
- the parse tree
-
exitCompilationUnit
Exit a parse tree produced byEK9Parser.compilationUnit()
.- Parameters:
ctx
- the parse tree
-
enterSheBang
Enter a parse tree produced byEK9Parser.sheBang()
.- Parameters:
ctx
- the parse tree
-
exitSheBang
Exit a parse tree produced byEK9Parser.sheBang()
.- Parameters:
ctx
- the parse tree
-
enterDirective
Enter a parse tree produced byEK9Parser.directive()
.- Parameters:
ctx
- the parse tree
-
exitDirective
Exit a parse tree produced byEK9Parser.directive()
.- Parameters:
ctx
- the parse tree
-
enterDirectivePart
Enter a parse tree produced byEK9Parser.directivePart()
.- Parameters:
ctx
- the parse tree
-
exitDirectivePart
Exit a parse tree produced byEK9Parser.directivePart()
.- Parameters:
ctx
- the parse tree
-
enterModuleDeclaration
Enter a parse tree produced byEK9Parser.moduleDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitModuleDeclaration
Exit a parse tree produced byEK9Parser.moduleDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterModuleBlock
Enter a parse tree produced byEK9Parser.moduleBlock()
.- Parameters:
ctx
- the parse tree
-
exitModuleBlock
Exit a parse tree produced byEK9Parser.moduleBlock()
.- Parameters:
ctx
- the parse tree
-
enterReferencesBlock
Enter a parse tree produced byEK9Parser.referencesBlock()
.- Parameters:
ctx
- the parse tree
-
exitReferencesBlock
Exit a parse tree produced byEK9Parser.referencesBlock()
.- Parameters:
ctx
- the parse tree
-
enterTypeBlock
Enter a parse tree produced byEK9Parser.typeBlock()
.- Parameters:
ctx
- the parse tree
-
exitTypeBlock
Exit a parse tree produced byEK9Parser.typeBlock()
.- Parameters:
ctx
- the parse tree
-
enterPackageBlock
Enter a parse tree produced byEK9Parser.packageBlock()
.- Parameters:
ctx
- the parse tree
-
exitPackageBlock
Exit a parse tree produced byEK9Parser.packageBlock()
.- Parameters:
ctx
- the parse tree
-
enterConstantBlock
Enter a parse tree produced byEK9Parser.constantBlock()
.- Parameters:
ctx
- the parse tree
-
exitConstantBlock
Exit a parse tree produced byEK9Parser.constantBlock()
.- Parameters:
ctx
- the parse tree
-
enterRecordBlock
Enter a parse tree produced byEK9Parser.recordBlock()
.- Parameters:
ctx
- the parse tree
-
exitRecordBlock
Exit a parse tree produced byEK9Parser.recordBlock()
.- Parameters:
ctx
- the parse tree
-
enterTraitBlock
Enter a parse tree produced byEK9Parser.traitBlock()
.- Parameters:
ctx
- the parse tree
-
exitTraitBlock
Exit a parse tree produced byEK9Parser.traitBlock()
.- Parameters:
ctx
- the parse tree
-
enterClassBlock
Enter a parse tree produced byEK9Parser.classBlock()
.- Parameters:
ctx
- the parse tree
-
exitClassBlock
Exit a parse tree produced byEK9Parser.classBlock()
.- Parameters:
ctx
- the parse tree
-
enterComponentBlock
Enter a parse tree produced byEK9Parser.componentBlock()
.- Parameters:
ctx
- the parse tree
-
exitComponentBlock
Exit a parse tree produced byEK9Parser.componentBlock()
.- Parameters:
ctx
- the parse tree
-
enterTextBlock
Enter a parse tree produced byEK9Parser.textBlock()
.- Parameters:
ctx
- the parse tree
-
exitTextBlock
Exit a parse tree produced byEK9Parser.textBlock()
.- Parameters:
ctx
- the parse tree
-
enterServiceBlock
Enter a parse tree produced byEK9Parser.serviceBlock()
.- Parameters:
ctx
- the parse tree
-
exitServiceBlock
Exit a parse tree produced byEK9Parser.serviceBlock()
.- Parameters:
ctx
- the parse tree
-
enterApplicationBlock
Enter a parse tree produced byEK9Parser.applicationBlock()
.- Parameters:
ctx
- the parse tree
-
exitApplicationBlock
Exit a parse tree produced byEK9Parser.applicationBlock()
.- Parameters:
ctx
- the parse tree
-
enterFunctionBlock
Enter a parse tree produced byEK9Parser.functionBlock()
.- Parameters:
ctx
- the parse tree
-
exitFunctionBlock
Exit a parse tree produced byEK9Parser.functionBlock()
.- Parameters:
ctx
- the parse tree
-
enterProgramBlock
Enter a parse tree produced byEK9Parser.programBlock()
.- Parameters:
ctx
- the parse tree
-
exitProgramBlock
Exit a parse tree produced byEK9Parser.programBlock()
.- Parameters:
ctx
- the parse tree
-
enterConstantDeclaration
Enter a parse tree produced byEK9Parser.constantDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitConstantDeclaration
Exit a parse tree produced byEK9Parser.constantDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterFunctionDeclaration
Enter a parse tree produced byEK9Parser.functionDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitFunctionDeclaration
Exit a parse tree produced byEK9Parser.functionDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterRecordDeclaration
Enter a parse tree produced byEK9Parser.recordDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitRecordDeclaration
Exit a parse tree produced byEK9Parser.recordDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterTraitDeclaration
Enter a parse tree produced byEK9Parser.traitDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitTraitDeclaration
Exit a parse tree produced byEK9Parser.traitDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterClassDeclaration
Enter a parse tree produced byEK9Parser.classDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitClassDeclaration
Exit a parse tree produced byEK9Parser.classDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterComponentDeclaration
Enter a parse tree produced byEK9Parser.componentDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitComponentDeclaration
Exit a parse tree produced byEK9Parser.componentDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterTextDeclaration
Enter a parse tree produced byEK9Parser.textDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitTextDeclaration
Exit a parse tree produced byEK9Parser.textDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterServiceDeclaration
Enter a parse tree produced byEK9Parser.serviceDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitServiceDeclaration
Exit a parse tree produced byEK9Parser.serviceDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterApplicationDeclaration
Enter a parse tree produced byEK9Parser.applicationDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitApplicationDeclaration
Exit a parse tree produced byEK9Parser.applicationDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterRegisterStatement
Enter a parse tree produced byEK9Parser.registerStatement()
.- Parameters:
ctx
- the parse tree
-
exitRegisterStatement
Exit a parse tree produced byEK9Parser.registerStatement()
.- Parameters:
ctx
- the parse tree
-
enterAspectDeclaration
Enter a parse tree produced byEK9Parser.aspectDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitAspectDeclaration
Exit a parse tree produced byEK9Parser.aspectDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterTextBodyDeclaration
Enter a parse tree produced byEK9Parser.textBodyDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitTextBodyDeclaration
Exit a parse tree produced byEK9Parser.textBodyDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterDynamicClassDeclaration
Enter a parse tree produced byEK9Parser.dynamicClassDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitDynamicClassDeclaration
Exit a parse tree produced byEK9Parser.dynamicClassDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterDynamicFunctionDeclaration
Enter a parse tree produced byEK9Parser.dynamicFunctionDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitDynamicFunctionDeclaration
Exit a parse tree produced byEK9Parser.dynamicFunctionDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterDynamicFunctionBody
Enter a parse tree produced byEK9Parser.dynamicFunctionBody()
.- Parameters:
ctx
- the parse tree
-
exitDynamicFunctionBody
Exit a parse tree produced byEK9Parser.dynamicFunctionBody()
.- Parameters:
ctx
- the parse tree
-
enterSingleStatementBlock
Enter a parse tree produced byEK9Parser.singleStatementBlock()
.- Parameters:
ctx
- the parse tree
-
exitSingleStatementBlock
Exit a parse tree produced byEK9Parser.singleStatementBlock()
.- Parameters:
ctx
- the parse tree
-
enterConstantInitialiser
Enter a parse tree produced byEK9Parser.constantInitialiser()
.- Parameters:
ctx
- the parse tree
-
exitConstantInitialiser
Exit a parse tree produced byEK9Parser.constantInitialiser()
.- Parameters:
ctx
- the parse tree
-
enterDynamicVariableCapture
Enter a parse tree produced byEK9Parser.dynamicVariableCapture()
.- Parameters:
ctx
- the parse tree
-
exitDynamicVariableCapture
Exit a parse tree produced byEK9Parser.dynamicVariableCapture()
.- Parameters:
ctx
- the parse tree
-
enterParameterisedParams
Enter a parse tree produced byEK9Parser.parameterisedParams()
.- Parameters:
ctx
- the parse tree
-
exitParameterisedParams
Exit a parse tree produced byEK9Parser.parameterisedParams()
.- Parameters:
ctx
- the parse tree
-
enterParameterisedDetail
Enter a parse tree produced byEK9Parser.parameterisedDetail()
.- Parameters:
ctx
- the parse tree
-
exitParameterisedDetail
Exit a parse tree produced byEK9Parser.parameterisedDetail()
.- Parameters:
ctx
- the parse tree
-
enterExtendDeclaration
Enter a parse tree produced byEK9Parser.extendDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitExtendDeclaration
Exit a parse tree produced byEK9Parser.extendDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterExtendPreamble
Enter a parse tree produced byEK9Parser.extendPreamble()
.- Parameters:
ctx
- the parse tree
-
exitExtendPreamble
Exit a parse tree produced byEK9Parser.extendPreamble()
.- Parameters:
ctx
- the parse tree
-
enterAllowingOnly
Enter a parse tree produced byEK9Parser.allowingOnly()
.- Parameters:
ctx
- the parse tree
-
exitAllowingOnly
Exit a parse tree produced byEK9Parser.allowingOnly()
.- Parameters:
ctx
- the parse tree
-
enterTypeDeclaration
Enter a parse tree produced byEK9Parser.typeDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitTypeDeclaration
Exit a parse tree produced byEK9Parser.typeDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterTypeDef
Enter a parse tree produced byEK9Parser.typeDef()
.- Parameters:
ctx
- the parse tree
-
exitTypeDef
Exit a parse tree produced byEK9Parser.typeDef()
.- Parameters:
ctx
- the parse tree
-
enterParameterisedType
Enter a parse tree produced byEK9Parser.parameterisedType()
.- Parameters:
ctx
- the parse tree
-
exitParameterisedType
Exit a parse tree produced byEK9Parser.parameterisedType()
.- Parameters:
ctx
- the parse tree
-
enterParameterisedArgs
Enter a parse tree produced byEK9Parser.parameterisedArgs()
.- Parameters:
ctx
- the parse tree
-
exitParameterisedArgs
Exit a parse tree produced byEK9Parser.parameterisedArgs()
.- Parameters:
ctx
- the parse tree
-
enterTraitsList
Enter a parse tree produced byEK9Parser.traitsList()
.- Parameters:
ctx
- the parse tree
-
exitTraitsList
Exit a parse tree produced byEK9Parser.traitsList()
.- Parameters:
ctx
- the parse tree
-
enterTraitPreamble
Enter a parse tree produced byEK9Parser.traitPreamble()
.- Parameters:
ctx
- the parse tree
-
exitTraitPreamble
Exit a parse tree produced byEK9Parser.traitPreamble()
.- Parameters:
ctx
- the parse tree
-
enterTraitReference
Enter a parse tree produced byEK9Parser.traitReference()
.- Parameters:
ctx
- the parse tree
-
exitTraitReference
Exit a parse tree produced byEK9Parser.traitReference()
.- Parameters:
ctx
- the parse tree
-
enterAggregateParts
Enter a parse tree produced byEK9Parser.aggregateParts()
.- Parameters:
ctx
- the parse tree
-
exitAggregateParts
Exit a parse tree produced byEK9Parser.aggregateParts()
.- Parameters:
ctx
- the parse tree
-
enterDefaultOperator
Enter a parse tree produced byEK9Parser.defaultOperator()
.- Parameters:
ctx
- the parse tree
-
exitDefaultOperator
Exit a parse tree produced byEK9Parser.defaultOperator()
.- Parameters:
ctx
- the parse tree
-
enterAggregateProperty
Enter a parse tree produced byEK9Parser.aggregateProperty()
.- Parameters:
ctx
- the parse tree
-
exitAggregateProperty
Exit a parse tree produced byEK9Parser.aggregateProperty()
.- Parameters:
ctx
- the parse tree
-
enterMethodDeclaration
Enter a parse tree produced byEK9Parser.methodDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitMethodDeclaration
Exit a parse tree produced byEK9Parser.methodDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterOperatorDeclaration
Enter a parse tree produced byEK9Parser.operatorDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitOperatorDeclaration
Exit a parse tree produced byEK9Parser.operatorDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterServiceOperationDeclaration
Enter a parse tree produced byEK9Parser.serviceOperationDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitServiceOperationDeclaration
Exit a parse tree produced byEK9Parser.serviceOperationDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterOperationDetails
Enter a parse tree produced byEK9Parser.operationDetails()
.- Parameters:
ctx
- the parse tree
-
exitOperationDetails
Exit a parse tree produced byEK9Parser.operationDetails()
.- Parameters:
ctx
- the parse tree
-
enterHttpVerb
Enter a parse tree produced byEK9Parser.httpVerb()
.- Parameters:
ctx
- the parse tree
-
exitHttpVerb
Exit a parse tree produced byEK9Parser.httpVerb()
.- Parameters:
ctx
- the parse tree
-
enterEnumerationDeclaration
Enter a parse tree produced byEK9Parser.enumerationDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitEnumerationDeclaration
Exit a parse tree produced byEK9Parser.enumerationDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterConstrainDeclaration
Enter a parse tree produced byEK9Parser.constrainDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitConstrainDeclaration
Exit a parse tree produced byEK9Parser.constrainDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterConstrainType
Enter a parse tree produced byEK9Parser.constrainType()
.- Parameters:
ctx
- the parse tree
-
exitConstrainType
Exit a parse tree produced byEK9Parser.constrainType()
.- Parameters:
ctx
- the parse tree
-
enterHttpAccess
Enter a parse tree produced byEK9Parser.httpAccess()
.- Parameters:
ctx
- the parse tree
-
exitHttpAccess
Exit a parse tree produced byEK9Parser.httpAccess()
.- Parameters:
ctx
- the parse tree
-
enterBlock
Enter a parse tree produced byEK9Parser.block()
.- Parameters:
ctx
- the parse tree
-
exitBlock
Exit a parse tree produced byEK9Parser.block()
.- Parameters:
ctx
- the parse tree
-
enterInstructionBlock
Enter a parse tree produced byEK9Parser.instructionBlock()
.- Parameters:
ctx
- the parse tree
-
exitInstructionBlock
Exit a parse tree produced byEK9Parser.instructionBlock()
.- Parameters:
ctx
- the parse tree
-
enterBlockStatement
Enter a parse tree produced byEK9Parser.blockStatement()
.- Parameters:
ctx
- the parse tree
-
exitBlockStatement
Exit a parse tree produced byEK9Parser.blockStatement()
.- Parameters:
ctx
- the parse tree
-
enterVariableOnlyDeclaration
Enter a parse tree produced byEK9Parser.variableOnlyDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitVariableOnlyDeclaration
Exit a parse tree produced byEK9Parser.variableOnlyDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterWebVariableCorrelation
Enter a parse tree produced byEK9Parser.webVariableCorrelation()
.- Parameters:
ctx
- the parse tree
-
exitWebVariableCorrelation
Exit a parse tree produced byEK9Parser.webVariableCorrelation()
.- Parameters:
ctx
- the parse tree
-
enterVariableDeclaration
Enter a parse tree produced byEK9Parser.variableDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitVariableDeclaration
Exit a parse tree produced byEK9Parser.variableDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterStatement
Enter a parse tree produced byEK9Parser.statement()
.- Parameters:
ctx
- the parse tree
-
exitStatement
Exit a parse tree produced byEK9Parser.statement()
.- Parameters:
ctx
- the parse tree
-
enterIfStatement
Enter a parse tree produced byEK9Parser.ifStatement()
.- Parameters:
ctx
- the parse tree
-
exitIfStatement
Exit a parse tree produced byEK9Parser.ifStatement()
.- Parameters:
ctx
- the parse tree
-
enterIfControlBlock
Enter a parse tree produced byEK9Parser.ifControlBlock()
.- Parameters:
ctx
- the parse tree
-
exitIfControlBlock
Exit a parse tree produced byEK9Parser.ifControlBlock()
.- Parameters:
ctx
- the parse tree
-
enterElseOnlyBlock
Enter a parse tree produced byEK9Parser.elseOnlyBlock()
.- Parameters:
ctx
- the parse tree
-
exitElseOnlyBlock
Exit a parse tree produced byEK9Parser.elseOnlyBlock()
.- Parameters:
ctx
- the parse tree
-
enterWhileStatementExpression
Enter a parse tree produced byEK9Parser.whileStatementExpression()
.- Parameters:
ctx
- the parse tree
-
exitWhileStatementExpression
Exit a parse tree produced byEK9Parser.whileStatementExpression()
.- Parameters:
ctx
- the parse tree
-
enterForStatementExpression
Enter a parse tree produced byEK9Parser.forStatementExpression()
.- Parameters:
ctx
- the parse tree
-
exitForStatementExpression
Exit a parse tree produced byEK9Parser.forStatementExpression()
.- Parameters:
ctx
- the parse tree
-
enterForLoop
Enter a parse tree produced byEK9Parser.forLoop()
.- Parameters:
ctx
- the parse tree
-
exitForLoop
Exit a parse tree produced byEK9Parser.forLoop()
.- Parameters:
ctx
- the parse tree
-
enterForRange
Enter a parse tree produced byEK9Parser.forRange()
.- Parameters:
ctx
- the parse tree
-
exitForRange
Exit a parse tree produced byEK9Parser.forRange()
.- Parameters:
ctx
- the parse tree
-
enterAssignmentStatement
Enter a parse tree produced byEK9Parser.assignmentStatement()
.- Parameters:
ctx
- the parse tree
-
exitAssignmentStatement
Exit a parse tree produced byEK9Parser.assignmentStatement()
.- Parameters:
ctx
- the parse tree
-
enterAssignmentExpression
Enter a parse tree produced byEK9Parser.assignmentExpression()
.- Parameters:
ctx
- the parse tree
-
exitAssignmentExpression
Exit a parse tree produced byEK9Parser.assignmentExpression()
.- Parameters:
ctx
- the parse tree
-
enterThrowStatement
Enter a parse tree produced byEK9Parser.throwStatement()
.- Parameters:
ctx
- the parse tree
-
exitThrowStatement
Exit a parse tree produced byEK9Parser.throwStatement()
.- Parameters:
ctx
- the parse tree
-
enterExpression
Enter a parse tree produced byEK9Parser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExpression
Exit a parse tree produced byEK9Parser.expression()
.- Parameters:
ctx
- the parse tree
-
enterCall
Enter a parse tree produced byEK9Parser.call()
.- Parameters:
ctx
- the parse tree
-
exitCall
Exit a parse tree produced byEK9Parser.call()
.- Parameters:
ctx
- the parse tree
-
enterTryStatementExpression
Enter a parse tree produced byEK9Parser.tryStatementExpression()
.- Parameters:
ctx
- the parse tree
-
exitTryStatementExpression
Exit a parse tree produced byEK9Parser.tryStatementExpression()
.- Parameters:
ctx
- the parse tree
-
enterCatchStatementExpression
Enter a parse tree produced byEK9Parser.catchStatementExpression()
.- Parameters:
ctx
- the parse tree
-
exitCatchStatementExpression
Exit a parse tree produced byEK9Parser.catchStatementExpression()
.- Parameters:
ctx
- the parse tree
-
enterFinallyStatementExpression
Enter a parse tree produced byEK9Parser.finallyStatementExpression()
.- Parameters:
ctx
- the parse tree
-
exitFinallyStatementExpression
Exit a parse tree produced byEK9Parser.finallyStatementExpression()
.- Parameters:
ctx
- the parse tree
-
enterSwitchStatementExpression
Enter a parse tree produced byEK9Parser.switchStatementExpression()
.- Parameters:
ctx
- the parse tree
-
exitSwitchStatementExpression
Exit a parse tree produced byEK9Parser.switchStatementExpression()
.- Parameters:
ctx
- the parse tree
-
enterCaseStatement
Enter a parse tree produced byEK9Parser.caseStatement()
.- Parameters:
ctx
- the parse tree
-
exitCaseStatement
Exit a parse tree produced byEK9Parser.caseStatement()
.- Parameters:
ctx
- the parse tree
-
enterCaseExpression
Enter a parse tree produced byEK9Parser.caseExpression()
.- Parameters:
ctx
- the parse tree
-
exitCaseExpression
Exit a parse tree produced byEK9Parser.caseExpression()
.- Parameters:
ctx
- the parse tree
-
enterPreFlowAndControl
Enter a parse tree produced byEK9Parser.preFlowAndControl()
.- Parameters:
ctx
- the parse tree
-
exitPreFlowAndControl
Exit a parse tree produced byEK9Parser.preFlowAndControl()
.- Parameters:
ctx
- the parse tree
-
enterPreFlowStatement
Enter a parse tree produced byEK9Parser.preFlowStatement()
.- Parameters:
ctx
- the parse tree
-
exitPreFlowStatement
Exit a parse tree produced byEK9Parser.preFlowStatement()
.- Parameters:
ctx
- the parse tree
-
enterGuardExpression
Enter a parse tree produced byEK9Parser.guardExpression()
.- Parameters:
ctx
- the parse tree
-
exitGuardExpression
Exit a parse tree produced byEK9Parser.guardExpression()
.- Parameters:
ctx
- the parse tree
-
enterStreamStatement
Enter a parse tree produced byEK9Parser.streamStatement()
.- Parameters:
ctx
- the parse tree
-
exitStreamStatement
Exit a parse tree produced byEK9Parser.streamStatement()
.- Parameters:
ctx
- the parse tree
-
enterStreamExpression
Enter a parse tree produced byEK9Parser.streamExpression()
.- Parameters:
ctx
- the parse tree
-
exitStreamExpression
Exit a parse tree produced byEK9Parser.streamExpression()
.- Parameters:
ctx
- the parse tree
-
enterStreamSource
Enter a parse tree produced byEK9Parser.streamSource()
.- Parameters:
ctx
- the parse tree
-
exitStreamSource
Exit a parse tree produced byEK9Parser.streamSource()
.- Parameters:
ctx
- the parse tree
-
enterStreamCat
Enter a parse tree produced byEK9Parser.streamCat()
.- Parameters:
ctx
- the parse tree
-
exitStreamCat
Exit a parse tree produced byEK9Parser.streamCat()
.- Parameters:
ctx
- the parse tree
-
enterStreamFor
Enter a parse tree produced byEK9Parser.streamFor()
.- Parameters:
ctx
- the parse tree
-
exitStreamFor
Exit a parse tree produced byEK9Parser.streamFor()
.- Parameters:
ctx
- the parse tree
-
enterStreamPart
Enter a parse tree produced byEK9Parser.streamPart()
.- Parameters:
ctx
- the parse tree
-
exitStreamPart
Exit a parse tree produced byEK9Parser.streamPart()
.- Parameters:
ctx
- the parse tree
-
enterStreamStatementTermination
Enter a parse tree produced byEK9Parser.streamStatementTermination()
.- Parameters:
ctx
- the parse tree
-
exitStreamStatementTermination
Exit a parse tree produced byEK9Parser.streamStatementTermination()
.- Parameters:
ctx
- the parse tree
-
enterStreamExpressionTermination
Enter a parse tree produced byEK9Parser.streamExpressionTermination()
.- Parameters:
ctx
- the parse tree
-
exitStreamExpressionTermination
Exit a parse tree produced byEK9Parser.streamExpressionTermination()
.- Parameters:
ctx
- the parse tree
-
enterPipelinePart
Enter a parse tree produced byEK9Parser.pipelinePart()
.- Parameters:
ctx
- the parse tree
-
exitPipelinePart
Exit a parse tree produced byEK9Parser.pipelinePart()
.- Parameters:
ctx
- the parse tree
-
enterObjectAccessExpression
Enter a parse tree produced byEK9Parser.objectAccessExpression()
.- Parameters:
ctx
- the parse tree
-
exitObjectAccessExpression
Exit a parse tree produced byEK9Parser.objectAccessExpression()
.- Parameters:
ctx
- the parse tree
-
enterObjectAccessStart
Enter a parse tree produced byEK9Parser.objectAccessStart()
.- Parameters:
ctx
- the parse tree
-
exitObjectAccessStart
Exit a parse tree produced byEK9Parser.objectAccessStart()
.- Parameters:
ctx
- the parse tree
-
enterObjectAccess
Enter a parse tree produced byEK9Parser.objectAccess()
.- Parameters:
ctx
- the parse tree
-
exitObjectAccess
Exit a parse tree produced byEK9Parser.objectAccess()
.- Parameters:
ctx
- the parse tree
-
enterObjectAccessType
Enter a parse tree produced byEK9Parser.objectAccessType()
.- Parameters:
ctx
- the parse tree
-
exitObjectAccessType
Exit a parse tree produced byEK9Parser.objectAccessType()
.- Parameters:
ctx
- the parse tree
-
enterOperationCall
Enter a parse tree produced byEK9Parser.operationCall()
.- Parameters:
ctx
- the parse tree
-
exitOperationCall
Exit a parse tree produced byEK9Parser.operationCall()
.- Parameters:
ctx
- the parse tree
-
enterParamExpression
Enter a parse tree produced byEK9Parser.paramExpression()
.- Parameters:
ctx
- the parse tree
-
exitParamExpression
Exit a parse tree produced byEK9Parser.paramExpression()
.- Parameters:
ctx
- the parse tree
-
enterExpressionParam
Enter a parse tree produced byEK9Parser.expressionParam()
.- Parameters:
ctx
- the parse tree
-
exitExpressionParam
Exit a parse tree produced byEK9Parser.expressionParam()
.- Parameters:
ctx
- the parse tree
-
enterAssertStatement
Enter a parse tree produced byEK9Parser.assertStatement()
.- Parameters:
ctx
- the parse tree
-
exitAssertStatement
Exit a parse tree produced byEK9Parser.assertStatement()
.- Parameters:
ctx
- the parse tree
-
enterList
Enter a parse tree produced byEK9Parser.list()
.- Parameters:
ctx
- the parse tree
-
exitList
Exit a parse tree produced byEK9Parser.list()
.- Parameters:
ctx
- the parse tree
-
enterDict
Enter a parse tree produced byEK9Parser.dict()
.- Parameters:
ctx
- the parse tree
-
exitDict
Exit a parse tree produced byEK9Parser.dict()
.- Parameters:
ctx
- the parse tree
-
enterInitValuePair
Enter a parse tree produced byEK9Parser.initValuePair()
.- Parameters:
ctx
- the parse tree
-
exitInitValuePair
Exit a parse tree produced byEK9Parser.initValuePair()
.- Parameters:
ctx
- the parse tree
-
enterPrimary
Enter a parse tree produced byEK9Parser.primary()
.- Parameters:
ctx
- the parse tree
-
exitPrimary
Exit a parse tree produced byEK9Parser.primary()
.- Parameters:
ctx
- the parse tree
-
enterPrimaryReference
Enter a parse tree produced byEK9Parser.primaryReference()
.- Parameters:
ctx
- the parse tree
-
exitPrimaryReference
Exit a parse tree produced byEK9Parser.primaryReference()
.- Parameters:
ctx
- the parse tree
-
enterDeclareArgumentParam
Enter a parse tree produced byEK9Parser.declareArgumentParam()
.- Parameters:
ctx
- the parse tree
-
exitDeclareArgumentParam
Exit a parse tree produced byEK9Parser.declareArgumentParam()
.- Parameters:
ctx
- the parse tree
-
enterArgumentParam
Enter a parse tree produced byEK9Parser.argumentParam()
.- Parameters:
ctx
- the parse tree
-
exitArgumentParam
Exit a parse tree produced byEK9Parser.argumentParam()
.- Parameters:
ctx
- the parse tree
-
enterReturningParam
Enter a parse tree produced byEK9Parser.returningParam()
.- Parameters:
ctx
- the parse tree
-
exitReturningParam
Exit a parse tree produced byEK9Parser.returningParam()
.- Parameters:
ctx
- the parse tree
-
enterOperator
Enter a parse tree produced byEK9Parser.operator()
.- Parameters:
ctx
- the parse tree
-
exitOperator
Exit a parse tree produced byEK9Parser.operator()
.- Parameters:
ctx
- the parse tree
-
enterIdentifierReference
Enter a parse tree produced byEK9Parser.identifierReference()
.- Parameters:
ctx
- the parse tree
-
exitIdentifierReference
Exit a parse tree produced byEK9Parser.identifierReference()
.- Parameters:
ctx
- the parse tree
-
enterDottedName
Enter a parse tree produced byEK9Parser.dottedName()
.- Parameters:
ctx
- the parse tree
-
exitDottedName
Exit a parse tree produced byEK9Parser.dottedName()
.- Parameters:
ctx
- the parse tree
-
enterIdentifier
Enter a parse tree produced byEK9Parser.identifier()
.- Parameters:
ctx
- the parse tree
-
exitIdentifier
Exit a parse tree produced byEK9Parser.identifier()
.- Parameters:
ctx
- the parse tree
-
enterRange
Enter a parse tree produced byEK9Parser.range()
.- Parameters:
ctx
- the parse tree
-
exitRange
Exit a parse tree produced byEK9Parser.range()
.- Parameters:
ctx
- the parse tree
-
enterIntegerLiteral
Enter a parse tree produced by theintegerLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitIntegerLiteral
Exit a parse tree produced by theintegerLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterFloatingPointLiteral
Enter a parse tree produced by thefloatingPointLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitFloatingPointLiteral
Exit a parse tree produced by thefloatingPointLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterBinaryLiteral
Enter a parse tree produced by thebinaryLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitBinaryLiteral
Exit a parse tree produced by thebinaryLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterBooleanLiteral
Enter a parse tree produced by thebooleanLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitBooleanLiteral
Exit a parse tree produced by thebooleanLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterCharacterLiteral
Enter a parse tree produced by thecharacterLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitCharacterLiteral
Exit a parse tree produced by thecharacterLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterStringLiteral
Enter a parse tree produced by thestringLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitStringLiteral
Exit a parse tree produced by thestringLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterTimeLiteral
Enter a parse tree produced by thetimeLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitTimeLiteral
Exit a parse tree produced by thetimeLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterDateLiteral
Enter a parse tree produced by thedateLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitDateLiteral
Exit a parse tree produced by thedateLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterDateTimeLiteral
Enter a parse tree produced by thedateTimeLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitDateTimeLiteral
Exit a parse tree produced by thedateTimeLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterDurationLiteral
Enter a parse tree produced by thedurationLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitDurationLiteral
Exit a parse tree produced by thedurationLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterMillisecondLiteral
Enter a parse tree produced by themillisecondLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitMillisecondLiteral
Exit a parse tree produced by themillisecondLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterDecorationDimensionLiteral
Enter a parse tree produced by thedecorationDimensionLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitDecorationDimensionLiteral
Exit a parse tree produced by thedecorationDimensionLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterDecorationResolutionLiteral
Enter a parse tree produced by thedecorationResolutionLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitDecorationResolutionLiteral
Exit a parse tree produced by thedecorationResolutionLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterColourLiteral
Enter a parse tree produced by thecolourLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitColourLiteral
Exit a parse tree produced by thecolourLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterMoneyLiteral
Enter a parse tree produced by themoneyLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitMoneyLiteral
Exit a parse tree produced by themoneyLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterRegularExpressionLiteral
Enter a parse tree produced by theregularExpressionLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitRegularExpressionLiteral
Exit a parse tree produced by theregularExpressionLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterVersionNumberLiteral
Enter a parse tree produced by theversionNumberLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitVersionNumberLiteral
Exit a parse tree produced by theversionNumberLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterPathLiteral
Enter a parse tree produced by thepathLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
exitPathLiteral
Exit a parse tree produced by thepathLiteral
labeled alternative inEK9Parser.literal()
.- Parameters:
ctx
- the parse tree
-
enterIntegerLit
Enter a parse tree produced byEK9Parser.integerLit()
.- Parameters:
ctx
- the parse tree
-
exitIntegerLit
Exit a parse tree produced byEK9Parser.integerLit()
.- Parameters:
ctx
- the parse tree
-
enterBinaryLit
Enter a parse tree produced byEK9Parser.binaryLit()
.- Parameters:
ctx
- the parse tree
-
exitBinaryLit
Exit a parse tree produced byEK9Parser.binaryLit()
.- Parameters:
ctx
- the parse tree
-
enterFloatingPointLit
Enter a parse tree produced byEK9Parser.floatingPointLit()
.- Parameters:
ctx
- the parse tree
-
exitFloatingPointLit
Exit a parse tree produced byEK9Parser.floatingPointLit()
.- Parameters:
ctx
- the parse tree
-
enterBooleanLit
Enter a parse tree produced byEK9Parser.booleanLit()
.- Parameters:
ctx
- the parse tree
-
exitBooleanLit
Exit a parse tree produced byEK9Parser.booleanLit()
.- Parameters:
ctx
- the parse tree
-
enterCharacterLit
Enter a parse tree produced byEK9Parser.characterLit()
.- Parameters:
ctx
- the parse tree
-
exitCharacterLit
Exit a parse tree produced byEK9Parser.characterLit()
.- Parameters:
ctx
- the parse tree
-
enterStringLit
Enter a parse tree produced byEK9Parser.stringLit()
.- Parameters:
ctx
- the parse tree
-
exitStringLit
Exit a parse tree produced byEK9Parser.stringLit()
.- Parameters:
ctx
- the parse tree
-
enterStringPart
Enter a parse tree produced byEK9Parser.stringPart()
.- Parameters:
ctx
- the parse tree
-
exitStringPart
Exit a parse tree produced byEK9Parser.stringPart()
.- Parameters:
ctx
- the parse tree
-
enterTimeLit
Enter a parse tree produced byEK9Parser.timeLit()
.- Parameters:
ctx
- the parse tree
-
exitTimeLit
Exit a parse tree produced byEK9Parser.timeLit()
.- Parameters:
ctx
- the parse tree
-
enterDateLit
Enter a parse tree produced byEK9Parser.dateLit()
.- Parameters:
ctx
- the parse tree
-
exitDateLit
Exit a parse tree produced byEK9Parser.dateLit()
.- Parameters:
ctx
- the parse tree
-
enterDateTimeLit
Enter a parse tree produced byEK9Parser.dateTimeLit()
.- Parameters:
ctx
- the parse tree
-
exitDateTimeLit
Exit a parse tree produced byEK9Parser.dateTimeLit()
.- Parameters:
ctx
- the parse tree
-
enterDurationLit
Enter a parse tree produced byEK9Parser.durationLit()
.- Parameters:
ctx
- the parse tree
-
exitDurationLit
Exit a parse tree produced byEK9Parser.durationLit()
.- Parameters:
ctx
- the parse tree
-
enterMillisecondLit
Enter a parse tree produced byEK9Parser.millisecondLit()
.- Parameters:
ctx
- the parse tree
-
exitMillisecondLit
Exit a parse tree produced byEK9Parser.millisecondLit()
.- Parameters:
ctx
- the parse tree
-
enterRegExLit
Enter a parse tree produced byEK9Parser.regExLit()
.- Parameters:
ctx
- the parse tree
-
exitRegExLit
Exit a parse tree produced byEK9Parser.regExLit()
.- Parameters:
ctx
- the parse tree
-
enterVersionNumberLit
Enter a parse tree produced byEK9Parser.versionNumberLit()
.- Parameters:
ctx
- the parse tree
-
exitVersionNumberLit
Exit a parse tree produced byEK9Parser.versionNumberLit()
.- Parameters:
ctx
- the parse tree
-
enterResolutionLit
Enter a parse tree produced byEK9Parser.resolutionLit()
.- Parameters:
ctx
- the parse tree
-
exitResolutionLit
Exit a parse tree produced byEK9Parser.resolutionLit()
.- Parameters:
ctx
- the parse tree
-
enterDimensionLit
Enter a parse tree produced byEK9Parser.dimensionLit()
.- Parameters:
ctx
- the parse tree
-
exitDimensionLit
Exit a parse tree produced byEK9Parser.dimensionLit()
.- Parameters:
ctx
- the parse tree
-
enterColourLit
Enter a parse tree produced byEK9Parser.colourLit()
.- Parameters:
ctx
- the parse tree
-
exitColourLit
Exit a parse tree produced byEK9Parser.colourLit()
.- Parameters:
ctx
- the parse tree
-
enterPathLit
Enter a parse tree produced byEK9Parser.pathLit()
.- Parameters:
ctx
- the parse tree
-
exitPathLit
Exit a parse tree produced byEK9Parser.pathLit()
.- Parameters:
ctx
- the parse tree
-
enterMoneyLit
Enter a parse tree produced byEK9Parser.moneyLit()
.- Parameters:
ctx
- the parse tree
-
exitMoneyLit
Exit a parse tree produced byEK9Parser.moneyLit()
.- Parameters:
ctx
- the parse tree
-
enterAccessModifier
Enter a parse tree produced byEK9Parser.accessModifier()
.- Parameters:
ctx
- the parse tree
-
exitAccessModifier
Exit a parse tree produced byEK9Parser.accessModifier()
.- Parameters:
ctx
- the parse tree
-