Interface CocoListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
CocoBaseListener
@Deprecated @Generated("org.antlr.v4.Tool") public interface CocoListener extends org.antlr.v4.runtime.tree.ParseTreeListener
Deprecated.Since 7.8.0. This class was never intended to be generated. It will be removed with no replacement.This interface defines a complete listener for a parse tree produced byCocoParser
.
-
-
Method Summary
-
-
-
Method Detail
-
enterModule
void enterModule(CocoParser.ModuleContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.module()
.- Parameters:
ctx
- the parse tree
-
exitModule
void exitModule(CocoParser.ModuleContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.module()
.- Parameters:
ctx
- the parse tree
-
enterDeclaration
void enterDeclaration(CocoParser.DeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.declaration()
.- Parameters:
ctx
- the parse tree
-
exitDeclaration
void exitDeclaration(CocoParser.DeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.declaration()
.- Parameters:
ctx
- the parse tree
-
enterAttribute
void enterAttribute(CocoParser.AttributeContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.attribute()
.- Parameters:
ctx
- the parse tree
-
exitAttribute
void exitAttribute(CocoParser.AttributeContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.attribute()
.- Parameters:
ctx
- the parse tree
-
enterAttributeDeclaration
void enterAttributeDeclaration(CocoParser.AttributeDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.attributeDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitAttributeDeclaration
void exitAttributeDeclaration(CocoParser.AttributeDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.attributeDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterImportDeclaration
void enterImportDeclaration(CocoParser.ImportDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.importDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitImportDeclaration
void exitImportDeclaration(CocoParser.ImportDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.importDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterVariableDeclaration
void enterVariableDeclaration(CocoParser.VariableDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.variableDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitVariableDeclaration
void exitVariableDeclaration(CocoParser.VariableDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.variableDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterEnumDeclaration
void enterEnumDeclaration(CocoParser.EnumDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.enumDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitEnumDeclaration
void exitEnumDeclaration(CocoParser.EnumDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.enumDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterStructDeclaration
void enterStructDeclaration(CocoParser.StructDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.structDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitStructDeclaration
void exitStructDeclaration(CocoParser.StructDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.structDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterTypeAliasDeclaration
void enterTypeAliasDeclaration(CocoParser.TypeAliasDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.typeAliasDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitTypeAliasDeclaration
void exitTypeAliasDeclaration(CocoParser.TypeAliasDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.typeAliasDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterFunctionDeclaration
void enterFunctionDeclaration(CocoParser.FunctionDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.functionDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitFunctionDeclaration
void exitFunctionDeclaration(CocoParser.FunctionDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.functionDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterInstanceDeclaration
void enterInstanceDeclaration(CocoParser.InstanceDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.instanceDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitInstanceDeclaration
void exitInstanceDeclaration(CocoParser.InstanceDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.instanceDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterPortDeclaration
void enterPortDeclaration(CocoParser.PortDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.portDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitPortDeclaration
void exitPortDeclaration(CocoParser.PortDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.portDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterComponentDeclaration
void enterComponentDeclaration(CocoParser.ComponentDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.componentDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitComponentDeclaration
void exitComponentDeclaration(CocoParser.ComponentDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.componentDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterExternalConstantDeclaration
void enterExternalConstantDeclaration(CocoParser.ExternalConstantDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.externalConstantDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitExternalConstantDeclaration
void exitExternalConstantDeclaration(CocoParser.ExternalConstantDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.externalConstantDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterExternalTypeDeclaration
void enterExternalTypeDeclaration(CocoParser.ExternalTypeDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.externalTypeDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitExternalTypeDeclaration
void exitExternalTypeDeclaration(CocoParser.ExternalTypeDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.externalTypeDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterExternalTypeElement
void enterExternalTypeElement(CocoParser.ExternalTypeElementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.externalTypeElement()
.- Parameters:
ctx
- the parse tree
-
exitExternalTypeElement
void exitExternalTypeElement(CocoParser.ExternalTypeElementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.externalTypeElement()
.- Parameters:
ctx
- the parse tree
-
enterExternalFunctionDeclaration
void enterExternalFunctionDeclaration(CocoParser.ExternalFunctionDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.externalFunctionDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitExternalFunctionDeclaration
void exitExternalFunctionDeclaration(CocoParser.ExternalFunctionDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.externalFunctionDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterGenericTypeDeclaration
void enterGenericTypeDeclaration(CocoParser.GenericTypeDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.genericTypeDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitGenericTypeDeclaration
void exitGenericTypeDeclaration(CocoParser.GenericTypeDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.genericTypeDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterGenericTypes
void enterGenericTypes(CocoParser.GenericTypesContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.genericTypes()
.- Parameters:
ctx
- the parse tree
-
exitGenericTypes
void exitGenericTypes(CocoParser.GenericTypesContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.genericTypes()
.- Parameters:
ctx
- the parse tree
-
enterGenericType
void enterGenericType(CocoParser.GenericTypeContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.genericType()
.- Parameters:
ctx
- the parse tree
-
exitGenericType
void exitGenericType(CocoParser.GenericTypeContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.genericType()
.- Parameters:
ctx
- the parse tree
-
enterEnumElement
void enterEnumElement(CocoParser.EnumElementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.enumElement()
.- Parameters:
ctx
- the parse tree
-
exitEnumElement
void exitEnumElement(CocoParser.EnumElementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.enumElement()
.- Parameters:
ctx
- the parse tree
-
enterEnumCase
void enterEnumCase(CocoParser.EnumCaseContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.enumCase()
.- Parameters:
ctx
- the parse tree
-
exitEnumCase
void exitEnumCase(CocoParser.EnumCaseContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.enumCase()
.- Parameters:
ctx
- the parse tree
-
enterCaseParameters
void enterCaseParameters(CocoParser.CaseParametersContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.caseParameters()
.- Parameters:
ctx
- the parse tree
-
exitCaseParameters
void exitCaseParameters(CocoParser.CaseParametersContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.caseParameters()
.- Parameters:
ctx
- the parse tree
-
enterCaseParameter
void enterCaseParameter(CocoParser.CaseParameterContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.caseParameter()
.- Parameters:
ctx
- the parse tree
-
exitCaseParameter
void exitCaseParameter(CocoParser.CaseParameterContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.caseParameter()
.- Parameters:
ctx
- the parse tree
-
enterStructElement
void enterStructElement(CocoParser.StructElementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.structElement()
.- Parameters:
ctx
- the parse tree
-
exitStructElement
void exitStructElement(CocoParser.StructElementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.structElement()
.- Parameters:
ctx
- the parse tree
-
enterFieldDeclaration
void enterFieldDeclaration(CocoParser.FieldDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.fieldDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitFieldDeclaration
void exitFieldDeclaration(CocoParser.FieldDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.fieldDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterComponentElement
void enterComponentElement(CocoParser.ComponentElementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.componentElement()
.- Parameters:
ctx
- the parse tree
-
exitComponentElement
void exitComponentElement(CocoParser.ComponentElementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.componentElement()
.- Parameters:
ctx
- the parse tree
-
enterStaticMemberDeclaration
void enterStaticMemberDeclaration(CocoParser.StaticMemberDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.staticMemberDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitStaticMemberDeclaration
void exitStaticMemberDeclaration(CocoParser.StaticMemberDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.staticMemberDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterConstructorDeclaration
void enterConstructorDeclaration(CocoParser.ConstructorDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.constructorDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitConstructorDeclaration
void exitConstructorDeclaration(CocoParser.ConstructorDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.constructorDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterIfExpression
void enterIfExpression(CocoParser.IfExpressionContext ctx)
Deprecated.Enter a parse tree produced by theIfExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitIfExpression
void exitIfExpression(CocoParser.IfExpressionContext ctx)
Deprecated.Exit a parse tree produced by theIfExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterTryOperatorExpression
void enterTryOperatorExpression(CocoParser.TryOperatorExpressionContext ctx)
Deprecated.Enter a parse tree produced by theTryOperatorExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitTryOperatorExpression
void exitTryOperatorExpression(CocoParser.TryOperatorExpressionContext ctx)
Deprecated.Exit a parse tree produced by theTryOperatorExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterUnaryOperatorExpression
void enterUnaryOperatorExpression(CocoParser.UnaryOperatorExpressionContext ctx)
Deprecated.Enter a parse tree produced by theUnaryOperatorExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitUnaryOperatorExpression
void exitUnaryOperatorExpression(CocoParser.UnaryOperatorExpressionContext ctx)
Deprecated.Exit a parse tree produced by theUnaryOperatorExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterOptionalExpression
void enterOptionalExpression(CocoParser.OptionalExpressionContext ctx)
Deprecated.Enter a parse tree produced by theOptionalExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitOptionalExpression
void exitOptionalExpression(CocoParser.OptionalExpressionContext ctx)
Deprecated.Exit a parse tree produced by theOptionalExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterArithmicOrLogicalExpression
void enterArithmicOrLogicalExpression(CocoParser.ArithmicOrLogicalExpressionContext ctx)
Deprecated.Enter a parse tree produced by theArithmicOrLogicalExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitArithmicOrLogicalExpression
void exitArithmicOrLogicalExpression(CocoParser.ArithmicOrLogicalExpressionContext ctx)
Deprecated.Exit a parse tree produced by theArithmicOrLogicalExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterLiteralExpression
void enterLiteralExpression(CocoParser.LiteralExpressionContext ctx)
Deprecated.Enter a parse tree produced by theLiteralExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitLiteralExpression
void exitLiteralExpression(CocoParser.LiteralExpressionContext ctx)
Deprecated.Exit a parse tree produced by theLiteralExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterArrayLiteralExpression
void enterArrayLiteralExpression(CocoParser.ArrayLiteralExpressionContext ctx)
Deprecated.Enter a parse tree produced by theArrayLiteralExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitArrayLiteralExpression
void exitArrayLiteralExpression(CocoParser.ArrayLiteralExpressionContext ctx)
Deprecated.Exit a parse tree produced by theArrayLiteralExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterNondetExpression
void enterNondetExpression(CocoParser.NondetExpressionContext ctx)
Deprecated.Enter a parse tree produced by theNondetExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitNondetExpression
void exitNondetExpression(CocoParser.NondetExpressionContext ctx)
Deprecated.Exit a parse tree produced by theNondetExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterGroupedExpression
void enterGroupedExpression(CocoParser.GroupedExpressionContext ctx)
Deprecated.Enter a parse tree produced by theGroupedExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitGroupedExpression
void exitGroupedExpression(CocoParser.GroupedExpressionContext ctx)
Deprecated.Exit a parse tree produced by theGroupedExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterBlockExpression
void enterBlockExpression(CocoParser.BlockExpressionContext ctx)
Deprecated.Enter a parse tree produced by theBlockExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitBlockExpression
void exitBlockExpression(CocoParser.BlockExpressionContext ctx)
Deprecated.Exit a parse tree produced by theBlockExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterMatchExpression
void enterMatchExpression(CocoParser.MatchExpressionContext ctx)
Deprecated.Enter a parse tree produced by theMatchExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitMatchExpression
void exitMatchExpression(CocoParser.MatchExpressionContext ctx)
Deprecated.Exit a parse tree produced by theMatchExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterStructLiteralExpression
void enterStructLiteralExpression(CocoParser.StructLiteralExpressionContext ctx)
Deprecated.Enter a parse tree produced by theStructLiteralExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitStructLiteralExpression
void exitStructLiteralExpression(CocoParser.StructLiteralExpressionContext ctx)
Deprecated.Exit a parse tree produced by theStructLiteralExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterMemberReferenceExpression
void enterMemberReferenceExpression(CocoParser.MemberReferenceExpressionContext ctx)
Deprecated.Enter a parse tree produced by theMemberReferenceExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitMemberReferenceExpression
void exitMemberReferenceExpression(CocoParser.MemberReferenceExpressionContext ctx)
Deprecated.Exit a parse tree produced by theMemberReferenceExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterAssignmentExpression
void enterAssignmentExpression(CocoParser.AssignmentExpressionContext ctx)
Deprecated.Enter a parse tree produced by theAssignmentExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitAssignmentExpression
void exitAssignmentExpression(CocoParser.AssignmentExpressionContext ctx)
Deprecated.Exit a parse tree produced by theAssignmentExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterVariableReferenceExpression
void enterVariableReferenceExpression(CocoParser.VariableReferenceExpressionContext ctx)
Deprecated.Enter a parse tree produced by theVariableReferenceExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitVariableReferenceExpression
void exitVariableReferenceExpression(CocoParser.VariableReferenceExpressionContext ctx)
Deprecated.Exit a parse tree produced by theVariableReferenceExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterImplicitMemberExpression
void enterImplicitMemberExpression(CocoParser.ImplicitMemberExpressionContext ctx)
Deprecated.Enter a parse tree produced by theImplicitMemberExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitImplicitMemberExpression
void exitImplicitMemberExpression(CocoParser.ImplicitMemberExpressionContext ctx)
Deprecated.Exit a parse tree produced by theImplicitMemberExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExternalFunction
void enterExternalFunction(CocoParser.ExternalFunctionContext ctx)
Deprecated.Enter a parse tree produced by theExternalFunction
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExternalFunction
void exitExternalFunction(CocoParser.ExternalFunctionContext ctx)
Deprecated.Exit a parse tree produced by theExternalFunction
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterCastExpression
void enterCastExpression(CocoParser.CastExpressionContext ctx)
Deprecated.Enter a parse tree produced by theCastExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitCastExpression
void exitCastExpression(CocoParser.CastExpressionContext ctx)
Deprecated.Exit a parse tree produced by theCastExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterStateInvariantExpression
void enterStateInvariantExpression(CocoParser.StateInvariantExpressionContext ctx)
Deprecated.Enter a parse tree produced by theStateInvariantExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitStateInvariantExpression
void exitStateInvariantExpression(CocoParser.StateInvariantExpressionContext ctx)
Deprecated.Exit a parse tree produced by theStateInvariantExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterCallExpression
void enterCallExpression(CocoParser.CallExpressionContext ctx)
Deprecated.Enter a parse tree produced by theCallExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitCallExpression
void exitCallExpression(CocoParser.CallExpressionContext ctx)
Deprecated.Exit a parse tree produced by theCallExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterExternalLiteral
void enterExternalLiteral(CocoParser.ExternalLiteralContext ctx)
Deprecated.Enter a parse tree produced by theExternalLiteral
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitExternalLiteral
void exitExternalLiteral(CocoParser.ExternalLiteralContext ctx)
Deprecated.Exit a parse tree produced by theExternalLiteral
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterArraySubscriptExpression
void enterArraySubscriptExpression(CocoParser.ArraySubscriptExpressionContext ctx)
Deprecated.Enter a parse tree produced by theArraySubscriptExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
exitArraySubscriptExpression
void exitArraySubscriptExpression(CocoParser.ArraySubscriptExpressionContext ctx)
Deprecated.Exit a parse tree produced by theArraySubscriptExpression
labeled alternative inCocoParser.expression()
.- Parameters:
ctx
- the parse tree
-
enterBlockExpression_
void enterBlockExpression_(CocoParser.BlockExpression_Context ctx)
Deprecated.Enter a parse tree produced byCocoParser.blockExpression_()
.- Parameters:
ctx
- the parse tree
-
exitBlockExpression_
void exitBlockExpression_(CocoParser.BlockExpression_Context ctx)
Deprecated.Exit a parse tree produced byCocoParser.blockExpression_()
.- Parameters:
ctx
- the parse tree
-
enterIfExpression_
void enterIfExpression_(CocoParser.IfExpression_Context ctx)
Deprecated.Enter a parse tree produced byCocoParser.ifExpression_()
.- Parameters:
ctx
- the parse tree
-
exitIfExpression_
void exitIfExpression_(CocoParser.IfExpression_Context ctx)
Deprecated.Exit a parse tree produced byCocoParser.ifExpression_()
.- Parameters:
ctx
- the parse tree
-
enterMatchExpression_
void enterMatchExpression_(CocoParser.MatchExpression_Context ctx)
Deprecated.Enter a parse tree produced byCocoParser.matchExpression_()
.- Parameters:
ctx
- the parse tree
-
exitMatchExpression_
void exitMatchExpression_(CocoParser.MatchExpression_Context ctx)
Deprecated.Exit a parse tree produced byCocoParser.matchExpression_()
.- Parameters:
ctx
- the parse tree
-
enterNondetExpression_
void enterNondetExpression_(CocoParser.NondetExpression_Context ctx)
Deprecated.Enter a parse tree produced byCocoParser.nondetExpression_()
.- Parameters:
ctx
- the parse tree
-
exitNondetExpression_
void exitNondetExpression_(CocoParser.NondetExpression_Context ctx)
Deprecated.Exit a parse tree produced byCocoParser.nondetExpression_()
.- Parameters:
ctx
- the parse tree
-
enterFieldAssignments
void enterFieldAssignments(CocoParser.FieldAssignmentsContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.fieldAssignments()
.- Parameters:
ctx
- the parse tree
-
exitFieldAssignments
void exitFieldAssignments(CocoParser.FieldAssignmentsContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.fieldAssignments()
.- Parameters:
ctx
- the parse tree
-
enterFieldAssignment
void enterFieldAssignment(CocoParser.FieldAssignmentContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.fieldAssignment()
.- Parameters:
ctx
- the parse tree
-
exitFieldAssignment
void exitFieldAssignment(CocoParser.FieldAssignmentContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.fieldAssignment()
.- Parameters:
ctx
- the parse tree
-
enterNondetClauses
void enterNondetClauses(CocoParser.NondetClausesContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.nondetClauses()
.- Parameters:
ctx
- the parse tree
-
exitNondetClauses
void exitNondetClauses(CocoParser.NondetClausesContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.nondetClauses()
.- Parameters:
ctx
- the parse tree
-
enterNondetClause
void enterNondetClause(CocoParser.NondetClauseContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.nondetClause()
.- Parameters:
ctx
- the parse tree
-
exitNondetClause
void exitNondetClause(CocoParser.NondetClauseContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.nondetClause()
.- Parameters:
ctx
- the parse tree
-
enterMatchClauses
void enterMatchClauses(CocoParser.MatchClausesContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.matchClauses()
.- Parameters:
ctx
- the parse tree
-
exitMatchClauses
void exitMatchClauses(CocoParser.MatchClausesContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.matchClauses()
.- Parameters:
ctx
- the parse tree
-
enterMatchClause
void enterMatchClause(CocoParser.MatchClauseContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.matchClause()
.- Parameters:
ctx
- the parse tree
-
exitMatchClause
void exitMatchClause(CocoParser.MatchClauseContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.matchClause()
.- Parameters:
ctx
- the parse tree
-
enterPattern
void enterPattern(CocoParser.PatternContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.pattern()
.- Parameters:
ctx
- the parse tree
-
exitPattern
void exitPattern(CocoParser.PatternContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.pattern()
.- Parameters:
ctx
- the parse tree
-
enterEnumCasePattern
void enterEnumCasePattern(CocoParser.EnumCasePatternContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.enumCasePattern()
.- Parameters:
ctx
- the parse tree
-
exitEnumCasePattern
void exitEnumCasePattern(CocoParser.EnumCasePatternContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.enumCasePattern()
.- Parameters:
ctx
- the parse tree
-
enterIdParameterPatterns
void enterIdParameterPatterns(CocoParser.IdParameterPatternsContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.idParameterPatterns()
.- Parameters:
ctx
- the parse tree
-
exitIdParameterPatterns
void exitIdParameterPatterns(CocoParser.IdParameterPatternsContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.idParameterPatterns()
.- Parameters:
ctx
- the parse tree
-
enterIdParameterPattern
void enterIdParameterPattern(CocoParser.IdParameterPatternContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.idParameterPattern()
.- Parameters:
ctx
- the parse tree
-
exitIdParameterPattern
void exitIdParameterPattern(CocoParser.IdParameterPatternContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.idParameterPattern()
.- Parameters:
ctx
- the parse tree
-
enterVariableDeclarationPattern
void enterVariableDeclarationPattern(CocoParser.VariableDeclarationPatternContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.variableDeclarationPattern()
.- Parameters:
ctx
- the parse tree
-
exitVariableDeclarationPattern
void exitVariableDeclarationPattern(CocoParser.VariableDeclarationPatternContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.variableDeclarationPattern()
.- Parameters:
ctx
- the parse tree
-
enterParameterPatterns
void enterParameterPatterns(CocoParser.ParameterPatternsContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.parameterPatterns()
.- Parameters:
ctx
- the parse tree
-
exitParameterPatterns
void exitParameterPatterns(CocoParser.ParameterPatternsContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.parameterPatterns()
.- Parameters:
ctx
- the parse tree
-
enterParameterPattern
void enterParameterPattern(CocoParser.ParameterPatternContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.parameterPattern()
.- Parameters:
ctx
- the parse tree
-
exitParameterPattern
void exitParameterPattern(CocoParser.ParameterPatternContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.parameterPattern()
.- Parameters:
ctx
- the parse tree
-
enterExpressions
void enterExpressions(CocoParser.ExpressionsContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.expressions()
.- Parameters:
ctx
- the parse tree
-
exitExpressions
void exitExpressions(CocoParser.ExpressionsContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.expressions()
.- Parameters:
ctx
- the parse tree
-
enterStatement
void enterStatement(CocoParser.StatementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.statement()
.- Parameters:
ctx
- the parse tree
-
exitStatement
void exitStatement(CocoParser.StatementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.statement()
.- Parameters:
ctx
- the parse tree
-
enterDeclarationStatement
void enterDeclarationStatement(CocoParser.DeclarationStatementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.declarationStatement()
.- Parameters:
ctx
- the parse tree
-
exitDeclarationStatement
void exitDeclarationStatement(CocoParser.DeclarationStatementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.declarationStatement()
.- Parameters:
ctx
- the parse tree
-
enterReturnStatement
void enterReturnStatement(CocoParser.ReturnStatementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.returnStatement()
.- Parameters:
ctx
- the parse tree
-
exitReturnStatement
void exitReturnStatement(CocoParser.ReturnStatementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.returnStatement()
.- Parameters:
ctx
- the parse tree
-
enterBecomeStatement
void enterBecomeStatement(CocoParser.BecomeStatementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.becomeStatement()
.- Parameters:
ctx
- the parse tree
-
exitBecomeStatement
void exitBecomeStatement(CocoParser.BecomeStatementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.becomeStatement()
.- Parameters:
ctx
- the parse tree
-
enterWhileStatement
void enterWhileStatement(CocoParser.WhileStatementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.whileStatement()
.- Parameters:
ctx
- the parse tree
-
exitWhileStatement
void exitWhileStatement(CocoParser.WhileStatementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.whileStatement()
.- Parameters:
ctx
- the parse tree
-
enterForStatement
void enterForStatement(CocoParser.ForStatementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.forStatement()
.- Parameters:
ctx
- the parse tree
-
exitForStatement
void exitForStatement(CocoParser.ForStatementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.forStatement()
.- Parameters:
ctx
- the parse tree
-
enterBreakStatement
void enterBreakStatement(CocoParser.BreakStatementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.breakStatement()
.- Parameters:
ctx
- the parse tree
-
exitBreakStatement
void exitBreakStatement(CocoParser.BreakStatementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.breakStatement()
.- Parameters:
ctx
- the parse tree
-
enterContinueStatement
void enterContinueStatement(CocoParser.ContinueStatementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.continueStatement()
.- Parameters:
ctx
- the parse tree
-
exitContinueStatement
void exitContinueStatement(CocoParser.ContinueStatementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.continueStatement()
.- Parameters:
ctx
- the parse tree
-
enterPortElement
void enterPortElement(CocoParser.PortElementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.portElement()
.- Parameters:
ctx
- the parse tree
-
exitPortElement
void exitPortElement(CocoParser.PortElementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.portElement()
.- Parameters:
ctx
- the parse tree
-
enterFunctionInterfaceDeclaration
void enterFunctionInterfaceDeclaration(CocoParser.FunctionInterfaceDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.functionInterfaceDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitFunctionInterfaceDeclaration
void exitFunctionInterfaceDeclaration(CocoParser.FunctionInterfaceDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.functionInterfaceDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterSignalDeclaration
void enterSignalDeclaration(CocoParser.SignalDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.signalDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitSignalDeclaration
void exitSignalDeclaration(CocoParser.SignalDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.signalDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterStateMachineDeclaration
void enterStateMachineDeclaration(CocoParser.StateMachineDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.stateMachineDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitStateMachineDeclaration
void exitStateMachineDeclaration(CocoParser.StateMachineDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.stateMachineDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterStateMachineElement
void enterStateMachineElement(CocoParser.StateMachineElementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.stateMachineElement()
.- Parameters:
ctx
- the parse tree
-
exitStateMachineElement
void exitStateMachineElement(CocoParser.StateMachineElementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.stateMachineElement()
.- Parameters:
ctx
- the parse tree
-
enterStateDeclaration
void enterStateDeclaration(CocoParser.StateDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.stateDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitStateDeclaration
void exitStateDeclaration(CocoParser.StateDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.stateDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterEventStateDeclaration
void enterEventStateDeclaration(CocoParser.EventStateDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.eventStateDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitEventStateDeclaration
void exitEventStateDeclaration(CocoParser.EventStateDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.eventStateDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterExecutionStateDeclaration
void enterExecutionStateDeclaration(CocoParser.ExecutionStateDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.executionStateDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitExecutionStateDeclaration
void exitExecutionStateDeclaration(CocoParser.ExecutionStateDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.executionStateDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterEventStateElement
void enterEventStateElement(CocoParser.EventStateElementContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.eventStateElement()
.- Parameters:
ctx
- the parse tree
-
exitEventStateElement
void exitEventStateElement(CocoParser.EventStateElementContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.eventStateElement()
.- Parameters:
ctx
- the parse tree
-
enterEntryFunctionDeclaration
void enterEntryFunctionDeclaration(CocoParser.EntryFunctionDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.entryFunctionDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitEntryFunctionDeclaration
void exitEntryFunctionDeclaration(CocoParser.EntryFunctionDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.entryFunctionDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterExitFunctionDeclaration
void enterExitFunctionDeclaration(CocoParser.ExitFunctionDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.exitFunctionDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitExitFunctionDeclaration
void exitExitFunctionDeclaration(CocoParser.ExitFunctionDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.exitFunctionDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterStateInvariant
void enterStateInvariant(CocoParser.StateInvariantContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.stateInvariant()
.- Parameters:
ctx
- the parse tree
-
exitStateInvariant
void exitStateInvariant(CocoParser.StateInvariantContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.stateInvariant()
.- Parameters:
ctx
- the parse tree
-
enterTransitionDeclaration
void enterTransitionDeclaration(CocoParser.TransitionDeclarationContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.transitionDeclaration()
.- Parameters:
ctx
- the parse tree
-
exitTransitionDeclaration
void exitTransitionDeclaration(CocoParser.TransitionDeclarationContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.transitionDeclaration()
.- Parameters:
ctx
- the parse tree
-
enterEventTransition
void enterEventTransition(CocoParser.EventTransitionContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.eventTransition()
.- Parameters:
ctx
- the parse tree
-
exitEventTransition
void exitEventTransition(CocoParser.EventTransitionContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.eventTransition()
.- Parameters:
ctx
- the parse tree
-
enterEventSource
void enterEventSource(CocoParser.EventSourceContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.eventSource()
.- Parameters:
ctx
- the parse tree
-
exitEventSource
void exitEventSource(CocoParser.EventSourceContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.eventSource()
.- Parameters:
ctx
- the parse tree
-
enterSpontaneousTransition
void enterSpontaneousTransition(CocoParser.SpontaneousTransitionContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.spontaneousTransition()
.- Parameters:
ctx
- the parse tree
-
exitSpontaneousTransition
void exitSpontaneousTransition(CocoParser.SpontaneousTransitionContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.spontaneousTransition()
.- Parameters:
ctx
- the parse tree
-
enterTimerTransition
void enterTimerTransition(CocoParser.TimerTransitionContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.timerTransition()
.- Parameters:
ctx
- the parse tree
-
exitTimerTransition
void exitTimerTransition(CocoParser.TimerTransitionContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.timerTransition()
.- Parameters:
ctx
- the parse tree
-
enterEventHandler
void enterEventHandler(CocoParser.EventHandlerContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.eventHandler()
.- Parameters:
ctx
- the parse tree
-
exitEventHandler
void exitEventHandler(CocoParser.EventHandlerContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.eventHandler()
.- Parameters:
ctx
- the parse tree
-
enterOffer
void enterOffer(CocoParser.OfferContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.offer()
.- Parameters:
ctx
- the parse tree
-
exitOffer
void exitOffer(CocoParser.OfferContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.offer()
.- Parameters:
ctx
- the parse tree
-
enterOfferClauses
void enterOfferClauses(CocoParser.OfferClausesContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.offerClauses()
.- Parameters:
ctx
- the parse tree
-
exitOfferClauses
void exitOfferClauses(CocoParser.OfferClausesContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.offerClauses()
.- Parameters:
ctx
- the parse tree
-
enterOfferClause
void enterOfferClause(CocoParser.OfferClauseContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.offerClause()
.- Parameters:
ctx
- the parse tree
-
exitOfferClause
void exitOfferClause(CocoParser.OfferClauseContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.offerClause()
.- Parameters:
ctx
- the parse tree
-
enterParameters
void enterParameters(CocoParser.ParametersContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.parameters()
.- Parameters:
ctx
- the parse tree
-
exitParameters
void exitParameters(CocoParser.ParametersContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.parameters()
.- Parameters:
ctx
- the parse tree
-
enterParameter
void enterParameter(CocoParser.ParameterContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.parameter()
.- Parameters:
ctx
- the parse tree
-
exitParameter
void exitParameter(CocoParser.ParameterContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.parameter()
.- Parameters:
ctx
- the parse tree
-
enterLiteralExpression_
void enterLiteralExpression_(CocoParser.LiteralExpression_Context ctx)
Deprecated.Enter a parse tree produced byCocoParser.literalExpression_()
.- Parameters:
ctx
- the parse tree
-
exitLiteralExpression_
void exitLiteralExpression_(CocoParser.LiteralExpression_Context ctx)
Deprecated.Exit a parse tree produced byCocoParser.literalExpression_()
.- Parameters:
ctx
- the parse tree
-
enterBinaryType
void enterBinaryType(CocoParser.BinaryTypeContext ctx)
Deprecated.Enter a parse tree produced by theBinaryType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
exitBinaryType
void exitBinaryType(CocoParser.BinaryTypeContext ctx)
Deprecated.Exit a parse tree produced by theBinaryType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
enterGroupType
void enterGroupType(CocoParser.GroupTypeContext ctx)
Deprecated.Enter a parse tree produced by theGroupType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
exitGroupType
void exitGroupType(CocoParser.GroupTypeContext ctx)
Deprecated.Exit a parse tree produced by theGroupType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
enterFunctionType
void enterFunctionType(CocoParser.FunctionTypeContext ctx)
Deprecated.Enter a parse tree produced by theFunctionType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
exitFunctionType
void exitFunctionType(CocoParser.FunctionTypeContext ctx)
Deprecated.Exit a parse tree produced by theFunctionType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
enterUnaryType
void enterUnaryType(CocoParser.UnaryTypeContext ctx)
Deprecated.Enter a parse tree produced by theUnaryType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
exitUnaryType
void exitUnaryType(CocoParser.UnaryTypeContext ctx)
Deprecated.Exit a parse tree produced by theUnaryType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
enterLiteralType
void enterLiteralType(CocoParser.LiteralTypeContext ctx)
Deprecated.Enter a parse tree produced by theLiteralType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
exitLiteralType
void exitLiteralType(CocoParser.LiteralTypeContext ctx)
Deprecated.Exit a parse tree produced by theLiteralType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
enterTypeReference
void enterTypeReference(CocoParser.TypeReferenceContext ctx)
Deprecated.Enter a parse tree produced by theTypeReference
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
exitTypeReference
void exitTypeReference(CocoParser.TypeReferenceContext ctx)
Deprecated.Exit a parse tree produced by theTypeReference
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
enterReferenceType
void enterReferenceType(CocoParser.ReferenceTypeContext ctx)
Deprecated.Enter a parse tree produced by theReferenceType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
exitReferenceType
void exitReferenceType(CocoParser.ReferenceTypeContext ctx)
Deprecated.Exit a parse tree produced by theReferenceType
labeled alternative inCocoParser.type()
.- Parameters:
ctx
- the parse tree
-
enterTypes
void enterTypes(CocoParser.TypesContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.types()
.- Parameters:
ctx
- the parse tree
-
exitTypes
void exitTypes(CocoParser.TypesContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.types()
.- Parameters:
ctx
- the parse tree
-
enterDotIdentifierList
void enterDotIdentifierList(CocoParser.DotIdentifierListContext ctx)
Deprecated.Enter a parse tree produced byCocoParser.dotIdentifierList()
.- Parameters:
ctx
- the parse tree
-
exitDotIdentifierList
void exitDotIdentifierList(CocoParser.DotIdentifierListContext ctx)
Deprecated.Exit a parse tree produced byCocoParser.dotIdentifierList()
.- Parameters:
ctx
- the parse tree
-
-