Class CocoBaseListener
- java.lang.Object
-
- net.sourceforge.pmd.lang.coco.ast.CocoBaseListener
-
- All Implemented Interfaces:
CocoListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class CocoBaseListener extends Object implements CocoListener
This class provides an empty implementation ofCocoListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description CocoBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterModule
public void enterModule(CocoParser.ModuleContext ctx)
Enter a parse tree produced byCocoParser.module().The default implementation does nothing.
- Specified by:
enterModulein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitModule
public void exitModule(CocoParser.ModuleContext ctx)
Exit a parse tree produced byCocoParser.module().The default implementation does nothing.
- Specified by:
exitModulein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterDeclaration
public void enterDeclaration(CocoParser.DeclarationContext ctx)
Enter a parse tree produced byCocoParser.declaration().The default implementation does nothing.
- Specified by:
enterDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitDeclaration
public void exitDeclaration(CocoParser.DeclarationContext ctx)
Exit a parse tree produced byCocoParser.declaration().The default implementation does nothing.
- Specified by:
exitDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterAttribute
public void enterAttribute(CocoParser.AttributeContext ctx)
Enter a parse tree produced byCocoParser.attribute().The default implementation does nothing.
- Specified by:
enterAttributein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitAttribute
public void exitAttribute(CocoParser.AttributeContext ctx)
Exit a parse tree produced byCocoParser.attribute().The default implementation does nothing.
- Specified by:
exitAttributein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterAttributeDeclaration
public void enterAttributeDeclaration(CocoParser.AttributeDeclarationContext ctx)
Enter a parse tree produced byCocoParser.attributeDeclaration().The default implementation does nothing.
- Specified by:
enterAttributeDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitAttributeDeclaration
public void exitAttributeDeclaration(CocoParser.AttributeDeclarationContext ctx)
Exit a parse tree produced byCocoParser.attributeDeclaration().The default implementation does nothing.
- Specified by:
exitAttributeDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterImportDeclaration
public void enterImportDeclaration(CocoParser.ImportDeclarationContext ctx)
Enter a parse tree produced byCocoParser.importDeclaration().The default implementation does nothing.
- Specified by:
enterImportDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitImportDeclaration
public void exitImportDeclaration(CocoParser.ImportDeclarationContext ctx)
Exit a parse tree produced byCocoParser.importDeclaration().The default implementation does nothing.
- Specified by:
exitImportDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterVariableDeclaration
public void enterVariableDeclaration(CocoParser.VariableDeclarationContext ctx)
Enter a parse tree produced byCocoParser.variableDeclaration().The default implementation does nothing.
- Specified by:
enterVariableDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitVariableDeclaration
public void exitVariableDeclaration(CocoParser.VariableDeclarationContext ctx)
Exit a parse tree produced byCocoParser.variableDeclaration().The default implementation does nothing.
- Specified by:
exitVariableDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterEnumDeclaration
public void enterEnumDeclaration(CocoParser.EnumDeclarationContext ctx)
Enter a parse tree produced byCocoParser.enumDeclaration().The default implementation does nothing.
- Specified by:
enterEnumDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitEnumDeclaration
public void exitEnumDeclaration(CocoParser.EnumDeclarationContext ctx)
Exit a parse tree produced byCocoParser.enumDeclaration().The default implementation does nothing.
- Specified by:
exitEnumDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterStructDeclaration
public void enterStructDeclaration(CocoParser.StructDeclarationContext ctx)
Enter a parse tree produced byCocoParser.structDeclaration().The default implementation does nothing.
- Specified by:
enterStructDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitStructDeclaration
public void exitStructDeclaration(CocoParser.StructDeclarationContext ctx)
Exit a parse tree produced byCocoParser.structDeclaration().The default implementation does nothing.
- Specified by:
exitStructDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterTypeAliasDeclaration
public void enterTypeAliasDeclaration(CocoParser.TypeAliasDeclarationContext ctx)
Enter a parse tree produced byCocoParser.typeAliasDeclaration().The default implementation does nothing.
- Specified by:
enterTypeAliasDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitTypeAliasDeclaration
public void exitTypeAliasDeclaration(CocoParser.TypeAliasDeclarationContext ctx)
Exit a parse tree produced byCocoParser.typeAliasDeclaration().The default implementation does nothing.
- Specified by:
exitTypeAliasDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterFunctionDeclaration
public void enterFunctionDeclaration(CocoParser.FunctionDeclarationContext ctx)
Enter a parse tree produced byCocoParser.functionDeclaration().The default implementation does nothing.
- Specified by:
enterFunctionDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitFunctionDeclaration
public void exitFunctionDeclaration(CocoParser.FunctionDeclarationContext ctx)
Exit a parse tree produced byCocoParser.functionDeclaration().The default implementation does nothing.
- Specified by:
exitFunctionDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterInstanceDeclaration
public void enterInstanceDeclaration(CocoParser.InstanceDeclarationContext ctx)
Enter a parse tree produced byCocoParser.instanceDeclaration().The default implementation does nothing.
- Specified by:
enterInstanceDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitInstanceDeclaration
public void exitInstanceDeclaration(CocoParser.InstanceDeclarationContext ctx)
Exit a parse tree produced byCocoParser.instanceDeclaration().The default implementation does nothing.
- Specified by:
exitInstanceDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterPortDeclaration
public void enterPortDeclaration(CocoParser.PortDeclarationContext ctx)
Enter a parse tree produced byCocoParser.portDeclaration().The default implementation does nothing.
- Specified by:
enterPortDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitPortDeclaration
public void exitPortDeclaration(CocoParser.PortDeclarationContext ctx)
Exit a parse tree produced byCocoParser.portDeclaration().The default implementation does nothing.
- Specified by:
exitPortDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterComponentDeclaration
public void enterComponentDeclaration(CocoParser.ComponentDeclarationContext ctx)
Enter a parse tree produced byCocoParser.componentDeclaration().The default implementation does nothing.
- Specified by:
enterComponentDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitComponentDeclaration
public void exitComponentDeclaration(CocoParser.ComponentDeclarationContext ctx)
Exit a parse tree produced byCocoParser.componentDeclaration().The default implementation does nothing.
- Specified by:
exitComponentDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterExternalConstantDeclaration
public void enterExternalConstantDeclaration(CocoParser.ExternalConstantDeclarationContext ctx)
Enter a parse tree produced byCocoParser.externalConstantDeclaration().The default implementation does nothing.
- Specified by:
enterExternalConstantDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitExternalConstantDeclaration
public void exitExternalConstantDeclaration(CocoParser.ExternalConstantDeclarationContext ctx)
Exit a parse tree produced byCocoParser.externalConstantDeclaration().The default implementation does nothing.
- Specified by:
exitExternalConstantDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterExternalTypeDeclaration
public void enterExternalTypeDeclaration(CocoParser.ExternalTypeDeclarationContext ctx)
Enter a parse tree produced byCocoParser.externalTypeDeclaration().The default implementation does nothing.
- Specified by:
enterExternalTypeDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitExternalTypeDeclaration
public void exitExternalTypeDeclaration(CocoParser.ExternalTypeDeclarationContext ctx)
Exit a parse tree produced byCocoParser.externalTypeDeclaration().The default implementation does nothing.
- Specified by:
exitExternalTypeDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterExternalTypeElement
public void enterExternalTypeElement(CocoParser.ExternalTypeElementContext ctx)
Enter a parse tree produced byCocoParser.externalTypeElement().The default implementation does nothing.
- Specified by:
enterExternalTypeElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitExternalTypeElement
public void exitExternalTypeElement(CocoParser.ExternalTypeElementContext ctx)
Exit a parse tree produced byCocoParser.externalTypeElement().The default implementation does nothing.
- Specified by:
exitExternalTypeElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterExternalFunctionDeclaration
public void enterExternalFunctionDeclaration(CocoParser.ExternalFunctionDeclarationContext ctx)
Enter a parse tree produced byCocoParser.externalFunctionDeclaration().The default implementation does nothing.
- Specified by:
enterExternalFunctionDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitExternalFunctionDeclaration
public void exitExternalFunctionDeclaration(CocoParser.ExternalFunctionDeclarationContext ctx)
Exit a parse tree produced byCocoParser.externalFunctionDeclaration().The default implementation does nothing.
- Specified by:
exitExternalFunctionDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterGenericTypeDeclaration
public void enterGenericTypeDeclaration(CocoParser.GenericTypeDeclarationContext ctx)
Enter a parse tree produced byCocoParser.genericTypeDeclaration().The default implementation does nothing.
- Specified by:
enterGenericTypeDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitGenericTypeDeclaration
public void exitGenericTypeDeclaration(CocoParser.GenericTypeDeclarationContext ctx)
Exit a parse tree produced byCocoParser.genericTypeDeclaration().The default implementation does nothing.
- Specified by:
exitGenericTypeDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterGenericTypes
public void enterGenericTypes(CocoParser.GenericTypesContext ctx)
Enter a parse tree produced byCocoParser.genericTypes().The default implementation does nothing.
- Specified by:
enterGenericTypesin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitGenericTypes
public void exitGenericTypes(CocoParser.GenericTypesContext ctx)
Exit a parse tree produced byCocoParser.genericTypes().The default implementation does nothing.
- Specified by:
exitGenericTypesin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterGenericType
public void enterGenericType(CocoParser.GenericTypeContext ctx)
Enter a parse tree produced byCocoParser.genericType().The default implementation does nothing.
- Specified by:
enterGenericTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitGenericType
public void exitGenericType(CocoParser.GenericTypeContext ctx)
Exit a parse tree produced byCocoParser.genericType().The default implementation does nothing.
- Specified by:
exitGenericTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterEnumElement
public void enterEnumElement(CocoParser.EnumElementContext ctx)
Enter a parse tree produced byCocoParser.enumElement().The default implementation does nothing.
- Specified by:
enterEnumElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitEnumElement
public void exitEnumElement(CocoParser.EnumElementContext ctx)
Exit a parse tree produced byCocoParser.enumElement().The default implementation does nothing.
- Specified by:
exitEnumElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterEnumCase
public void enterEnumCase(CocoParser.EnumCaseContext ctx)
Enter a parse tree produced byCocoParser.enumCase().The default implementation does nothing.
- Specified by:
enterEnumCasein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitEnumCase
public void exitEnumCase(CocoParser.EnumCaseContext ctx)
Exit a parse tree produced byCocoParser.enumCase().The default implementation does nothing.
- Specified by:
exitEnumCasein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterCaseParameters
public void enterCaseParameters(CocoParser.CaseParametersContext ctx)
Enter a parse tree produced byCocoParser.caseParameters().The default implementation does nothing.
- Specified by:
enterCaseParametersin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitCaseParameters
public void exitCaseParameters(CocoParser.CaseParametersContext ctx)
Exit a parse tree produced byCocoParser.caseParameters().The default implementation does nothing.
- Specified by:
exitCaseParametersin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterCaseParameter
public void enterCaseParameter(CocoParser.CaseParameterContext ctx)
Enter a parse tree produced byCocoParser.caseParameter().The default implementation does nothing.
- Specified by:
enterCaseParameterin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitCaseParameter
public void exitCaseParameter(CocoParser.CaseParameterContext ctx)
Exit a parse tree produced byCocoParser.caseParameter().The default implementation does nothing.
- Specified by:
exitCaseParameterin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterStructElement
public void enterStructElement(CocoParser.StructElementContext ctx)
Enter a parse tree produced byCocoParser.structElement().The default implementation does nothing.
- Specified by:
enterStructElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitStructElement
public void exitStructElement(CocoParser.StructElementContext ctx)
Exit a parse tree produced byCocoParser.structElement().The default implementation does nothing.
- Specified by:
exitStructElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterFieldDeclaration
public void enterFieldDeclaration(CocoParser.FieldDeclarationContext ctx)
Enter a parse tree produced byCocoParser.fieldDeclaration().The default implementation does nothing.
- Specified by:
enterFieldDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitFieldDeclaration
public void exitFieldDeclaration(CocoParser.FieldDeclarationContext ctx)
Exit a parse tree produced byCocoParser.fieldDeclaration().The default implementation does nothing.
- Specified by:
exitFieldDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterComponentElement
public void enterComponentElement(CocoParser.ComponentElementContext ctx)
Enter a parse tree produced byCocoParser.componentElement().The default implementation does nothing.
- Specified by:
enterComponentElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitComponentElement
public void exitComponentElement(CocoParser.ComponentElementContext ctx)
Exit a parse tree produced byCocoParser.componentElement().The default implementation does nothing.
- Specified by:
exitComponentElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterStaticMemberDeclaration
public void enterStaticMemberDeclaration(CocoParser.StaticMemberDeclarationContext ctx)
Enter a parse tree produced byCocoParser.staticMemberDeclaration().The default implementation does nothing.
- Specified by:
enterStaticMemberDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitStaticMemberDeclaration
public void exitStaticMemberDeclaration(CocoParser.StaticMemberDeclarationContext ctx)
Exit a parse tree produced byCocoParser.staticMemberDeclaration().The default implementation does nothing.
- Specified by:
exitStaticMemberDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterConstructorDeclaration
public void enterConstructorDeclaration(CocoParser.ConstructorDeclarationContext ctx)
Enter a parse tree produced byCocoParser.constructorDeclaration().The default implementation does nothing.
- Specified by:
enterConstructorDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitConstructorDeclaration
public void exitConstructorDeclaration(CocoParser.ConstructorDeclarationContext ctx)
Exit a parse tree produced byCocoParser.constructorDeclaration().The default implementation does nothing.
- Specified by:
exitConstructorDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterIfExpression
public void enterIfExpression(CocoParser.IfExpressionContext ctx)
Enter a parse tree produced by theIfExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterIfExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitIfExpression
public void exitIfExpression(CocoParser.IfExpressionContext ctx)
Exit a parse tree produced by theIfExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitIfExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterTryOperatorExpression
public void enterTryOperatorExpression(CocoParser.TryOperatorExpressionContext ctx)
Enter a parse tree produced by theTryOperatorExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterTryOperatorExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitTryOperatorExpression
public void exitTryOperatorExpression(CocoParser.TryOperatorExpressionContext ctx)
Exit a parse tree produced by theTryOperatorExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitTryOperatorExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterUnaryOperatorExpression
public void enterUnaryOperatorExpression(CocoParser.UnaryOperatorExpressionContext ctx)
Enter a parse tree produced by theUnaryOperatorExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterUnaryOperatorExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitUnaryOperatorExpression
public void exitUnaryOperatorExpression(CocoParser.UnaryOperatorExpressionContext ctx)
Exit a parse tree produced by theUnaryOperatorExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitUnaryOperatorExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterOptionalExpression
public void enterOptionalExpression(CocoParser.OptionalExpressionContext ctx)
Enter a parse tree produced by theOptionalExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterOptionalExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitOptionalExpression
public void exitOptionalExpression(CocoParser.OptionalExpressionContext ctx)
Exit a parse tree produced by theOptionalExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitOptionalExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterArithmicOrLogicalExpression
public void enterArithmicOrLogicalExpression(CocoParser.ArithmicOrLogicalExpressionContext ctx)
Enter a parse tree produced by theArithmicOrLogicalExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterArithmicOrLogicalExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitArithmicOrLogicalExpression
public void exitArithmicOrLogicalExpression(CocoParser.ArithmicOrLogicalExpressionContext ctx)
Exit a parse tree produced by theArithmicOrLogicalExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitArithmicOrLogicalExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterLiteralExpression
public void enterLiteralExpression(CocoParser.LiteralExpressionContext ctx)
Enter a parse tree produced by theLiteralExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterLiteralExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitLiteralExpression
public void exitLiteralExpression(CocoParser.LiteralExpressionContext ctx)
Exit a parse tree produced by theLiteralExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitLiteralExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterArrayLiteralExpression
public void enterArrayLiteralExpression(CocoParser.ArrayLiteralExpressionContext ctx)
Enter a parse tree produced by theArrayLiteralExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterArrayLiteralExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitArrayLiteralExpression
public void exitArrayLiteralExpression(CocoParser.ArrayLiteralExpressionContext ctx)
Exit a parse tree produced by theArrayLiteralExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitArrayLiteralExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterNondetExpression
public void enterNondetExpression(CocoParser.NondetExpressionContext ctx)
Enter a parse tree produced by theNondetExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterNondetExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitNondetExpression
public void exitNondetExpression(CocoParser.NondetExpressionContext ctx)
Exit a parse tree produced by theNondetExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitNondetExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterGroupedExpression
public void enterGroupedExpression(CocoParser.GroupedExpressionContext ctx)
Enter a parse tree produced by theGroupedExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterGroupedExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitGroupedExpression
public void exitGroupedExpression(CocoParser.GroupedExpressionContext ctx)
Exit a parse tree produced by theGroupedExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitGroupedExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterBlockExpression
public void enterBlockExpression(CocoParser.BlockExpressionContext ctx)
Enter a parse tree produced by theBlockExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterBlockExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitBlockExpression
public void exitBlockExpression(CocoParser.BlockExpressionContext ctx)
Exit a parse tree produced by theBlockExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitBlockExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterMatchExpression
public void enterMatchExpression(CocoParser.MatchExpressionContext ctx)
Enter a parse tree produced by theMatchExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterMatchExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitMatchExpression
public void exitMatchExpression(CocoParser.MatchExpressionContext ctx)
Exit a parse tree produced by theMatchExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitMatchExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterStructLiteralExpression
public void enterStructLiteralExpression(CocoParser.StructLiteralExpressionContext ctx)
Enter a parse tree produced by theStructLiteralExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterStructLiteralExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitStructLiteralExpression
public void exitStructLiteralExpression(CocoParser.StructLiteralExpressionContext ctx)
Exit a parse tree produced by theStructLiteralExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitStructLiteralExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterMemberReferenceExpression
public void enterMemberReferenceExpression(CocoParser.MemberReferenceExpressionContext ctx)
Enter a parse tree produced by theMemberReferenceExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterMemberReferenceExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitMemberReferenceExpression
public void exitMemberReferenceExpression(CocoParser.MemberReferenceExpressionContext ctx)
Exit a parse tree produced by theMemberReferenceExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitMemberReferenceExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterAssignmentExpression
public void enterAssignmentExpression(CocoParser.AssignmentExpressionContext ctx)
Enter a parse tree produced by theAssignmentExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterAssignmentExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitAssignmentExpression
public void exitAssignmentExpression(CocoParser.AssignmentExpressionContext ctx)
Exit a parse tree produced by theAssignmentExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitAssignmentExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterVariableReferenceExpression
public void enterVariableReferenceExpression(CocoParser.VariableReferenceExpressionContext ctx)
Enter a parse tree produced by theVariableReferenceExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterVariableReferenceExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitVariableReferenceExpression
public void exitVariableReferenceExpression(CocoParser.VariableReferenceExpressionContext ctx)
Exit a parse tree produced by theVariableReferenceExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitVariableReferenceExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterImplicitMemberExpression
public void enterImplicitMemberExpression(CocoParser.ImplicitMemberExpressionContext ctx)
Enter a parse tree produced by theImplicitMemberExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterImplicitMemberExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitImplicitMemberExpression
public void exitImplicitMemberExpression(CocoParser.ImplicitMemberExpressionContext ctx)
Exit a parse tree produced by theImplicitMemberExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitImplicitMemberExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterExternalFunction
public void enterExternalFunction(CocoParser.ExternalFunctionContext ctx)
Enter a parse tree produced by theExternalFunctionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterExternalFunctionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitExternalFunction
public void exitExternalFunction(CocoParser.ExternalFunctionContext ctx)
Exit a parse tree produced by theExternalFunctionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitExternalFunctionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterCastExpression
public void enterCastExpression(CocoParser.CastExpressionContext ctx)
Enter a parse tree produced by theCastExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterCastExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitCastExpression
public void exitCastExpression(CocoParser.CastExpressionContext ctx)
Exit a parse tree produced by theCastExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitCastExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterStateInvariantExpression
public void enterStateInvariantExpression(CocoParser.StateInvariantExpressionContext ctx)
Enter a parse tree produced by theStateInvariantExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterStateInvariantExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitStateInvariantExpression
public void exitStateInvariantExpression(CocoParser.StateInvariantExpressionContext ctx)
Exit a parse tree produced by theStateInvariantExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitStateInvariantExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterCallExpression
public void enterCallExpression(CocoParser.CallExpressionContext ctx)
Enter a parse tree produced by theCallExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterCallExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitCallExpression
public void exitCallExpression(CocoParser.CallExpressionContext ctx)
Exit a parse tree produced by theCallExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitCallExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterExternalLiteral
public void enterExternalLiteral(CocoParser.ExternalLiteralContext ctx)
Enter a parse tree produced by theExternalLiterallabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterExternalLiteralin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitExternalLiteral
public void exitExternalLiteral(CocoParser.ExternalLiteralContext ctx)
Exit a parse tree produced by theExternalLiterallabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitExternalLiteralin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterArraySubscriptExpression
public void enterArraySubscriptExpression(CocoParser.ArraySubscriptExpressionContext ctx)
Enter a parse tree produced by theArraySubscriptExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
enterArraySubscriptExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitArraySubscriptExpression
public void exitArraySubscriptExpression(CocoParser.ArraySubscriptExpressionContext ctx)
Exit a parse tree produced by theArraySubscriptExpressionlabeled alternative inCocoParser.expression().The default implementation does nothing.
- Specified by:
exitArraySubscriptExpressionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterBlockExpression_
public void enterBlockExpression_(CocoParser.BlockExpression_Context ctx)
Enter a parse tree produced byCocoParser.blockExpression_().The default implementation does nothing.
- Specified by:
enterBlockExpression_in interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitBlockExpression_
public void exitBlockExpression_(CocoParser.BlockExpression_Context ctx)
Exit a parse tree produced byCocoParser.blockExpression_().The default implementation does nothing.
- Specified by:
exitBlockExpression_in interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterIfExpression_
public void enterIfExpression_(CocoParser.IfExpression_Context ctx)
Enter a parse tree produced byCocoParser.ifExpression_().The default implementation does nothing.
- Specified by:
enterIfExpression_in interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitIfExpression_
public void exitIfExpression_(CocoParser.IfExpression_Context ctx)
Exit a parse tree produced byCocoParser.ifExpression_().The default implementation does nothing.
- Specified by:
exitIfExpression_in interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterMatchExpression_
public void enterMatchExpression_(CocoParser.MatchExpression_Context ctx)
Enter a parse tree produced byCocoParser.matchExpression_().The default implementation does nothing.
- Specified by:
enterMatchExpression_in interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitMatchExpression_
public void exitMatchExpression_(CocoParser.MatchExpression_Context ctx)
Exit a parse tree produced byCocoParser.matchExpression_().The default implementation does nothing.
- Specified by:
exitMatchExpression_in interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterNondetExpression_
public void enterNondetExpression_(CocoParser.NondetExpression_Context ctx)
Enter a parse tree produced byCocoParser.nondetExpression_().The default implementation does nothing.
- Specified by:
enterNondetExpression_in interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitNondetExpression_
public void exitNondetExpression_(CocoParser.NondetExpression_Context ctx)
Exit a parse tree produced byCocoParser.nondetExpression_().The default implementation does nothing.
- Specified by:
exitNondetExpression_in interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterFieldAssignments
public void enterFieldAssignments(CocoParser.FieldAssignmentsContext ctx)
Enter a parse tree produced byCocoParser.fieldAssignments().The default implementation does nothing.
- Specified by:
enterFieldAssignmentsin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitFieldAssignments
public void exitFieldAssignments(CocoParser.FieldAssignmentsContext ctx)
Exit a parse tree produced byCocoParser.fieldAssignments().The default implementation does nothing.
- Specified by:
exitFieldAssignmentsin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterFieldAssignment
public void enterFieldAssignment(CocoParser.FieldAssignmentContext ctx)
Enter a parse tree produced byCocoParser.fieldAssignment().The default implementation does nothing.
- Specified by:
enterFieldAssignmentin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitFieldAssignment
public void exitFieldAssignment(CocoParser.FieldAssignmentContext ctx)
Exit a parse tree produced byCocoParser.fieldAssignment().The default implementation does nothing.
- Specified by:
exitFieldAssignmentin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterNondetClauses
public void enterNondetClauses(CocoParser.NondetClausesContext ctx)
Enter a parse tree produced byCocoParser.nondetClauses().The default implementation does nothing.
- Specified by:
enterNondetClausesin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitNondetClauses
public void exitNondetClauses(CocoParser.NondetClausesContext ctx)
Exit a parse tree produced byCocoParser.nondetClauses().The default implementation does nothing.
- Specified by:
exitNondetClausesin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterNondetClause
public void enterNondetClause(CocoParser.NondetClauseContext ctx)
Enter a parse tree produced byCocoParser.nondetClause().The default implementation does nothing.
- Specified by:
enterNondetClausein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitNondetClause
public void exitNondetClause(CocoParser.NondetClauseContext ctx)
Exit a parse tree produced byCocoParser.nondetClause().The default implementation does nothing.
- Specified by:
exitNondetClausein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterMatchClauses
public void enterMatchClauses(CocoParser.MatchClausesContext ctx)
Enter a parse tree produced byCocoParser.matchClauses().The default implementation does nothing.
- Specified by:
enterMatchClausesin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitMatchClauses
public void exitMatchClauses(CocoParser.MatchClausesContext ctx)
Exit a parse tree produced byCocoParser.matchClauses().The default implementation does nothing.
- Specified by:
exitMatchClausesin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterMatchClause
public void enterMatchClause(CocoParser.MatchClauseContext ctx)
Enter a parse tree produced byCocoParser.matchClause().The default implementation does nothing.
- Specified by:
enterMatchClausein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitMatchClause
public void exitMatchClause(CocoParser.MatchClauseContext ctx)
Exit a parse tree produced byCocoParser.matchClause().The default implementation does nothing.
- Specified by:
exitMatchClausein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterPattern
public void enterPattern(CocoParser.PatternContext ctx)
Enter a parse tree produced byCocoParser.pattern().The default implementation does nothing.
- Specified by:
enterPatternin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitPattern
public void exitPattern(CocoParser.PatternContext ctx)
Exit a parse tree produced byCocoParser.pattern().The default implementation does nothing.
- Specified by:
exitPatternin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterEnumCasePattern
public void enterEnumCasePattern(CocoParser.EnumCasePatternContext ctx)
Enter a parse tree produced byCocoParser.enumCasePattern().The default implementation does nothing.
- Specified by:
enterEnumCasePatternin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitEnumCasePattern
public void exitEnumCasePattern(CocoParser.EnumCasePatternContext ctx)
Exit a parse tree produced byCocoParser.enumCasePattern().The default implementation does nothing.
- Specified by:
exitEnumCasePatternin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterIdParameterPatterns
public void enterIdParameterPatterns(CocoParser.IdParameterPatternsContext ctx)
Enter a parse tree produced byCocoParser.idParameterPatterns().The default implementation does nothing.
- Specified by:
enterIdParameterPatternsin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitIdParameterPatterns
public void exitIdParameterPatterns(CocoParser.IdParameterPatternsContext ctx)
Exit a parse tree produced byCocoParser.idParameterPatterns().The default implementation does nothing.
- Specified by:
exitIdParameterPatternsin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterIdParameterPattern
public void enterIdParameterPattern(CocoParser.IdParameterPatternContext ctx)
Enter a parse tree produced byCocoParser.idParameterPattern().The default implementation does nothing.
- Specified by:
enterIdParameterPatternin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitIdParameterPattern
public void exitIdParameterPattern(CocoParser.IdParameterPatternContext ctx)
Exit a parse tree produced byCocoParser.idParameterPattern().The default implementation does nothing.
- Specified by:
exitIdParameterPatternin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterVariableDeclarationPattern
public void enterVariableDeclarationPattern(CocoParser.VariableDeclarationPatternContext ctx)
Enter a parse tree produced byCocoParser.variableDeclarationPattern().The default implementation does nothing.
- Specified by:
enterVariableDeclarationPatternin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitVariableDeclarationPattern
public void exitVariableDeclarationPattern(CocoParser.VariableDeclarationPatternContext ctx)
Exit a parse tree produced byCocoParser.variableDeclarationPattern().The default implementation does nothing.
- Specified by:
exitVariableDeclarationPatternin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterParameterPatterns
public void enterParameterPatterns(CocoParser.ParameterPatternsContext ctx)
Enter a parse tree produced byCocoParser.parameterPatterns().The default implementation does nothing.
- Specified by:
enterParameterPatternsin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitParameterPatterns
public void exitParameterPatterns(CocoParser.ParameterPatternsContext ctx)
Exit a parse tree produced byCocoParser.parameterPatterns().The default implementation does nothing.
- Specified by:
exitParameterPatternsin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterParameterPattern
public void enterParameterPattern(CocoParser.ParameterPatternContext ctx)
Enter a parse tree produced byCocoParser.parameterPattern().The default implementation does nothing.
- Specified by:
enterParameterPatternin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitParameterPattern
public void exitParameterPattern(CocoParser.ParameterPatternContext ctx)
Exit a parse tree produced byCocoParser.parameterPattern().The default implementation does nothing.
- Specified by:
exitParameterPatternin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterExpressions
public void enterExpressions(CocoParser.ExpressionsContext ctx)
Enter a parse tree produced byCocoParser.expressions().The default implementation does nothing.
- Specified by:
enterExpressionsin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitExpressions
public void exitExpressions(CocoParser.ExpressionsContext ctx)
Exit a parse tree produced byCocoParser.expressions().The default implementation does nothing.
- Specified by:
exitExpressionsin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterStatement
public void enterStatement(CocoParser.StatementContext ctx)
Enter a parse tree produced byCocoParser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitStatement
public void exitStatement(CocoParser.StatementContext ctx)
Exit a parse tree produced byCocoParser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterDeclarationStatement
public void enterDeclarationStatement(CocoParser.DeclarationStatementContext ctx)
Enter a parse tree produced byCocoParser.declarationStatement().The default implementation does nothing.
- Specified by:
enterDeclarationStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitDeclarationStatement
public void exitDeclarationStatement(CocoParser.DeclarationStatementContext ctx)
Exit a parse tree produced byCocoParser.declarationStatement().The default implementation does nothing.
- Specified by:
exitDeclarationStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterReturnStatement
public void enterReturnStatement(CocoParser.ReturnStatementContext ctx)
Enter a parse tree produced byCocoParser.returnStatement().The default implementation does nothing.
- Specified by:
enterReturnStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitReturnStatement
public void exitReturnStatement(CocoParser.ReturnStatementContext ctx)
Exit a parse tree produced byCocoParser.returnStatement().The default implementation does nothing.
- Specified by:
exitReturnStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterBecomeStatement
public void enterBecomeStatement(CocoParser.BecomeStatementContext ctx)
Enter a parse tree produced byCocoParser.becomeStatement().The default implementation does nothing.
- Specified by:
enterBecomeStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitBecomeStatement
public void exitBecomeStatement(CocoParser.BecomeStatementContext ctx)
Exit a parse tree produced byCocoParser.becomeStatement().The default implementation does nothing.
- Specified by:
exitBecomeStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterWhileStatement
public void enterWhileStatement(CocoParser.WhileStatementContext ctx)
Enter a parse tree produced byCocoParser.whileStatement().The default implementation does nothing.
- Specified by:
enterWhileStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitWhileStatement
public void exitWhileStatement(CocoParser.WhileStatementContext ctx)
Exit a parse tree produced byCocoParser.whileStatement().The default implementation does nothing.
- Specified by:
exitWhileStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterForStatement
public void enterForStatement(CocoParser.ForStatementContext ctx)
Enter a parse tree produced byCocoParser.forStatement().The default implementation does nothing.
- Specified by:
enterForStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitForStatement
public void exitForStatement(CocoParser.ForStatementContext ctx)
Exit a parse tree produced byCocoParser.forStatement().The default implementation does nothing.
- Specified by:
exitForStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterBreakStatement
public void enterBreakStatement(CocoParser.BreakStatementContext ctx)
Enter a parse tree produced byCocoParser.breakStatement().The default implementation does nothing.
- Specified by:
enterBreakStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitBreakStatement
public void exitBreakStatement(CocoParser.BreakStatementContext ctx)
Exit a parse tree produced byCocoParser.breakStatement().The default implementation does nothing.
- Specified by:
exitBreakStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterContinueStatement
public void enterContinueStatement(CocoParser.ContinueStatementContext ctx)
Enter a parse tree produced byCocoParser.continueStatement().The default implementation does nothing.
- Specified by:
enterContinueStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitContinueStatement
public void exitContinueStatement(CocoParser.ContinueStatementContext ctx)
Exit a parse tree produced byCocoParser.continueStatement().The default implementation does nothing.
- Specified by:
exitContinueStatementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterPortElement
public void enterPortElement(CocoParser.PortElementContext ctx)
Enter a parse tree produced byCocoParser.portElement().The default implementation does nothing.
- Specified by:
enterPortElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitPortElement
public void exitPortElement(CocoParser.PortElementContext ctx)
Exit a parse tree produced byCocoParser.portElement().The default implementation does nothing.
- Specified by:
exitPortElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterFunctionInterfaceDeclaration
public void enterFunctionInterfaceDeclaration(CocoParser.FunctionInterfaceDeclarationContext ctx)
Enter a parse tree produced byCocoParser.functionInterfaceDeclaration().The default implementation does nothing.
- Specified by:
enterFunctionInterfaceDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitFunctionInterfaceDeclaration
public void exitFunctionInterfaceDeclaration(CocoParser.FunctionInterfaceDeclarationContext ctx)
Exit a parse tree produced byCocoParser.functionInterfaceDeclaration().The default implementation does nothing.
- Specified by:
exitFunctionInterfaceDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterSignalDeclaration
public void enterSignalDeclaration(CocoParser.SignalDeclarationContext ctx)
Enter a parse tree produced byCocoParser.signalDeclaration().The default implementation does nothing.
- Specified by:
enterSignalDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitSignalDeclaration
public void exitSignalDeclaration(CocoParser.SignalDeclarationContext ctx)
Exit a parse tree produced byCocoParser.signalDeclaration().The default implementation does nothing.
- Specified by:
exitSignalDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterStateMachineDeclaration
public void enterStateMachineDeclaration(CocoParser.StateMachineDeclarationContext ctx)
Enter a parse tree produced byCocoParser.stateMachineDeclaration().The default implementation does nothing.
- Specified by:
enterStateMachineDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitStateMachineDeclaration
public void exitStateMachineDeclaration(CocoParser.StateMachineDeclarationContext ctx)
Exit a parse tree produced byCocoParser.stateMachineDeclaration().The default implementation does nothing.
- Specified by:
exitStateMachineDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterStateMachineElement
public void enterStateMachineElement(CocoParser.StateMachineElementContext ctx)
Enter a parse tree produced byCocoParser.stateMachineElement().The default implementation does nothing.
- Specified by:
enterStateMachineElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitStateMachineElement
public void exitStateMachineElement(CocoParser.StateMachineElementContext ctx)
Exit a parse tree produced byCocoParser.stateMachineElement().The default implementation does nothing.
- Specified by:
exitStateMachineElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterStateDeclaration
public void enterStateDeclaration(CocoParser.StateDeclarationContext ctx)
Enter a parse tree produced byCocoParser.stateDeclaration().The default implementation does nothing.
- Specified by:
enterStateDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitStateDeclaration
public void exitStateDeclaration(CocoParser.StateDeclarationContext ctx)
Exit a parse tree produced byCocoParser.stateDeclaration().The default implementation does nothing.
- Specified by:
exitStateDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterEventStateDeclaration
public void enterEventStateDeclaration(CocoParser.EventStateDeclarationContext ctx)
Enter a parse tree produced byCocoParser.eventStateDeclaration().The default implementation does nothing.
- Specified by:
enterEventStateDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitEventStateDeclaration
public void exitEventStateDeclaration(CocoParser.EventStateDeclarationContext ctx)
Exit a parse tree produced byCocoParser.eventStateDeclaration().The default implementation does nothing.
- Specified by:
exitEventStateDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterExecutionStateDeclaration
public void enterExecutionStateDeclaration(CocoParser.ExecutionStateDeclarationContext ctx)
Enter a parse tree produced byCocoParser.executionStateDeclaration().The default implementation does nothing.
- Specified by:
enterExecutionStateDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitExecutionStateDeclaration
public void exitExecutionStateDeclaration(CocoParser.ExecutionStateDeclarationContext ctx)
Exit a parse tree produced byCocoParser.executionStateDeclaration().The default implementation does nothing.
- Specified by:
exitExecutionStateDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterEventStateElement
public void enterEventStateElement(CocoParser.EventStateElementContext ctx)
Enter a parse tree produced byCocoParser.eventStateElement().The default implementation does nothing.
- Specified by:
enterEventStateElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitEventStateElement
public void exitEventStateElement(CocoParser.EventStateElementContext ctx)
Exit a parse tree produced byCocoParser.eventStateElement().The default implementation does nothing.
- Specified by:
exitEventStateElementin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterEntryFunctionDeclaration
public void enterEntryFunctionDeclaration(CocoParser.EntryFunctionDeclarationContext ctx)
Enter a parse tree produced byCocoParser.entryFunctionDeclaration().The default implementation does nothing.
- Specified by:
enterEntryFunctionDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitEntryFunctionDeclaration
public void exitEntryFunctionDeclaration(CocoParser.EntryFunctionDeclarationContext ctx)
Exit a parse tree produced byCocoParser.entryFunctionDeclaration().The default implementation does nothing.
- Specified by:
exitEntryFunctionDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterExitFunctionDeclaration
public void enterExitFunctionDeclaration(CocoParser.ExitFunctionDeclarationContext ctx)
Enter a parse tree produced byCocoParser.exitFunctionDeclaration().The default implementation does nothing.
- Specified by:
enterExitFunctionDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitExitFunctionDeclaration
public void exitExitFunctionDeclaration(CocoParser.ExitFunctionDeclarationContext ctx)
Exit a parse tree produced byCocoParser.exitFunctionDeclaration().The default implementation does nothing.
- Specified by:
exitExitFunctionDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterStateInvariant
public void enterStateInvariant(CocoParser.StateInvariantContext ctx)
Enter a parse tree produced byCocoParser.stateInvariant().The default implementation does nothing.
- Specified by:
enterStateInvariantin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitStateInvariant
public void exitStateInvariant(CocoParser.StateInvariantContext ctx)
Exit a parse tree produced byCocoParser.stateInvariant().The default implementation does nothing.
- Specified by:
exitStateInvariantin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterTransitionDeclaration
public void enterTransitionDeclaration(CocoParser.TransitionDeclarationContext ctx)
Enter a parse tree produced byCocoParser.transitionDeclaration().The default implementation does nothing.
- Specified by:
enterTransitionDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitTransitionDeclaration
public void exitTransitionDeclaration(CocoParser.TransitionDeclarationContext ctx)
Exit a parse tree produced byCocoParser.transitionDeclaration().The default implementation does nothing.
- Specified by:
exitTransitionDeclarationin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterEventTransition
public void enterEventTransition(CocoParser.EventTransitionContext ctx)
Enter a parse tree produced byCocoParser.eventTransition().The default implementation does nothing.
- Specified by:
enterEventTransitionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitEventTransition
public void exitEventTransition(CocoParser.EventTransitionContext ctx)
Exit a parse tree produced byCocoParser.eventTransition().The default implementation does nothing.
- Specified by:
exitEventTransitionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterEventSource
public void enterEventSource(CocoParser.EventSourceContext ctx)
Enter a parse tree produced byCocoParser.eventSource().The default implementation does nothing.
- Specified by:
enterEventSourcein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitEventSource
public void exitEventSource(CocoParser.EventSourceContext ctx)
Exit a parse tree produced byCocoParser.eventSource().The default implementation does nothing.
- Specified by:
exitEventSourcein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterSpontaneousTransition
public void enterSpontaneousTransition(CocoParser.SpontaneousTransitionContext ctx)
Enter a parse tree produced byCocoParser.spontaneousTransition().The default implementation does nothing.
- Specified by:
enterSpontaneousTransitionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitSpontaneousTransition
public void exitSpontaneousTransition(CocoParser.SpontaneousTransitionContext ctx)
Exit a parse tree produced byCocoParser.spontaneousTransition().The default implementation does nothing.
- Specified by:
exitSpontaneousTransitionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterTimerTransition
public void enterTimerTransition(CocoParser.TimerTransitionContext ctx)
Enter a parse tree produced byCocoParser.timerTransition().The default implementation does nothing.
- Specified by:
enterTimerTransitionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitTimerTransition
public void exitTimerTransition(CocoParser.TimerTransitionContext ctx)
Exit a parse tree produced byCocoParser.timerTransition().The default implementation does nothing.
- Specified by:
exitTimerTransitionin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterEventHandler
public void enterEventHandler(CocoParser.EventHandlerContext ctx)
Enter a parse tree produced byCocoParser.eventHandler().The default implementation does nothing.
- Specified by:
enterEventHandlerin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitEventHandler
public void exitEventHandler(CocoParser.EventHandlerContext ctx)
Exit a parse tree produced byCocoParser.eventHandler().The default implementation does nothing.
- Specified by:
exitEventHandlerin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterOffer
public void enterOffer(CocoParser.OfferContext ctx)
Enter a parse tree produced byCocoParser.offer().The default implementation does nothing.
- Specified by:
enterOfferin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitOffer
public void exitOffer(CocoParser.OfferContext ctx)
Exit a parse tree produced byCocoParser.offer().The default implementation does nothing.
- Specified by:
exitOfferin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterOfferClauses
public void enterOfferClauses(CocoParser.OfferClausesContext ctx)
Enter a parse tree produced byCocoParser.offerClauses().The default implementation does nothing.
- Specified by:
enterOfferClausesin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitOfferClauses
public void exitOfferClauses(CocoParser.OfferClausesContext ctx)
Exit a parse tree produced byCocoParser.offerClauses().The default implementation does nothing.
- Specified by:
exitOfferClausesin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterOfferClause
public void enterOfferClause(CocoParser.OfferClauseContext ctx)
Enter a parse tree produced byCocoParser.offerClause().The default implementation does nothing.
- Specified by:
enterOfferClausein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitOfferClause
public void exitOfferClause(CocoParser.OfferClauseContext ctx)
Exit a parse tree produced byCocoParser.offerClause().The default implementation does nothing.
- Specified by:
exitOfferClausein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterParameters
public void enterParameters(CocoParser.ParametersContext ctx)
Enter a parse tree produced byCocoParser.parameters().The default implementation does nothing.
- Specified by:
enterParametersin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitParameters
public void exitParameters(CocoParser.ParametersContext ctx)
Exit a parse tree produced byCocoParser.parameters().The default implementation does nothing.
- Specified by:
exitParametersin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterParameter
public void enterParameter(CocoParser.ParameterContext ctx)
Enter a parse tree produced byCocoParser.parameter().The default implementation does nothing.
- Specified by:
enterParameterin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitParameter
public void exitParameter(CocoParser.ParameterContext ctx)
Exit a parse tree produced byCocoParser.parameter().The default implementation does nothing.
- Specified by:
exitParameterin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterLiteralExpression_
public void enterLiteralExpression_(CocoParser.LiteralExpression_Context ctx)
Enter a parse tree produced byCocoParser.literalExpression_().The default implementation does nothing.
- Specified by:
enterLiteralExpression_in interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitLiteralExpression_
public void exitLiteralExpression_(CocoParser.LiteralExpression_Context ctx)
Exit a parse tree produced byCocoParser.literalExpression_().The default implementation does nothing.
- Specified by:
exitLiteralExpression_in interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterBinaryType
public void enterBinaryType(CocoParser.BinaryTypeContext ctx)
Enter a parse tree produced by theBinaryTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
enterBinaryTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitBinaryType
public void exitBinaryType(CocoParser.BinaryTypeContext ctx)
Exit a parse tree produced by theBinaryTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
exitBinaryTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterGroupType
public void enterGroupType(CocoParser.GroupTypeContext ctx)
Enter a parse tree produced by theGroupTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
enterGroupTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitGroupType
public void exitGroupType(CocoParser.GroupTypeContext ctx)
Exit a parse tree produced by theGroupTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
exitGroupTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterFunctionType
public void enterFunctionType(CocoParser.FunctionTypeContext ctx)
Enter a parse tree produced by theFunctionTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
enterFunctionTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitFunctionType
public void exitFunctionType(CocoParser.FunctionTypeContext ctx)
Exit a parse tree produced by theFunctionTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
exitFunctionTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterUnaryType
public void enterUnaryType(CocoParser.UnaryTypeContext ctx)
Enter a parse tree produced by theUnaryTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
enterUnaryTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitUnaryType
public void exitUnaryType(CocoParser.UnaryTypeContext ctx)
Exit a parse tree produced by theUnaryTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
exitUnaryTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterLiteralType
public void enterLiteralType(CocoParser.LiteralTypeContext ctx)
Enter a parse tree produced by theLiteralTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
enterLiteralTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitLiteralType
public void exitLiteralType(CocoParser.LiteralTypeContext ctx)
Exit a parse tree produced by theLiteralTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
exitLiteralTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterTypeReference
public void enterTypeReference(CocoParser.TypeReferenceContext ctx)
Enter a parse tree produced by theTypeReferencelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
enterTypeReferencein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitTypeReference
public void exitTypeReference(CocoParser.TypeReferenceContext ctx)
Exit a parse tree produced by theTypeReferencelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
exitTypeReferencein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterReferenceType
public void enterReferenceType(CocoParser.ReferenceTypeContext ctx)
Enter a parse tree produced by theReferenceTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
enterReferenceTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitReferenceType
public void exitReferenceType(CocoParser.ReferenceTypeContext ctx)
Exit a parse tree produced by theReferenceTypelabeled alternative inCocoParser.type().The default implementation does nothing.
- Specified by:
exitReferenceTypein interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterTypes
public void enterTypes(CocoParser.TypesContext ctx)
Enter a parse tree produced byCocoParser.types().The default implementation does nothing.
- Specified by:
enterTypesin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitTypes
public void exitTypes(CocoParser.TypesContext ctx)
Exit a parse tree produced byCocoParser.types().The default implementation does nothing.
- Specified by:
exitTypesin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterDotIdentifierList
public void enterDotIdentifierList(CocoParser.DotIdentifierListContext ctx)
Enter a parse tree produced byCocoParser.dotIdentifierList().The default implementation does nothing.
- Specified by:
enterDotIdentifierListin interfaceCocoListener- Parameters:
ctx- the parse tree
-
exitDotIdentifierList
public void exitDotIdentifierList(CocoParser.DotIdentifierListContext ctx)
Exit a parse tree produced byCocoParser.dotIdentifierList().The default implementation does nothing.
- Specified by:
exitDotIdentifierListin interfaceCocoListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-