Class CocoBaseListener
- java.lang.Object
-
- net.sourceforge.pmd.lang.coco.ast.CocoBaseListener
-
- All Implemented Interfaces:
CocoListener,org.antlr.v4.runtime.tree.ParseTreeListener
@Deprecated @Generated("org.antlr.v4.Tool") public class CocoBaseListener extends Object implements CocoListener
Deprecated.Since 7.8.0. This class was never intended to be generated. It will be removed with no replacement.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()Deprecated.
-
Method Summary
-
-
-
Method Detail
-
enterModule
public void enterModule(CocoParser.ModuleContext ctx)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
Deprecated.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)
Deprecated.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)
Deprecated.The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-