net.sourceforge.pmd.lang.swift.antlr4
Class SwiftBaseListener

java.lang.Object
  extended by net.sourceforge.pmd.lang.swift.antlr4.SwiftBaseListener
All Implemented Interfaces:
SwiftListener, org.antlr.v4.runtime.tree.ParseTreeListener

public class SwiftBaseListener
extends Object
implements SwiftListener

This class provides an empty implementation of SwiftListener, which can be extended to create a listener which only needs to handle a subset of the available methods.


Constructor Summary
SwiftBaseListener()
           
 
Method Summary
 void enterAccessLevelModifier(SwiftParser.AccessLevelModifierContext ctx)
          Enter a parse tree produced by SwiftParser.accessLevelModifier().
 void enterAccessLevelModifiers(SwiftParser.AccessLevelModifiersContext ctx)
          Enter a parse tree produced by SwiftParser.accessLevelModifiers().
 void enterArchitecture(SwiftParser.ArchitectureContext ctx)
          Enter a parse tree produced by SwiftParser.architecture().
 void enterArrayLiteral(SwiftParser.ArrayLiteralContext ctx)
          Enter a parse tree produced by SwiftParser.arrayLiteral().
 void enterArrayLiteralItem(SwiftParser.ArrayLiteralItemContext ctx)
          Enter a parse tree produced by SwiftParser.arrayLiteralItem().
 void enterArrayLiteralItems(SwiftParser.ArrayLiteralItemsContext ctx)
          Enter a parse tree produced by SwiftParser.arrayLiteralItems().
 void enterArrayType(SwiftParser.ArrayTypeContext ctx)
          Enter a parse tree produced by SwiftParser.arrayType().
 void enterAsPattern(SwiftParser.AsPatternContext ctx)
          Enter a parse tree produced by SwiftParser.asPattern().
 void enterAssignmentOperator(SwiftParser.AssignmentOperatorContext ctx)
          Enter a parse tree produced by SwiftParser.assignmentOperator().
 void enterAssociativity(SwiftParser.AssociativityContext ctx)
          Enter a parse tree produced by SwiftParser.associativity().
 void enterAssociativityClause(SwiftParser.AssociativityClauseContext ctx)
          Enter a parse tree produced by SwiftParser.associativityClause().
 void enterAttribute(SwiftParser.AttributeContext ctx)
          Enter a parse tree produced by SwiftParser.attribute().
 void enterAttributeArgumentClause(SwiftParser.AttributeArgumentClauseContext ctx)
          Enter a parse tree produced by SwiftParser.attributeArgumentClause().
 void enterAttributeName(SwiftParser.AttributeNameContext ctx)
          Enter a parse tree produced by SwiftParser.attributeName().
 void enterAttributes(SwiftParser.AttributesContext ctx)
          Enter a parse tree produced by SwiftParser.attributes().
 void enterAvailabilityArgument(SwiftParser.AvailabilityArgumentContext ctx)
          Enter a parse tree produced by SwiftParser.availabilityArgument().
 void enterAvailabilityArguments(SwiftParser.AvailabilityArgumentsContext ctx)
          Enter a parse tree produced by SwiftParser.availabilityArguments().
 void enterAvailabilityCondition(SwiftParser.AvailabilityConditionContext ctx)
          Enter a parse tree produced by SwiftParser.availabilityCondition().
 void enterBalancedToken(SwiftParser.BalancedTokenContext ctx)
          Enter a parse tree produced by SwiftParser.balancedToken().
 void enterBalancedTokens(SwiftParser.BalancedTokensContext ctx)
          Enter a parse tree produced by SwiftParser.balancedTokens().
 void enterBinaryExpression(SwiftParser.BinaryExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.binaryExpression().
 void enterBinaryOperator(SwiftParser.BinaryOperatorContext ctx)
          Enter a parse tree produced by SwiftParser.binaryOperator().
 void enterBooleanLiteral(SwiftParser.BooleanLiteralContext ctx)
          Enter a parse tree produced by SwiftParser.booleanLiteral().
 void enterBranchStatement(SwiftParser.BranchStatementContext ctx)
          Enter a parse tree produced by SwiftParser.branchStatement().
 void enterBreakStatement(SwiftParser.BreakStatementContext ctx)
          Enter a parse tree produced by SwiftParser.breakStatement().
 void enterBuildConfiguration(SwiftParser.BuildConfigurationContext ctx)
          Enter a parse tree produced by SwiftParser.buildConfiguration().
 void enterBuildConfigurationElseClause(SwiftParser.BuildConfigurationElseClauseContext ctx)
          Enter a parse tree produced by SwiftParser.buildConfigurationElseClause().
 void enterBuildConfigurationElseIfClause(SwiftParser.BuildConfigurationElseIfClauseContext ctx)
          Enter a parse tree produced by SwiftParser.buildConfigurationElseIfClause().
 void enterBuildConfigurationElseIfClauses(SwiftParser.BuildConfigurationElseIfClausesContext ctx)
          Enter a parse tree produced by SwiftParser.buildConfigurationElseIfClauses().
 void enterBuildConfigurationStatement(SwiftParser.BuildConfigurationStatementContext ctx)
          Enter a parse tree produced by SwiftParser.buildConfigurationStatement().
 void enterCaptureList(SwiftParser.CaptureListContext ctx)
          Enter a parse tree produced by SwiftParser.captureList().
 void enterCaptureListItem(SwiftParser.CaptureListItemContext ctx)
          Enter a parse tree produced by SwiftParser.captureListItem().
 void enterCaptureListItems(SwiftParser.CaptureListItemsContext ctx)
          Enter a parse tree produced by SwiftParser.captureListItems().
 void enterCaptureSpecifier(SwiftParser.CaptureSpecifierContext ctx)
          Enter a parse tree produced by SwiftParser.captureSpecifier().
 void enterCaseCondition(SwiftParser.CaseConditionContext ctx)
          Enter a parse tree produced by SwiftParser.caseCondition().
 void enterCaseItem(SwiftParser.CaseItemContext ctx)
          Enter a parse tree produced by SwiftParser.caseItem().
 void enterCaseItemList(SwiftParser.CaseItemListContext ctx)
          Enter a parse tree produced by SwiftParser.caseItemList().
 void enterCaseLabel(SwiftParser.CaseLabelContext ctx)
          Enter a parse tree produced by SwiftParser.caseLabel().
 void enterCatchClause(SwiftParser.CatchClauseContext ctx)
          Enter a parse tree produced by SwiftParser.catchClause().
 void enterCatchClauses(SwiftParser.CatchClausesContext ctx)
          Enter a parse tree produced by SwiftParser.catchClauses().
 void enterClassBody(SwiftParser.ClassBodyContext ctx)
          Enter a parse tree produced by SwiftParser.classBody().
 void enterClassDeclaration(SwiftParser.ClassDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.classDeclaration().
 void enterClassName(SwiftParser.ClassNameContext ctx)
          Enter a parse tree produced by SwiftParser.className().
 void enterClassRequirement(SwiftParser.ClassRequirementContext ctx)
          Enter a parse tree produced by SwiftParser.classRequirement().
 void enterClosureExpression(SwiftParser.ClosureExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.closureExpression().
 void enterClosureSignature(SwiftParser.ClosureSignatureContext ctx)
          Enter a parse tree produced by SwiftParser.closureSignature().
 void enterCodeBlock(SwiftParser.CodeBlockContext ctx)
          Enter a parse tree produced by SwiftParser.codeBlock().
 void enterCompilerControlStatement(SwiftParser.CompilerControlStatementContext ctx)
          Enter a parse tree produced by SwiftParser.compilerControlStatement().
 void enterCondition(SwiftParser.ConditionContext ctx)
          Enter a parse tree produced by SwiftParser.condition().
 void enterConditionalOperator(SwiftParser.ConditionalOperatorContext ctx)
          Enter a parse tree produced by SwiftParser.conditionalOperator().
 void enterConditionClause(SwiftParser.ConditionClauseContext ctx)
          Enter a parse tree produced by SwiftParser.conditionClause().
 void enterConditionList(SwiftParser.ConditionListContext ctx)
          Enter a parse tree produced by SwiftParser.conditionList().
 void enterConformanceRequirement(SwiftParser.ConformanceRequirementContext ctx)
          Enter a parse tree produced by SwiftParser.conformanceRequirement().
 void enterConstantDeclaration(SwiftParser.ConstantDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.constantDeclaration().
 void enterContextSensitiveKeyword(SwiftParser.ContextSensitiveKeywordContext ctx)
          Enter a parse tree produced by SwiftParser.contextSensitiveKeyword().
 void enterContinueStatement(SwiftParser.ContinueStatementContext ctx)
          Enter a parse tree produced by SwiftParser.continueStatement().
 void enterControlTransferStatement(SwiftParser.ControlTransferStatementContext ctx)
          Enter a parse tree produced by SwiftParser.controlTransferStatement().
 void enterDeclaration(SwiftParser.DeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.declaration().
 void enterDeclarationModifier(SwiftParser.DeclarationModifierContext ctx)
          Enter a parse tree produced by SwiftParser.declarationModifier().
 void enterDeclarationModifiers(SwiftParser.DeclarationModifiersContext ctx)
          Enter a parse tree produced by SwiftParser.declarationModifiers().
 void enterDeclarations(SwiftParser.DeclarationsContext ctx)
          Enter a parse tree produced by SwiftParser.declarations().
 void enterDefaultArgumentClause(SwiftParser.DefaultArgumentClauseContext ctx)
          Enter a parse tree produced by SwiftParser.defaultArgumentClause().
 void enterDefaultLabel(SwiftParser.DefaultLabelContext ctx)
          Enter a parse tree produced by SwiftParser.defaultLabel().
 void enterDeferStatement(SwiftParser.DeferStatementContext ctx)
          Enter a parse tree produced by SwiftParser.deferStatement().
 void enterDeinitializerDeclaration(SwiftParser.DeinitializerDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.deinitializerDeclaration().
 void enterDictionaryLiteral(SwiftParser.DictionaryLiteralContext ctx)
          Enter a parse tree produced by SwiftParser.dictionaryLiteral().
 void enterDictionaryLiteralItem(SwiftParser.DictionaryLiteralItemContext ctx)
          Enter a parse tree produced by SwiftParser.dictionaryLiteralItem().
 void enterDictionaryLiteralItems(SwiftParser.DictionaryLiteralItemsContext ctx)
          Enter a parse tree produced by SwiftParser.dictionaryLiteralItems().
 void enterDictionaryType(SwiftParser.DictionaryTypeContext ctx)
          Enter a parse tree produced by SwiftParser.dictionaryType().
 void enterDidSetClause(SwiftParser.DidSetClauseContext ctx)
          Enter a parse tree produced by SwiftParser.didSetClause().
 void enterDoStatement(SwiftParser.DoStatementContext ctx)
          Enter a parse tree produced by SwiftParser.doStatement().
 void enterDynamicTypeExpression(SwiftParser.DynamicTypeExpressionContext ctx)
          Enter a parse tree produced by the dynamicTypeExpression labeled alternative in SwiftParser.postfixExpression().
 void enterElementName(SwiftParser.ElementNameContext ctx)
          Enter a parse tree produced by SwiftParser.elementName().
 void enterElseClause(SwiftParser.ElseClauseContext ctx)
          Enter a parse tree produced by SwiftParser.elseClause().
 void enterEnumCaseName(SwiftParser.EnumCaseNameContext ctx)
          Enter a parse tree produced by SwiftParser.enumCaseName().
 void enterEnumCasePattern(SwiftParser.EnumCasePatternContext ctx)
          Enter a parse tree produced by SwiftParser.enumCasePattern().
 void enterEnumDeclaration(SwiftParser.EnumDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.enumDeclaration().
 void enterEnumDef(SwiftParser.EnumDefContext ctx)
          Enter a parse tree produced by SwiftParser.enumDef().
 void enterEnumName(SwiftParser.EnumNameContext ctx)
          Enter a parse tree produced by SwiftParser.enumName().
 void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
          
 void enterExplicitMemberExpression1(SwiftParser.ExplicitMemberExpression1Context ctx)
          Enter a parse tree produced by the explicitMemberExpression1 labeled alternative in SwiftParser.postfixExpression().
 void enterExplicitMemberExpression2(SwiftParser.ExplicitMemberExpression2Context ctx)
          Enter a parse tree produced by the explicitMemberExpression2 labeled alternative in SwiftParser.postfixExpression().
 void enterExpression(SwiftParser.ExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.expression().
 void enterExpressionElement(SwiftParser.ExpressionElementContext ctx)
          Enter a parse tree produced by SwiftParser.expressionElement().
 void enterExpressionElementList(SwiftParser.ExpressionElementListContext ctx)
          Enter a parse tree produced by SwiftParser.expressionElementList().
 void enterExpressionList(SwiftParser.ExpressionListContext ctx)
          Enter a parse tree produced by SwiftParser.expressionList().
 void enterExpressionPattern(SwiftParser.ExpressionPatternContext ctx)
          Enter a parse tree produced by SwiftParser.expressionPattern().
 void enterExtensionBody(SwiftParser.ExtensionBodyContext ctx)
          Enter a parse tree produced by SwiftParser.extensionBody().
 void enterExtensionDeclaration(SwiftParser.ExtensionDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.extensionDeclaration().
 void enterExternalParameterName(SwiftParser.ExternalParameterNameContext ctx)
          Enter a parse tree produced by SwiftParser.externalParameterName().
 void enterFallthroughStatement(SwiftParser.FallthroughStatementContext ctx)
          Enter a parse tree produced by SwiftParser.fallthroughStatement().
 void enterFileName(SwiftParser.FileNameContext ctx)
          Enter a parse tree produced by SwiftParser.fileName().
 void enterForcedValueExpression(SwiftParser.ForcedValueExpressionContext ctx)
          Enter a parse tree produced by the forcedValueExpression labeled alternative in SwiftParser.postfixExpression().
 void enterForInit(SwiftParser.ForInitContext ctx)
          Enter a parse tree produced by SwiftParser.forInit().
 void enterForInStatement(SwiftParser.ForInStatementContext ctx)
          Enter a parse tree produced by SwiftParser.forInStatement().
 void enterForStatement(SwiftParser.ForStatementContext ctx)
          Enter a parse tree produced by SwiftParser.forStatement().
 void enterFunctionBody(SwiftParser.FunctionBodyContext ctx)
          Enter a parse tree produced by SwiftParser.functionBody().
 void enterFunctionCallExpression(SwiftParser.FunctionCallExpressionContext ctx)
          Enter a parse tree produced by the functionCallExpression labeled alternative in SwiftParser.postfixExpression().
 void enterFunctionCallWithClosureExpression(SwiftParser.FunctionCallWithClosureExpressionContext ctx)
          Enter a parse tree produced by the functionCallWithClosureExpression labeled alternative in SwiftParser.postfixExpression().
 void enterFunctionDeclaration(SwiftParser.FunctionDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.functionDeclaration().
 void enterFunctionHead(SwiftParser.FunctionHeadContext ctx)
          Enter a parse tree produced by SwiftParser.functionHead().
 void enterFunctionName(SwiftParser.FunctionNameContext ctx)
          Enter a parse tree produced by SwiftParser.functionName().
 void enterFunctionResult(SwiftParser.FunctionResultContext ctx)
          Enter a parse tree produced by SwiftParser.functionResult().
 void enterFunctionSignature(SwiftParser.FunctionSignatureContext ctx)
          Enter a parse tree produced by SwiftParser.functionSignature().
 void enterGenericArgument(SwiftParser.GenericArgumentContext ctx)
          Enter a parse tree produced by SwiftParser.genericArgument().
 void enterGenericArgumentClause(SwiftParser.GenericArgumentClauseContext ctx)
          Enter a parse tree produced by SwiftParser.genericArgumentClause().
 void enterGenericArgumentList(SwiftParser.GenericArgumentListContext ctx)
          Enter a parse tree produced by SwiftParser.genericArgumentList().
 void enterGenericParameter(SwiftParser.GenericParameterContext ctx)
          Enter a parse tree produced by SwiftParser.genericParameter().
 void enterGenericParameterClause(SwiftParser.GenericParameterClauseContext ctx)
          Enter a parse tree produced by SwiftParser.genericParameterClause().
 void enterGenericParameterList(SwiftParser.GenericParameterListContext ctx)
          Enter a parse tree produced by SwiftParser.genericParameterList().
 void enterGetterClause(SwiftParser.GetterClauseContext ctx)
          Enter a parse tree produced by SwiftParser.getterClause().
 void enterGetterKeywordClause(SwiftParser.GetterKeywordClauseContext ctx)
          Enter a parse tree produced by SwiftParser.getterKeywordClause().
 void enterGetterSetterBlock(SwiftParser.GetterSetterBlockContext ctx)
          Enter a parse tree produced by SwiftParser.getterSetterBlock().
 void enterGetterSetterKeywordBlock(SwiftParser.GetterSetterKeywordBlockContext ctx)
          Enter a parse tree produced by SwiftParser.getterSetterKeywordBlock().
 void enterGuardStatement(SwiftParser.GuardStatementContext ctx)
          Enter a parse tree produced by SwiftParser.guardStatement().
 void enterIdentifier(SwiftParser.IdentifierContext ctx)
          Enter a parse tree produced by SwiftParser.identifier().
 void enterIdentifierList(SwiftParser.IdentifierListContext ctx)
          Enter a parse tree produced by SwiftParser.identifierList().
 void enterIdentifierPattern(SwiftParser.IdentifierPatternContext ctx)
          Enter a parse tree produced by SwiftParser.identifierPattern().
 void enterIfStatement(SwiftParser.IfStatementContext ctx)
          Enter a parse tree produced by SwiftParser.ifStatement().
 void enterImplicitlyUnwrappedOptionalType(SwiftParser.ImplicitlyUnwrappedOptionalTypeContext ctx)
          Enter a parse tree produced by SwiftParser.implicitlyUnwrappedOptionalType().
 void enterImplicitMemberExpression(SwiftParser.ImplicitMemberExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.implicitMemberExpression().
 void enterImportDeclaration(SwiftParser.ImportDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.importDeclaration().
 void enterImportKind(SwiftParser.ImportKindContext ctx)
          Enter a parse tree produced by SwiftParser.importKind().
 void enterImportPath(SwiftParser.ImportPathContext ctx)
          Enter a parse tree produced by SwiftParser.importPath().
 void enterImportPathIdentifier(SwiftParser.ImportPathIdentifierContext ctx)
          Enter a parse tree produced by SwiftParser.importPathIdentifier().
 void enterInfixOperatorAttributes(SwiftParser.InfixOperatorAttributesContext ctx)
          Enter a parse tree produced by SwiftParser.infixOperatorAttributes().
 void enterInfixOperatorDeclaration(SwiftParser.InfixOperatorDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.infixOperatorDeclaration().
 void enterInitializer(SwiftParser.InitializerContext ctx)
          Enter a parse tree produced by SwiftParser.initializer().
 void enterInitializerBody(SwiftParser.InitializerBodyContext ctx)
          Enter a parse tree produced by SwiftParser.initializerBody().
 void enterInitializerDeclaration(SwiftParser.InitializerDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.initializerDeclaration().
 void enterInitializerExpression(SwiftParser.InitializerExpressionContext ctx)
          Enter a parse tree produced by the initializerExpression labeled alternative in SwiftParser.postfixExpression().
 void enterInitializerHead(SwiftParser.InitializerHeadContext ctx)
          Enter a parse tree produced by SwiftParser.initializerHead().
 void enterInOutExpression(SwiftParser.InOutExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.inOutExpression().
 void enterIntegerLiteral(SwiftParser.IntegerLiteralContext ctx)
          Enter a parse tree produced by SwiftParser.integerLiteral().
 void enterIsPattern(SwiftParser.IsPatternContext ctx)
          Enter a parse tree produced by SwiftParser.isPattern().
 void enterKeyword(SwiftParser.KeywordContext ctx)
          Enter a parse tree produced by SwiftParser.keyword().
 void enterLabeledStatement(SwiftParser.LabeledStatementContext ctx)
          Enter a parse tree produced by SwiftParser.labeledStatement().
 void enterLabelName(SwiftParser.LabelNameContext ctx)
          Enter a parse tree produced by SwiftParser.labelName().
 void enterLineControlStatement(SwiftParser.LineControlStatementContext ctx)
          Enter a parse tree produced by SwiftParser.lineControlStatement().
 void enterLineNumber(SwiftParser.LineNumberContext ctx)
          Enter a parse tree produced by SwiftParser.lineNumber().
 void enterLiteral(SwiftParser.LiteralContext ctx)
          Enter a parse tree produced by SwiftParser.literal().
 void enterLiteralExpression(SwiftParser.LiteralExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.literalExpression().
 void enterLocalParameterName(SwiftParser.LocalParameterNameContext ctx)
          Enter a parse tree produced by SwiftParser.localParameterName().
 void enterLoopStatement(SwiftParser.LoopStatementContext ctx)
          Enter a parse tree produced by SwiftParser.loopStatement().
 void enterMetatypeType(SwiftParser.MetatypeTypeContext ctx)
          Enter a parse tree produced by SwiftParser.metatypeType().
 void enterNumericLiteral(SwiftParser.NumericLiteralContext ctx)
          Enter a parse tree produced by SwiftParser.numericLiteral().
 void enterOperatingSystem(SwiftParser.OperatingSystemContext ctx)
          Enter a parse tree produced by SwiftParser.operatingSystem().
 void enterOperator(SwiftParser.OperatorContext ctx)
          Enter a parse tree produced by SwiftParser.operator().
 void enterOperatorCharacter(SwiftParser.OperatorCharacterContext ctx)
          Enter a parse tree produced by SwiftParser.operatorCharacter().
 void enterOperatorDeclaration(SwiftParser.OperatorDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.operatorDeclaration().
 void enterOperatorHead(SwiftParser.OperatorHeadContext ctx)
          Enter a parse tree produced by SwiftParser.operatorHead().
 void enterOptionalBindingCondition(SwiftParser.OptionalBindingConditionContext ctx)
          Enter a parse tree produced by SwiftParser.optionalBindingCondition().
 void enterOptionalBindingContinuation(SwiftParser.OptionalBindingContinuationContext ctx)
          Enter a parse tree produced by SwiftParser.optionalBindingContinuation().
 void enterOptionalBindingContinuationList(SwiftParser.OptionalBindingContinuationListContext ctx)
          Enter a parse tree produced by SwiftParser.optionalBindingContinuationList().
 void enterOptionalBindingHead(SwiftParser.OptionalBindingHeadContext ctx)
          Enter a parse tree produced by SwiftParser.optionalBindingHead().
 void enterOptionalChainingExpression(SwiftParser.OptionalChainingExpressionContext ctx)
          Enter a parse tree produced by the optionalChainingExpression labeled alternative in SwiftParser.postfixExpression().
 void enterOptionalType(SwiftParser.OptionalTypeContext ctx)
          Enter a parse tree produced by SwiftParser.optionalType().
 void enterParameter(SwiftParser.ParameterContext ctx)
          Enter a parse tree produced by SwiftParser.parameter().
 void enterParameterClause(SwiftParser.ParameterClauseContext ctx)
          Enter a parse tree produced by SwiftParser.parameterClause().
 void enterParameterClauses(SwiftParser.ParameterClausesContext ctx)
          Enter a parse tree produced by SwiftParser.parameterClauses().
 void enterParameterList(SwiftParser.ParameterListContext ctx)
          Enter a parse tree produced by SwiftParser.parameterList().
 void enterParenthesizedExpression(SwiftParser.ParenthesizedExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.parenthesizedExpression().
 void enterPattern(SwiftParser.PatternContext ctx)
          Enter a parse tree produced by SwiftParser.pattern().
 void enterPatternInitializer(SwiftParser.PatternInitializerContext ctx)
          Enter a parse tree produced by SwiftParser.patternInitializer().
 void enterPatternInitializerList(SwiftParser.PatternInitializerListContext ctx)
          Enter a parse tree produced by SwiftParser.patternInitializerList().
 void enterPlatformName(SwiftParser.PlatformNameContext ctx)
          Enter a parse tree produced by SwiftParser.platformName().
 void enterPlatformTestingFunction(SwiftParser.PlatformTestingFunctionContext ctx)
          Enter a parse tree produced by SwiftParser.platformTestingFunction().
 void enterPlatformVersion(SwiftParser.PlatformVersionContext ctx)
          Enter a parse tree produced by SwiftParser.platformVersion().
 void enterPostfixOperation(SwiftParser.PostfixOperationContext ctx)
          Enter a parse tree produced by the postfixOperation labeled alternative in SwiftParser.postfixExpression().
 void enterPostfixOperator(SwiftParser.PostfixOperatorContext ctx)
          Enter a parse tree produced by SwiftParser.postfixOperator().
 void enterPostfixOperatorDeclaration(SwiftParser.PostfixOperatorDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.postfixOperatorDeclaration().
 void enterPostfixSelfExpression(SwiftParser.PostfixSelfExpressionContext ctx)
          Enter a parse tree produced by the postfixSelfExpression labeled alternative in SwiftParser.postfixExpression().
 void enterPrecedenceClause(SwiftParser.PrecedenceClauseContext ctx)
          Enter a parse tree produced by SwiftParser.precedenceClause().
 void enterPrecedenceLevel(SwiftParser.PrecedenceLevelContext ctx)
          Enter a parse tree produced by SwiftParser.precedenceLevel().
 void enterPrefixExpression(SwiftParser.PrefixExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.prefixExpression().
 void enterPrefixOperator(SwiftParser.PrefixOperatorContext ctx)
          Enter a parse tree produced by SwiftParser.prefixOperator().
 void enterPrefixOperatorDeclaration(SwiftParser.PrefixOperatorDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.prefixOperatorDeclaration().
 void enterPrimary(SwiftParser.PrimaryContext ctx)
          Enter a parse tree produced by the primary labeled alternative in SwiftParser.postfixExpression().
 void enterPrimaryExpression(SwiftParser.PrimaryExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.primaryExpression().
 void enterProtocolAssociatedTypeDeclaration(SwiftParser.ProtocolAssociatedTypeDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.protocolAssociatedTypeDeclaration().
 void enterProtocolBody(SwiftParser.ProtocolBodyContext ctx)
          Enter a parse tree produced by SwiftParser.protocolBody().
 void enterProtocolCompositionType(SwiftParser.ProtocolCompositionTypeContext ctx)
          Enter a parse tree produced by SwiftParser.protocolCompositionType().
 void enterProtocolDeclaration(SwiftParser.ProtocolDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.protocolDeclaration().
 void enterProtocolIdentifier(SwiftParser.ProtocolIdentifierContext ctx)
          Enter a parse tree produced by SwiftParser.protocolIdentifier().
 void enterProtocolIdentifierList(SwiftParser.ProtocolIdentifierListContext ctx)
          Enter a parse tree produced by SwiftParser.protocolIdentifierList().
 void enterProtocolInitializerDeclaration(SwiftParser.ProtocolInitializerDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.protocolInitializerDeclaration().
 void enterProtocolMemberDeclaration(SwiftParser.ProtocolMemberDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.protocolMemberDeclaration().
 void enterProtocolMemberDeclarations(SwiftParser.ProtocolMemberDeclarationsContext ctx)
          Enter a parse tree produced by SwiftParser.protocolMemberDeclarations().
 void enterProtocolMethodDeclaration(SwiftParser.ProtocolMethodDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.protocolMethodDeclaration().
 void enterProtocolName(SwiftParser.ProtocolNameContext ctx)
          Enter a parse tree produced by SwiftParser.protocolName().
 void enterProtocolPropertyDeclaration(SwiftParser.ProtocolPropertyDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.protocolPropertyDeclaration().
 void enterProtocolSubscriptDeclaration(SwiftParser.ProtocolSubscriptDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.protocolSubscriptDeclaration().
 void enterRawValueAssignment(SwiftParser.RawValueAssignmentContext ctx)
          Enter a parse tree produced by SwiftParser.rawValueAssignment().
 void enterRawValueStyleEnum(SwiftParser.RawValueStyleEnumContext ctx)
          Enter a parse tree produced by SwiftParser.rawValueStyleEnum().
 void enterRawValueStyleEnumCase(SwiftParser.RawValueStyleEnumCaseContext ctx)
          Enter a parse tree produced by SwiftParser.rawValueStyleEnumCase().
 void enterRawValueStyleEnumCaseClause(SwiftParser.RawValueStyleEnumCaseClauseContext ctx)
          Enter a parse tree produced by SwiftParser.rawValueStyleEnumCaseClause().
 void enterRawValueStyleEnumCaseList(SwiftParser.RawValueStyleEnumCaseListContext ctx)
          Enter a parse tree produced by SwiftParser.rawValueStyleEnumCaseList().
 void enterRawValueStyleEnumMember(SwiftParser.RawValueStyleEnumMemberContext ctx)
          Enter a parse tree produced by SwiftParser.rawValueStyleEnumMember().
 void enterRawValueStyleEnumMembers(SwiftParser.RawValueStyleEnumMembersContext ctx)
          Enter a parse tree produced by SwiftParser.rawValueStyleEnumMembers().
 void enterRepeatWhileStatement(SwiftParser.RepeatWhileStatementContext ctx)
          Enter a parse tree produced by SwiftParser.repeatWhileStatement().
 void enterRequirement(SwiftParser.RequirementContext ctx)
          Enter a parse tree produced by SwiftParser.requirement().
 void enterRequirementClause(SwiftParser.RequirementClauseContext ctx)
          Enter a parse tree produced by SwiftParser.requirementClause().
 void enterRequirementList(SwiftParser.RequirementListContext ctx)
          Enter a parse tree produced by SwiftParser.requirementList().
 void enterReturnStatement(SwiftParser.ReturnStatementContext ctx)
          Enter a parse tree produced by SwiftParser.returnStatement().
 void enterSameTypeRequirement(SwiftParser.SameTypeRequirementContext ctx)
          Enter a parse tree produced by SwiftParser.sameTypeRequirement().
 void enterSelfExpression(SwiftParser.SelfExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.selfExpression().
 void enterSetterClause(SwiftParser.SetterClauseContext ctx)
          Enter a parse tree produced by SwiftParser.setterClause().
 void enterSetterKeywordClause(SwiftParser.SetterKeywordClauseContext ctx)
          Enter a parse tree produced by SwiftParser.setterKeywordClause().
 void enterSetterName(SwiftParser.SetterNameContext ctx)
          Enter a parse tree produced by SwiftParser.setterName().
 void enterStatement(SwiftParser.StatementContext ctx)
          Enter a parse tree produced by SwiftParser.statement().
 void enterStatementLabel(SwiftParser.StatementLabelContext ctx)
          Enter a parse tree produced by SwiftParser.statementLabel().
 void enterStatements(SwiftParser.StatementsContext ctx)
          Enter a parse tree produced by SwiftParser.statements().
 void enterStructBody(SwiftParser.StructBodyContext ctx)
          Enter a parse tree produced by SwiftParser.structBody().
 void enterStructDeclaration(SwiftParser.StructDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.structDeclaration().
 void enterStructName(SwiftParser.StructNameContext ctx)
          Enter a parse tree produced by SwiftParser.structName().
 void enterSType(SwiftParser.STypeContext ctx)
          Enter a parse tree produced by SwiftParser.sType().
 void enterSubscriptDeclaration(SwiftParser.SubscriptDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.subscriptDeclaration().
 void enterSubscriptExpression(SwiftParser.SubscriptExpressionContext ctx)
          Enter a parse tree produced by the subscriptExpression labeled alternative in SwiftParser.postfixExpression().
 void enterSubscriptHead(SwiftParser.SubscriptHeadContext ctx)
          Enter a parse tree produced by SwiftParser.subscriptHead().
 void enterSubscriptResult(SwiftParser.SubscriptResultContext ctx)
          Enter a parse tree produced by SwiftParser.subscriptResult().
 void enterSuperclassExpression(SwiftParser.SuperclassExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.superclassExpression().
 void enterSuperclassInitializerExpression(SwiftParser.SuperclassInitializerExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.superclassInitializerExpression().
 void enterSuperclassMethodExpression(SwiftParser.SuperclassMethodExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.superclassMethodExpression().
 void enterSuperclassSubscriptExpression(SwiftParser.SuperclassSubscriptExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.superclassSubscriptExpression().
 void enterSwitchCase(SwiftParser.SwitchCaseContext ctx)
          Enter a parse tree produced by SwiftParser.switchCase().
 void enterSwitchCases(SwiftParser.SwitchCasesContext ctx)
          Enter a parse tree produced by SwiftParser.switchCases().
 void enterSwitchStatement(SwiftParser.SwitchStatementContext ctx)
          Enter a parse tree produced by SwiftParser.switchStatement().
 void enterThrowStatement(SwiftParser.ThrowStatementContext ctx)
          Enter a parse tree produced by SwiftParser.throwStatement().
 void enterTopLevel(SwiftParser.TopLevelContext ctx)
          Enter a parse tree produced by SwiftParser.topLevel().
 void enterTryOperator(SwiftParser.TryOperatorContext ctx)
          Enter a parse tree produced by SwiftParser.tryOperator().
 void enterTuplePattern(SwiftParser.TuplePatternContext ctx)
          Enter a parse tree produced by SwiftParser.tuplePattern().
 void enterTuplePatternElement(SwiftParser.TuplePatternElementContext ctx)
          Enter a parse tree produced by SwiftParser.tuplePatternElement().
 void enterTuplePatternElementList(SwiftParser.TuplePatternElementListContext ctx)
          Enter a parse tree produced by SwiftParser.tuplePatternElementList().
 void enterTupleType(SwiftParser.TupleTypeContext ctx)
          Enter a parse tree produced by SwiftParser.tupleType().
 void enterTupleTypeBody(SwiftParser.TupleTypeBodyContext ctx)
          Enter a parse tree produced by SwiftParser.tupleTypeBody().
 void enterTupleTypeElement(SwiftParser.TupleTypeElementContext ctx)
          Enter a parse tree produced by SwiftParser.tupleTypeElement().
 void enterTupleTypeElementList(SwiftParser.TupleTypeElementListContext ctx)
          Enter a parse tree produced by SwiftParser.tupleTypeElementList().
 void enterTypealiasAssignment(SwiftParser.TypealiasAssignmentContext ctx)
          Enter a parse tree produced by SwiftParser.typealiasAssignment().
 void enterTypealiasDeclaration(SwiftParser.TypealiasDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.typealiasDeclaration().
 void enterTypealiasHead(SwiftParser.TypealiasHeadContext ctx)
          Enter a parse tree produced by SwiftParser.typealiasHead().
 void enterTypealiasName(SwiftParser.TypealiasNameContext ctx)
          Enter a parse tree produced by SwiftParser.typealiasName().
 void enterTypeAnnotation(SwiftParser.TypeAnnotationContext ctx)
          Enter a parse tree produced by SwiftParser.typeAnnotation().
 void enterTypeCastingOperator(SwiftParser.TypeCastingOperatorContext ctx)
          Enter a parse tree produced by SwiftParser.typeCastingOperator().
 void enterTypeCastingPattern(SwiftParser.TypeCastingPatternContext ctx)
          Enter a parse tree produced by SwiftParser.typeCastingPattern().
 void enterTypeIdentifier(SwiftParser.TypeIdentifierContext ctx)
          Enter a parse tree produced by SwiftParser.typeIdentifier().
 void enterTypeInheritanceClause(SwiftParser.TypeInheritanceClauseContext ctx)
          Enter a parse tree produced by SwiftParser.typeInheritanceClause().
 void enterTypeInheritanceList(SwiftParser.TypeInheritanceListContext ctx)
          Enter a parse tree produced by SwiftParser.typeInheritanceList().
 void enterTypeName(SwiftParser.TypeNameContext ctx)
          Enter a parse tree produced by SwiftParser.typeName().
 void enterUnionStyleEnum(SwiftParser.UnionStyleEnumContext ctx)
          Enter a parse tree produced by SwiftParser.unionStyleEnum().
 void enterUnionStyleEnumCase(SwiftParser.UnionStyleEnumCaseContext ctx)
          Enter a parse tree produced by SwiftParser.unionStyleEnumCase().
 void enterUnionStyleEnumCaseClause(SwiftParser.UnionStyleEnumCaseClauseContext ctx)
          Enter a parse tree produced by SwiftParser.unionStyleEnumCaseClause().
 void enterUnionStyleEnumCaseList(SwiftParser.UnionStyleEnumCaseListContext ctx)
          Enter a parse tree produced by SwiftParser.unionStyleEnumCaseList().
 void enterUnionStyleEnumMember(SwiftParser.UnionStyleEnumMemberContext ctx)
          Enter a parse tree produced by SwiftParser.unionStyleEnumMember().
 void enterUnionStyleEnumMembers(SwiftParser.UnionStyleEnumMembersContext ctx)
          Enter a parse tree produced by SwiftParser.unionStyleEnumMembers().
 void enterValueBindingPattern(SwiftParser.ValueBindingPatternContext ctx)
          Enter a parse tree produced by SwiftParser.valueBindingPattern().
 void enterVariableDeclaration(SwiftParser.VariableDeclarationContext ctx)
          Enter a parse tree produced by SwiftParser.variableDeclaration().
 void enterVariableDeclarationHead(SwiftParser.VariableDeclarationHeadContext ctx)
          Enter a parse tree produced by SwiftParser.variableDeclarationHead().
 void enterVariableName(SwiftParser.VariableNameContext ctx)
          Enter a parse tree produced by SwiftParser.variableName().
 void enterWhereClause(SwiftParser.WhereClauseContext ctx)
          Enter a parse tree produced by SwiftParser.whereClause().
 void enterWhereExpression(SwiftParser.WhereExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.whereExpression().
 void enterWhileStatement(SwiftParser.WhileStatementContext ctx)
          Enter a parse tree produced by SwiftParser.whileStatement().
 void enterWildcardExpression(SwiftParser.WildcardExpressionContext ctx)
          Enter a parse tree produced by SwiftParser.wildcardExpression().
 void enterWildcardPattern(SwiftParser.WildcardPatternContext ctx)
          Enter a parse tree produced by SwiftParser.wildcardPattern().
 void enterWillSetClause(SwiftParser.WillSetClauseContext ctx)
          Enter a parse tree produced by SwiftParser.willSetClause().
 void enterWillSetDidSetBlock(SwiftParser.WillSetDidSetBlockContext ctx)
          Enter a parse tree produced by SwiftParser.willSetDidSetBlock().
 void exitAccessLevelModifier(SwiftParser.AccessLevelModifierContext ctx)
          Exit a parse tree produced by SwiftParser.accessLevelModifier().
 void exitAccessLevelModifiers(SwiftParser.AccessLevelModifiersContext ctx)
          Exit a parse tree produced by SwiftParser.accessLevelModifiers().
 void exitArchitecture(SwiftParser.ArchitectureContext ctx)
          Exit a parse tree produced by SwiftParser.architecture().
 void exitArrayLiteral(SwiftParser.ArrayLiteralContext ctx)
          Exit a parse tree produced by SwiftParser.arrayLiteral().
 void exitArrayLiteralItem(SwiftParser.ArrayLiteralItemContext ctx)
          Exit a parse tree produced by SwiftParser.arrayLiteralItem().
 void exitArrayLiteralItems(SwiftParser.ArrayLiteralItemsContext ctx)
          Exit a parse tree produced by SwiftParser.arrayLiteralItems().
 void exitArrayType(SwiftParser.ArrayTypeContext ctx)
          Exit a parse tree produced by SwiftParser.arrayType().
 void exitAsPattern(SwiftParser.AsPatternContext ctx)
          Exit a parse tree produced by SwiftParser.asPattern().
 void exitAssignmentOperator(SwiftParser.AssignmentOperatorContext ctx)
          Exit a parse tree produced by SwiftParser.assignmentOperator().
 void exitAssociativity(SwiftParser.AssociativityContext ctx)
          Exit a parse tree produced by SwiftParser.associativity().
 void exitAssociativityClause(SwiftParser.AssociativityClauseContext ctx)
          Exit a parse tree produced by SwiftParser.associativityClause().
 void exitAttribute(SwiftParser.AttributeContext ctx)
          Exit a parse tree produced by SwiftParser.attribute().
 void exitAttributeArgumentClause(SwiftParser.AttributeArgumentClauseContext ctx)
          Exit a parse tree produced by SwiftParser.attributeArgumentClause().
 void exitAttributeName(SwiftParser.AttributeNameContext ctx)
          Exit a parse tree produced by SwiftParser.attributeName().
 void exitAttributes(SwiftParser.AttributesContext ctx)
          Exit a parse tree produced by SwiftParser.attributes().
 void exitAvailabilityArgument(SwiftParser.AvailabilityArgumentContext ctx)
          Exit a parse tree produced by SwiftParser.availabilityArgument().
 void exitAvailabilityArguments(SwiftParser.AvailabilityArgumentsContext ctx)
          Exit a parse tree produced by SwiftParser.availabilityArguments().
 void exitAvailabilityCondition(SwiftParser.AvailabilityConditionContext ctx)
          Exit a parse tree produced by SwiftParser.availabilityCondition().
 void exitBalancedToken(SwiftParser.BalancedTokenContext ctx)
          Exit a parse tree produced by SwiftParser.balancedToken().
 void exitBalancedTokens(SwiftParser.BalancedTokensContext ctx)
          Exit a parse tree produced by SwiftParser.balancedTokens().
 void exitBinaryExpression(SwiftParser.BinaryExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.binaryExpression().
 void exitBinaryOperator(SwiftParser.BinaryOperatorContext ctx)
          Exit a parse tree produced by SwiftParser.binaryOperator().
 void exitBooleanLiteral(SwiftParser.BooleanLiteralContext ctx)
          Exit a parse tree produced by SwiftParser.booleanLiteral().
 void exitBranchStatement(SwiftParser.BranchStatementContext ctx)
          Exit a parse tree produced by SwiftParser.branchStatement().
 void exitBreakStatement(SwiftParser.BreakStatementContext ctx)
          Exit a parse tree produced by SwiftParser.breakStatement().
 void exitBuildConfiguration(SwiftParser.BuildConfigurationContext ctx)
          Exit a parse tree produced by SwiftParser.buildConfiguration().
 void exitBuildConfigurationElseClause(SwiftParser.BuildConfigurationElseClauseContext ctx)
          Exit a parse tree produced by SwiftParser.buildConfigurationElseClause().
 void exitBuildConfigurationElseIfClause(SwiftParser.BuildConfigurationElseIfClauseContext ctx)
          Exit a parse tree produced by SwiftParser.buildConfigurationElseIfClause().
 void exitBuildConfigurationElseIfClauses(SwiftParser.BuildConfigurationElseIfClausesContext ctx)
          Exit a parse tree produced by SwiftParser.buildConfigurationElseIfClauses().
 void exitBuildConfigurationStatement(SwiftParser.BuildConfigurationStatementContext ctx)
          Exit a parse tree produced by SwiftParser.buildConfigurationStatement().
 void exitCaptureList(SwiftParser.CaptureListContext ctx)
          Exit a parse tree produced by SwiftParser.captureList().
 void exitCaptureListItem(SwiftParser.CaptureListItemContext ctx)
          Exit a parse tree produced by SwiftParser.captureListItem().
 void exitCaptureListItems(SwiftParser.CaptureListItemsContext ctx)
          Exit a parse tree produced by SwiftParser.captureListItems().
 void exitCaptureSpecifier(SwiftParser.CaptureSpecifierContext ctx)
          Exit a parse tree produced by SwiftParser.captureSpecifier().
 void exitCaseCondition(SwiftParser.CaseConditionContext ctx)
          Exit a parse tree produced by SwiftParser.caseCondition().
 void exitCaseItem(SwiftParser.CaseItemContext ctx)
          Exit a parse tree produced by SwiftParser.caseItem().
 void exitCaseItemList(SwiftParser.CaseItemListContext ctx)
          Exit a parse tree produced by SwiftParser.caseItemList().
 void exitCaseLabel(SwiftParser.CaseLabelContext ctx)
          Exit a parse tree produced by SwiftParser.caseLabel().
 void exitCatchClause(SwiftParser.CatchClauseContext ctx)
          Exit a parse tree produced by SwiftParser.catchClause().
 void exitCatchClauses(SwiftParser.CatchClausesContext ctx)
          Exit a parse tree produced by SwiftParser.catchClauses().
 void exitClassBody(SwiftParser.ClassBodyContext ctx)
          Exit a parse tree produced by SwiftParser.classBody().
 void exitClassDeclaration(SwiftParser.ClassDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.classDeclaration().
 void exitClassName(SwiftParser.ClassNameContext ctx)
          Exit a parse tree produced by SwiftParser.className().
 void exitClassRequirement(SwiftParser.ClassRequirementContext ctx)
          Exit a parse tree produced by SwiftParser.classRequirement().
 void exitClosureExpression(SwiftParser.ClosureExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.closureExpression().
 void exitClosureSignature(SwiftParser.ClosureSignatureContext ctx)
          Exit a parse tree produced by SwiftParser.closureSignature().
 void exitCodeBlock(SwiftParser.CodeBlockContext ctx)
          Exit a parse tree produced by SwiftParser.codeBlock().
 void exitCompilerControlStatement(SwiftParser.CompilerControlStatementContext ctx)
          Exit a parse tree produced by SwiftParser.compilerControlStatement().
 void exitCondition(SwiftParser.ConditionContext ctx)
          Exit a parse tree produced by SwiftParser.condition().
 void exitConditionalOperator(SwiftParser.ConditionalOperatorContext ctx)
          Exit a parse tree produced by SwiftParser.conditionalOperator().
 void exitConditionClause(SwiftParser.ConditionClauseContext ctx)
          Exit a parse tree produced by SwiftParser.conditionClause().
 void exitConditionList(SwiftParser.ConditionListContext ctx)
          Exit a parse tree produced by SwiftParser.conditionList().
 void exitConformanceRequirement(SwiftParser.ConformanceRequirementContext ctx)
          Exit a parse tree produced by SwiftParser.conformanceRequirement().
 void exitConstantDeclaration(SwiftParser.ConstantDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.constantDeclaration().
 void exitContextSensitiveKeyword(SwiftParser.ContextSensitiveKeywordContext ctx)
          Exit a parse tree produced by SwiftParser.contextSensitiveKeyword().
 void exitContinueStatement(SwiftParser.ContinueStatementContext ctx)
          Exit a parse tree produced by SwiftParser.continueStatement().
 void exitControlTransferStatement(SwiftParser.ControlTransferStatementContext ctx)
          Exit a parse tree produced by SwiftParser.controlTransferStatement().
 void exitDeclaration(SwiftParser.DeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.declaration().
 void exitDeclarationModifier(SwiftParser.DeclarationModifierContext ctx)
          Exit a parse tree produced by SwiftParser.declarationModifier().
 void exitDeclarationModifiers(SwiftParser.DeclarationModifiersContext ctx)
          Exit a parse tree produced by SwiftParser.declarationModifiers().
 void exitDeclarations(SwiftParser.DeclarationsContext ctx)
          Exit a parse tree produced by SwiftParser.declarations().
 void exitDefaultArgumentClause(SwiftParser.DefaultArgumentClauseContext ctx)
          Exit a parse tree produced by SwiftParser.defaultArgumentClause().
 void exitDefaultLabel(SwiftParser.DefaultLabelContext ctx)
          Exit a parse tree produced by SwiftParser.defaultLabel().
 void exitDeferStatement(SwiftParser.DeferStatementContext ctx)
          Exit a parse tree produced by SwiftParser.deferStatement().
 void exitDeinitializerDeclaration(SwiftParser.DeinitializerDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.deinitializerDeclaration().
 void exitDictionaryLiteral(SwiftParser.DictionaryLiteralContext ctx)
          Exit a parse tree produced by SwiftParser.dictionaryLiteral().
 void exitDictionaryLiteralItem(SwiftParser.DictionaryLiteralItemContext ctx)
          Exit a parse tree produced by SwiftParser.dictionaryLiteralItem().
 void exitDictionaryLiteralItems(SwiftParser.DictionaryLiteralItemsContext ctx)
          Exit a parse tree produced by SwiftParser.dictionaryLiteralItems().
 void exitDictionaryType(SwiftParser.DictionaryTypeContext ctx)
          Exit a parse tree produced by SwiftParser.dictionaryType().
 void exitDidSetClause(SwiftParser.DidSetClauseContext ctx)
          Exit a parse tree produced by SwiftParser.didSetClause().
 void exitDoStatement(SwiftParser.DoStatementContext ctx)
          Exit a parse tree produced by SwiftParser.doStatement().
 void exitDynamicTypeExpression(SwiftParser.DynamicTypeExpressionContext ctx)
          Exit a parse tree produced by the dynamicTypeExpression labeled alternative in SwiftParser.postfixExpression().
 void exitElementName(SwiftParser.ElementNameContext ctx)
          Exit a parse tree produced by SwiftParser.elementName().
 void exitElseClause(SwiftParser.ElseClauseContext ctx)
          Exit a parse tree produced by SwiftParser.elseClause().
 void exitEnumCaseName(SwiftParser.EnumCaseNameContext ctx)
          Exit a parse tree produced by SwiftParser.enumCaseName().
 void exitEnumCasePattern(SwiftParser.EnumCasePatternContext ctx)
          Exit a parse tree produced by SwiftParser.enumCasePattern().
 void exitEnumDeclaration(SwiftParser.EnumDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.enumDeclaration().
 void exitEnumDef(SwiftParser.EnumDefContext ctx)
          Exit a parse tree produced by SwiftParser.enumDef().
 void exitEnumName(SwiftParser.EnumNameContext ctx)
          Exit a parse tree produced by SwiftParser.enumName().
 void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
          
 void exitExplicitMemberExpression1(SwiftParser.ExplicitMemberExpression1Context ctx)
          Exit a parse tree produced by the explicitMemberExpression1 labeled alternative in SwiftParser.postfixExpression().
 void exitExplicitMemberExpression2(SwiftParser.ExplicitMemberExpression2Context ctx)
          Exit a parse tree produced by the explicitMemberExpression2 labeled alternative in SwiftParser.postfixExpression().
 void exitExpression(SwiftParser.ExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.expression().
 void exitExpressionElement(SwiftParser.ExpressionElementContext ctx)
          Exit a parse tree produced by SwiftParser.expressionElement().
 void exitExpressionElementList(SwiftParser.ExpressionElementListContext ctx)
          Exit a parse tree produced by SwiftParser.expressionElementList().
 void exitExpressionList(SwiftParser.ExpressionListContext ctx)
          Exit a parse tree produced by SwiftParser.expressionList().
 void exitExpressionPattern(SwiftParser.ExpressionPatternContext ctx)
          Exit a parse tree produced by SwiftParser.expressionPattern().
 void exitExtensionBody(SwiftParser.ExtensionBodyContext ctx)
          Exit a parse tree produced by SwiftParser.extensionBody().
 void exitExtensionDeclaration(SwiftParser.ExtensionDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.extensionDeclaration().
 void exitExternalParameterName(SwiftParser.ExternalParameterNameContext ctx)
          Exit a parse tree produced by SwiftParser.externalParameterName().
 void exitFallthroughStatement(SwiftParser.FallthroughStatementContext ctx)
          Exit a parse tree produced by SwiftParser.fallthroughStatement().
 void exitFileName(SwiftParser.FileNameContext ctx)
          Exit a parse tree produced by SwiftParser.fileName().
 void exitForcedValueExpression(SwiftParser.ForcedValueExpressionContext ctx)
          Exit a parse tree produced by the forcedValueExpression labeled alternative in SwiftParser.postfixExpression().
 void exitForInit(SwiftParser.ForInitContext ctx)
          Exit a parse tree produced by SwiftParser.forInit().
 void exitForInStatement(SwiftParser.ForInStatementContext ctx)
          Exit a parse tree produced by SwiftParser.forInStatement().
 void exitForStatement(SwiftParser.ForStatementContext ctx)
          Exit a parse tree produced by SwiftParser.forStatement().
 void exitFunctionBody(SwiftParser.FunctionBodyContext ctx)
          Exit a parse tree produced by SwiftParser.functionBody().
 void exitFunctionCallExpression(SwiftParser.FunctionCallExpressionContext ctx)
          Exit a parse tree produced by the functionCallExpression labeled alternative in SwiftParser.postfixExpression().
 void exitFunctionCallWithClosureExpression(SwiftParser.FunctionCallWithClosureExpressionContext ctx)
          Exit a parse tree produced by the functionCallWithClosureExpression labeled alternative in SwiftParser.postfixExpression().
 void exitFunctionDeclaration(SwiftParser.FunctionDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.functionDeclaration().
 void exitFunctionHead(SwiftParser.FunctionHeadContext ctx)
          Exit a parse tree produced by SwiftParser.functionHead().
 void exitFunctionName(SwiftParser.FunctionNameContext ctx)
          Exit a parse tree produced by SwiftParser.functionName().
 void exitFunctionResult(SwiftParser.FunctionResultContext ctx)
          Exit a parse tree produced by SwiftParser.functionResult().
 void exitFunctionSignature(SwiftParser.FunctionSignatureContext ctx)
          Exit a parse tree produced by SwiftParser.functionSignature().
 void exitGenericArgument(SwiftParser.GenericArgumentContext ctx)
          Exit a parse tree produced by SwiftParser.genericArgument().
 void exitGenericArgumentClause(SwiftParser.GenericArgumentClauseContext ctx)
          Exit a parse tree produced by SwiftParser.genericArgumentClause().
 void exitGenericArgumentList(SwiftParser.GenericArgumentListContext ctx)
          Exit a parse tree produced by SwiftParser.genericArgumentList().
 void exitGenericParameter(SwiftParser.GenericParameterContext ctx)
          Exit a parse tree produced by SwiftParser.genericParameter().
 void exitGenericParameterClause(SwiftParser.GenericParameterClauseContext ctx)
          Exit a parse tree produced by SwiftParser.genericParameterClause().
 void exitGenericParameterList(SwiftParser.GenericParameterListContext ctx)
          Exit a parse tree produced by SwiftParser.genericParameterList().
 void exitGetterClause(SwiftParser.GetterClauseContext ctx)
          Exit a parse tree produced by SwiftParser.getterClause().
 void exitGetterKeywordClause(SwiftParser.GetterKeywordClauseContext ctx)
          Exit a parse tree produced by SwiftParser.getterKeywordClause().
 void exitGetterSetterBlock(SwiftParser.GetterSetterBlockContext ctx)
          Exit a parse tree produced by SwiftParser.getterSetterBlock().
 void exitGetterSetterKeywordBlock(SwiftParser.GetterSetterKeywordBlockContext ctx)
          Exit a parse tree produced by SwiftParser.getterSetterKeywordBlock().
 void exitGuardStatement(SwiftParser.GuardStatementContext ctx)
          Exit a parse tree produced by SwiftParser.guardStatement().
 void exitIdentifier(SwiftParser.IdentifierContext ctx)
          Exit a parse tree produced by SwiftParser.identifier().
 void exitIdentifierList(SwiftParser.IdentifierListContext ctx)
          Exit a parse tree produced by SwiftParser.identifierList().
 void exitIdentifierPattern(SwiftParser.IdentifierPatternContext ctx)
          Exit a parse tree produced by SwiftParser.identifierPattern().
 void exitIfStatement(SwiftParser.IfStatementContext ctx)
          Exit a parse tree produced by SwiftParser.ifStatement().
 void exitImplicitlyUnwrappedOptionalType(SwiftParser.ImplicitlyUnwrappedOptionalTypeContext ctx)
          Exit a parse tree produced by SwiftParser.implicitlyUnwrappedOptionalType().
 void exitImplicitMemberExpression(SwiftParser.ImplicitMemberExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.implicitMemberExpression().
 void exitImportDeclaration(SwiftParser.ImportDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.importDeclaration().
 void exitImportKind(SwiftParser.ImportKindContext ctx)
          Exit a parse tree produced by SwiftParser.importKind().
 void exitImportPath(SwiftParser.ImportPathContext ctx)
          Exit a parse tree produced by SwiftParser.importPath().
 void exitImportPathIdentifier(SwiftParser.ImportPathIdentifierContext ctx)
          Exit a parse tree produced by SwiftParser.importPathIdentifier().
 void exitInfixOperatorAttributes(SwiftParser.InfixOperatorAttributesContext ctx)
          Exit a parse tree produced by SwiftParser.infixOperatorAttributes().
 void exitInfixOperatorDeclaration(SwiftParser.InfixOperatorDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.infixOperatorDeclaration().
 void exitInitializer(SwiftParser.InitializerContext ctx)
          Exit a parse tree produced by SwiftParser.initializer().
 void exitInitializerBody(SwiftParser.InitializerBodyContext ctx)
          Exit a parse tree produced by SwiftParser.initializerBody().
 void exitInitializerDeclaration(SwiftParser.InitializerDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.initializerDeclaration().
 void exitInitializerExpression(SwiftParser.InitializerExpressionContext ctx)
          Exit a parse tree produced by the initializerExpression labeled alternative in SwiftParser.postfixExpression().
 void exitInitializerHead(SwiftParser.InitializerHeadContext ctx)
          Exit a parse tree produced by SwiftParser.initializerHead().
 void exitInOutExpression(SwiftParser.InOutExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.inOutExpression().
 void exitIntegerLiteral(SwiftParser.IntegerLiteralContext ctx)
          Exit a parse tree produced by SwiftParser.integerLiteral().
 void exitIsPattern(SwiftParser.IsPatternContext ctx)
          Exit a parse tree produced by SwiftParser.isPattern().
 void exitKeyword(SwiftParser.KeywordContext ctx)
          Exit a parse tree produced by SwiftParser.keyword().
 void exitLabeledStatement(SwiftParser.LabeledStatementContext ctx)
          Exit a parse tree produced by SwiftParser.labeledStatement().
 void exitLabelName(SwiftParser.LabelNameContext ctx)
          Exit a parse tree produced by SwiftParser.labelName().
 void exitLineControlStatement(SwiftParser.LineControlStatementContext ctx)
          Exit a parse tree produced by SwiftParser.lineControlStatement().
 void exitLineNumber(SwiftParser.LineNumberContext ctx)
          Exit a parse tree produced by SwiftParser.lineNumber().
 void exitLiteral(SwiftParser.LiteralContext ctx)
          Exit a parse tree produced by SwiftParser.literal().
 void exitLiteralExpression(SwiftParser.LiteralExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.literalExpression().
 void exitLocalParameterName(SwiftParser.LocalParameterNameContext ctx)
          Exit a parse tree produced by SwiftParser.localParameterName().
 void exitLoopStatement(SwiftParser.LoopStatementContext ctx)
          Exit a parse tree produced by SwiftParser.loopStatement().
 void exitMetatypeType(SwiftParser.MetatypeTypeContext ctx)
          Exit a parse tree produced by SwiftParser.metatypeType().
 void exitNumericLiteral(SwiftParser.NumericLiteralContext ctx)
          Exit a parse tree produced by SwiftParser.numericLiteral().
 void exitOperatingSystem(SwiftParser.OperatingSystemContext ctx)
          Exit a parse tree produced by SwiftParser.operatingSystem().
 void exitOperator(SwiftParser.OperatorContext ctx)
          Exit a parse tree produced by SwiftParser.operator().
 void exitOperatorCharacter(SwiftParser.OperatorCharacterContext ctx)
          Exit a parse tree produced by SwiftParser.operatorCharacter().
 void exitOperatorDeclaration(SwiftParser.OperatorDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.operatorDeclaration().
 void exitOperatorHead(SwiftParser.OperatorHeadContext ctx)
          Exit a parse tree produced by SwiftParser.operatorHead().
 void exitOptionalBindingCondition(SwiftParser.OptionalBindingConditionContext ctx)
          Exit a parse tree produced by SwiftParser.optionalBindingCondition().
 void exitOptionalBindingContinuation(SwiftParser.OptionalBindingContinuationContext ctx)
          Exit a parse tree produced by SwiftParser.optionalBindingContinuation().
 void exitOptionalBindingContinuationList(SwiftParser.OptionalBindingContinuationListContext ctx)
          Exit a parse tree produced by SwiftParser.optionalBindingContinuationList().
 void exitOptionalBindingHead(SwiftParser.OptionalBindingHeadContext ctx)
          Exit a parse tree produced by SwiftParser.optionalBindingHead().
 void exitOptionalChainingExpression(SwiftParser.OptionalChainingExpressionContext ctx)
          Exit a parse tree produced by the optionalChainingExpression labeled alternative in SwiftParser.postfixExpression().
 void exitOptionalType(SwiftParser.OptionalTypeContext ctx)
          Exit a parse tree produced by SwiftParser.optionalType().
 void exitParameter(SwiftParser.ParameterContext ctx)
          Exit a parse tree produced by SwiftParser.parameter().
 void exitParameterClause(SwiftParser.ParameterClauseContext ctx)
          Exit a parse tree produced by SwiftParser.parameterClause().
 void exitParameterClauses(SwiftParser.ParameterClausesContext ctx)
          Exit a parse tree produced by SwiftParser.parameterClauses().
 void exitParameterList(SwiftParser.ParameterListContext ctx)
          Exit a parse tree produced by SwiftParser.parameterList().
 void exitParenthesizedExpression(SwiftParser.ParenthesizedExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.parenthesizedExpression().
 void exitPattern(SwiftParser.PatternContext ctx)
          Exit a parse tree produced by SwiftParser.pattern().
 void exitPatternInitializer(SwiftParser.PatternInitializerContext ctx)
          Exit a parse tree produced by SwiftParser.patternInitializer().
 void exitPatternInitializerList(SwiftParser.PatternInitializerListContext ctx)
          Exit a parse tree produced by SwiftParser.patternInitializerList().
 void exitPlatformName(SwiftParser.PlatformNameContext ctx)
          Exit a parse tree produced by SwiftParser.platformName().
 void exitPlatformTestingFunction(SwiftParser.PlatformTestingFunctionContext ctx)
          Exit a parse tree produced by SwiftParser.platformTestingFunction().
 void exitPlatformVersion(SwiftParser.PlatformVersionContext ctx)
          Exit a parse tree produced by SwiftParser.platformVersion().
 void exitPostfixOperation(SwiftParser.PostfixOperationContext ctx)
          Exit a parse tree produced by the postfixOperation labeled alternative in SwiftParser.postfixExpression().
 void exitPostfixOperator(SwiftParser.PostfixOperatorContext ctx)
          Exit a parse tree produced by SwiftParser.postfixOperator().
 void exitPostfixOperatorDeclaration(SwiftParser.PostfixOperatorDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.postfixOperatorDeclaration().
 void exitPostfixSelfExpression(SwiftParser.PostfixSelfExpressionContext ctx)
          Exit a parse tree produced by the postfixSelfExpression labeled alternative in SwiftParser.postfixExpression().
 void exitPrecedenceClause(SwiftParser.PrecedenceClauseContext ctx)
          Exit a parse tree produced by SwiftParser.precedenceClause().
 void exitPrecedenceLevel(SwiftParser.PrecedenceLevelContext ctx)
          Exit a parse tree produced by SwiftParser.precedenceLevel().
 void exitPrefixExpression(SwiftParser.PrefixExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.prefixExpression().
 void exitPrefixOperator(SwiftParser.PrefixOperatorContext ctx)
          Exit a parse tree produced by SwiftParser.prefixOperator().
 void exitPrefixOperatorDeclaration(SwiftParser.PrefixOperatorDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.prefixOperatorDeclaration().
 void exitPrimary(SwiftParser.PrimaryContext ctx)
          Exit a parse tree produced by the primary labeled alternative in SwiftParser.postfixExpression().
 void exitPrimaryExpression(SwiftParser.PrimaryExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.primaryExpression().
 void exitProtocolAssociatedTypeDeclaration(SwiftParser.ProtocolAssociatedTypeDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.protocolAssociatedTypeDeclaration().
 void exitProtocolBody(SwiftParser.ProtocolBodyContext ctx)
          Exit a parse tree produced by SwiftParser.protocolBody().
 void exitProtocolCompositionType(SwiftParser.ProtocolCompositionTypeContext ctx)
          Exit a parse tree produced by SwiftParser.protocolCompositionType().
 void exitProtocolDeclaration(SwiftParser.ProtocolDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.protocolDeclaration().
 void exitProtocolIdentifier(SwiftParser.ProtocolIdentifierContext ctx)
          Exit a parse tree produced by SwiftParser.protocolIdentifier().
 void exitProtocolIdentifierList(SwiftParser.ProtocolIdentifierListContext ctx)
          Exit a parse tree produced by SwiftParser.protocolIdentifierList().
 void exitProtocolInitializerDeclaration(SwiftParser.ProtocolInitializerDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.protocolInitializerDeclaration().
 void exitProtocolMemberDeclaration(SwiftParser.ProtocolMemberDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.protocolMemberDeclaration().
 void exitProtocolMemberDeclarations(SwiftParser.ProtocolMemberDeclarationsContext ctx)
          Exit a parse tree produced by SwiftParser.protocolMemberDeclarations().
 void exitProtocolMethodDeclaration(SwiftParser.ProtocolMethodDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.protocolMethodDeclaration().
 void exitProtocolName(SwiftParser.ProtocolNameContext ctx)
          Exit a parse tree produced by SwiftParser.protocolName().
 void exitProtocolPropertyDeclaration(SwiftParser.ProtocolPropertyDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.protocolPropertyDeclaration().
 void exitProtocolSubscriptDeclaration(SwiftParser.ProtocolSubscriptDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.protocolSubscriptDeclaration().
 void exitRawValueAssignment(SwiftParser.RawValueAssignmentContext ctx)
          Exit a parse tree produced by SwiftParser.rawValueAssignment().
 void exitRawValueStyleEnum(SwiftParser.RawValueStyleEnumContext ctx)
          Exit a parse tree produced by SwiftParser.rawValueStyleEnum().
 void exitRawValueStyleEnumCase(SwiftParser.RawValueStyleEnumCaseContext ctx)
          Exit a parse tree produced by SwiftParser.rawValueStyleEnumCase().
 void exitRawValueStyleEnumCaseClause(SwiftParser.RawValueStyleEnumCaseClauseContext ctx)
          Exit a parse tree produced by SwiftParser.rawValueStyleEnumCaseClause().
 void exitRawValueStyleEnumCaseList(SwiftParser.RawValueStyleEnumCaseListContext ctx)
          Exit a parse tree produced by SwiftParser.rawValueStyleEnumCaseList().
 void exitRawValueStyleEnumMember(SwiftParser.RawValueStyleEnumMemberContext ctx)
          Exit a parse tree produced by SwiftParser.rawValueStyleEnumMember().
 void exitRawValueStyleEnumMembers(SwiftParser.RawValueStyleEnumMembersContext ctx)
          Exit a parse tree produced by SwiftParser.rawValueStyleEnumMembers().
 void exitRepeatWhileStatement(SwiftParser.RepeatWhileStatementContext ctx)
          Exit a parse tree produced by SwiftParser.repeatWhileStatement().
 void exitRequirement(SwiftParser.RequirementContext ctx)
          Exit a parse tree produced by SwiftParser.requirement().
 void exitRequirementClause(SwiftParser.RequirementClauseContext ctx)
          Exit a parse tree produced by SwiftParser.requirementClause().
 void exitRequirementList(SwiftParser.RequirementListContext ctx)
          Exit a parse tree produced by SwiftParser.requirementList().
 void exitReturnStatement(SwiftParser.ReturnStatementContext ctx)
          Exit a parse tree produced by SwiftParser.returnStatement().
 void exitSameTypeRequirement(SwiftParser.SameTypeRequirementContext ctx)
          Exit a parse tree produced by SwiftParser.sameTypeRequirement().
 void exitSelfExpression(SwiftParser.SelfExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.selfExpression().
 void exitSetterClause(SwiftParser.SetterClauseContext ctx)
          Exit a parse tree produced by SwiftParser.setterClause().
 void exitSetterKeywordClause(SwiftParser.SetterKeywordClauseContext ctx)
          Exit a parse tree produced by SwiftParser.setterKeywordClause().
 void exitSetterName(SwiftParser.SetterNameContext ctx)
          Exit a parse tree produced by SwiftParser.setterName().
 void exitStatement(SwiftParser.StatementContext ctx)
          Exit a parse tree produced by SwiftParser.statement().
 void exitStatementLabel(SwiftParser.StatementLabelContext ctx)
          Exit a parse tree produced by SwiftParser.statementLabel().
 void exitStatements(SwiftParser.StatementsContext ctx)
          Exit a parse tree produced by SwiftParser.statements().
 void exitStructBody(SwiftParser.StructBodyContext ctx)
          Exit a parse tree produced by SwiftParser.structBody().
 void exitStructDeclaration(SwiftParser.StructDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.structDeclaration().
 void exitStructName(SwiftParser.StructNameContext ctx)
          Exit a parse tree produced by SwiftParser.structName().
 void exitSType(SwiftParser.STypeContext ctx)
          Exit a parse tree produced by SwiftParser.sType().
 void exitSubscriptDeclaration(SwiftParser.SubscriptDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.subscriptDeclaration().
 void exitSubscriptExpression(SwiftParser.SubscriptExpressionContext ctx)
          Exit a parse tree produced by the subscriptExpression labeled alternative in SwiftParser.postfixExpression().
 void exitSubscriptHead(SwiftParser.SubscriptHeadContext ctx)
          Exit a parse tree produced by SwiftParser.subscriptHead().
 void exitSubscriptResult(SwiftParser.SubscriptResultContext ctx)
          Exit a parse tree produced by SwiftParser.subscriptResult().
 void exitSuperclassExpression(SwiftParser.SuperclassExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.superclassExpression().
 void exitSuperclassInitializerExpression(SwiftParser.SuperclassInitializerExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.superclassInitializerExpression().
 void exitSuperclassMethodExpression(SwiftParser.SuperclassMethodExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.superclassMethodExpression().
 void exitSuperclassSubscriptExpression(SwiftParser.SuperclassSubscriptExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.superclassSubscriptExpression().
 void exitSwitchCase(SwiftParser.SwitchCaseContext ctx)
          Exit a parse tree produced by SwiftParser.switchCase().
 void exitSwitchCases(SwiftParser.SwitchCasesContext ctx)
          Exit a parse tree produced by SwiftParser.switchCases().
 void exitSwitchStatement(SwiftParser.SwitchStatementContext ctx)
          Exit a parse tree produced by SwiftParser.switchStatement().
 void exitThrowStatement(SwiftParser.ThrowStatementContext ctx)
          Exit a parse tree produced by SwiftParser.throwStatement().
 void exitTopLevel(SwiftParser.TopLevelContext ctx)
          Exit a parse tree produced by SwiftParser.topLevel().
 void exitTryOperator(SwiftParser.TryOperatorContext ctx)
          Exit a parse tree produced by SwiftParser.tryOperator().
 void exitTuplePattern(SwiftParser.TuplePatternContext ctx)
          Exit a parse tree produced by SwiftParser.tuplePattern().
 void exitTuplePatternElement(SwiftParser.TuplePatternElementContext ctx)
          Exit a parse tree produced by SwiftParser.tuplePatternElement().
 void exitTuplePatternElementList(SwiftParser.TuplePatternElementListContext ctx)
          Exit a parse tree produced by SwiftParser.tuplePatternElementList().
 void exitTupleType(SwiftParser.TupleTypeContext ctx)
          Exit a parse tree produced by SwiftParser.tupleType().
 void exitTupleTypeBody(SwiftParser.TupleTypeBodyContext ctx)
          Exit a parse tree produced by SwiftParser.tupleTypeBody().
 void exitTupleTypeElement(SwiftParser.TupleTypeElementContext ctx)
          Exit a parse tree produced by SwiftParser.tupleTypeElement().
 void exitTupleTypeElementList(SwiftParser.TupleTypeElementListContext ctx)
          Exit a parse tree produced by SwiftParser.tupleTypeElementList().
 void exitTypealiasAssignment(SwiftParser.TypealiasAssignmentContext ctx)
          Exit a parse tree produced by SwiftParser.typealiasAssignment().
 void exitTypealiasDeclaration(SwiftParser.TypealiasDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.typealiasDeclaration().
 void exitTypealiasHead(SwiftParser.TypealiasHeadContext ctx)
          Exit a parse tree produced by SwiftParser.typealiasHead().
 void exitTypealiasName(SwiftParser.TypealiasNameContext ctx)
          Exit a parse tree produced by SwiftParser.typealiasName().
 void exitTypeAnnotation(SwiftParser.TypeAnnotationContext ctx)
          Exit a parse tree produced by SwiftParser.typeAnnotation().
 void exitTypeCastingOperator(SwiftParser.TypeCastingOperatorContext ctx)
          Exit a parse tree produced by SwiftParser.typeCastingOperator().
 void exitTypeCastingPattern(SwiftParser.TypeCastingPatternContext ctx)
          Exit a parse tree produced by SwiftParser.typeCastingPattern().
 void exitTypeIdentifier(SwiftParser.TypeIdentifierContext ctx)
          Exit a parse tree produced by SwiftParser.typeIdentifier().
 void exitTypeInheritanceClause(SwiftParser.TypeInheritanceClauseContext ctx)
          Exit a parse tree produced by SwiftParser.typeInheritanceClause().
 void exitTypeInheritanceList(SwiftParser.TypeInheritanceListContext ctx)
          Exit a parse tree produced by SwiftParser.typeInheritanceList().
 void exitTypeName(SwiftParser.TypeNameContext ctx)
          Exit a parse tree produced by SwiftParser.typeName().
 void exitUnionStyleEnum(SwiftParser.UnionStyleEnumContext ctx)
          Exit a parse tree produced by SwiftParser.unionStyleEnum().
 void exitUnionStyleEnumCase(SwiftParser.UnionStyleEnumCaseContext ctx)
          Exit a parse tree produced by SwiftParser.unionStyleEnumCase().
 void exitUnionStyleEnumCaseClause(SwiftParser.UnionStyleEnumCaseClauseContext ctx)
          Exit a parse tree produced by SwiftParser.unionStyleEnumCaseClause().
 void exitUnionStyleEnumCaseList(SwiftParser.UnionStyleEnumCaseListContext ctx)
          Exit a parse tree produced by SwiftParser.unionStyleEnumCaseList().
 void exitUnionStyleEnumMember(SwiftParser.UnionStyleEnumMemberContext ctx)
          Exit a parse tree produced by SwiftParser.unionStyleEnumMember().
 void exitUnionStyleEnumMembers(SwiftParser.UnionStyleEnumMembersContext ctx)
          Exit a parse tree produced by SwiftParser.unionStyleEnumMembers().
 void exitValueBindingPattern(SwiftParser.ValueBindingPatternContext ctx)
          Exit a parse tree produced by SwiftParser.valueBindingPattern().
 void exitVariableDeclaration(SwiftParser.VariableDeclarationContext ctx)
          Exit a parse tree produced by SwiftParser.variableDeclaration().
 void exitVariableDeclarationHead(SwiftParser.VariableDeclarationHeadContext ctx)
          Exit a parse tree produced by SwiftParser.variableDeclarationHead().
 void exitVariableName(SwiftParser.VariableNameContext ctx)
          Exit a parse tree produced by SwiftParser.variableName().
 void exitWhereClause(SwiftParser.WhereClauseContext ctx)
          Exit a parse tree produced by SwiftParser.whereClause().
 void exitWhereExpression(SwiftParser.WhereExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.whereExpression().
 void exitWhileStatement(SwiftParser.WhileStatementContext ctx)
          Exit a parse tree produced by SwiftParser.whileStatement().
 void exitWildcardExpression(SwiftParser.WildcardExpressionContext ctx)
          Exit a parse tree produced by SwiftParser.wildcardExpression().
 void exitWildcardPattern(SwiftParser.WildcardPatternContext ctx)
          Exit a parse tree produced by SwiftParser.wildcardPattern().
 void exitWillSetClause(SwiftParser.WillSetClauseContext ctx)
          Exit a parse tree produced by SwiftParser.willSetClause().
 void exitWillSetDidSetBlock(SwiftParser.WillSetDidSetBlockContext ctx)
          Exit a parse tree produced by SwiftParser.willSetDidSetBlock().
 void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
          
 void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwiftBaseListener

public SwiftBaseListener()
Method Detail

enterTopLevel

public void enterTopLevel(SwiftParser.TopLevelContext ctx)
Enter a parse tree produced by SwiftParser.topLevel().

The default implementation does nothing.

Specified by:
enterTopLevel in interface SwiftListener
Parameters:
ctx - the parse tree

exitTopLevel

public void exitTopLevel(SwiftParser.TopLevelContext ctx)
Exit a parse tree produced by SwiftParser.topLevel().

The default implementation does nothing.

Specified by:
exitTopLevel in interface SwiftListener
Parameters:
ctx - the parse tree

enterStatement

public void enterStatement(SwiftParser.StatementContext ctx)
Enter a parse tree produced by SwiftParser.statement().

The default implementation does nothing.

Specified by:
enterStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitStatement

public void exitStatement(SwiftParser.StatementContext ctx)
Exit a parse tree produced by SwiftParser.statement().

The default implementation does nothing.

Specified by:
exitStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterStatements

public void enterStatements(SwiftParser.StatementsContext ctx)
Enter a parse tree produced by SwiftParser.statements().

The default implementation does nothing.

Specified by:
enterStatements in interface SwiftListener
Parameters:
ctx - the parse tree

exitStatements

public void exitStatements(SwiftParser.StatementsContext ctx)
Exit a parse tree produced by SwiftParser.statements().

The default implementation does nothing.

Specified by:
exitStatements in interface SwiftListener
Parameters:
ctx - the parse tree

enterLoopStatement

public void enterLoopStatement(SwiftParser.LoopStatementContext ctx)
Enter a parse tree produced by SwiftParser.loopStatement().

The default implementation does nothing.

Specified by:
enterLoopStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitLoopStatement

public void exitLoopStatement(SwiftParser.LoopStatementContext ctx)
Exit a parse tree produced by SwiftParser.loopStatement().

The default implementation does nothing.

Specified by:
exitLoopStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterForStatement

public void enterForStatement(SwiftParser.ForStatementContext ctx)
Enter a parse tree produced by SwiftParser.forStatement().

The default implementation does nothing.

Specified by:
enterForStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitForStatement

public void exitForStatement(SwiftParser.ForStatementContext ctx)
Exit a parse tree produced by SwiftParser.forStatement().

The default implementation does nothing.

Specified by:
exitForStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterForInit

public void enterForInit(SwiftParser.ForInitContext ctx)
Enter a parse tree produced by SwiftParser.forInit().

The default implementation does nothing.

Specified by:
enterForInit in interface SwiftListener
Parameters:
ctx - the parse tree

exitForInit

public void exitForInit(SwiftParser.ForInitContext ctx)
Exit a parse tree produced by SwiftParser.forInit().

The default implementation does nothing.

Specified by:
exitForInit in interface SwiftListener
Parameters:
ctx - the parse tree

enterForInStatement

public void enterForInStatement(SwiftParser.ForInStatementContext ctx)
Enter a parse tree produced by SwiftParser.forInStatement().

The default implementation does nothing.

Specified by:
enterForInStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitForInStatement

public void exitForInStatement(SwiftParser.ForInStatementContext ctx)
Exit a parse tree produced by SwiftParser.forInStatement().

The default implementation does nothing.

Specified by:
exitForInStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterWhileStatement

public void enterWhileStatement(SwiftParser.WhileStatementContext ctx)
Enter a parse tree produced by SwiftParser.whileStatement().

The default implementation does nothing.

Specified by:
enterWhileStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitWhileStatement

public void exitWhileStatement(SwiftParser.WhileStatementContext ctx)
Exit a parse tree produced by SwiftParser.whileStatement().

The default implementation does nothing.

Specified by:
exitWhileStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterRepeatWhileStatement

public void enterRepeatWhileStatement(SwiftParser.RepeatWhileStatementContext ctx)
Enter a parse tree produced by SwiftParser.repeatWhileStatement().

The default implementation does nothing.

Specified by:
enterRepeatWhileStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitRepeatWhileStatement

public void exitRepeatWhileStatement(SwiftParser.RepeatWhileStatementContext ctx)
Exit a parse tree produced by SwiftParser.repeatWhileStatement().

The default implementation does nothing.

Specified by:
exitRepeatWhileStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterBranchStatement

public void enterBranchStatement(SwiftParser.BranchStatementContext ctx)
Enter a parse tree produced by SwiftParser.branchStatement().

The default implementation does nothing.

Specified by:
enterBranchStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitBranchStatement

public void exitBranchStatement(SwiftParser.BranchStatementContext ctx)
Exit a parse tree produced by SwiftParser.branchStatement().

The default implementation does nothing.

Specified by:
exitBranchStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterIfStatement

public void enterIfStatement(SwiftParser.IfStatementContext ctx)
Enter a parse tree produced by SwiftParser.ifStatement().

The default implementation does nothing.

Specified by:
enterIfStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitIfStatement

public void exitIfStatement(SwiftParser.IfStatementContext ctx)
Exit a parse tree produced by SwiftParser.ifStatement().

The default implementation does nothing.

Specified by:
exitIfStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterElseClause

public void enterElseClause(SwiftParser.ElseClauseContext ctx)
Enter a parse tree produced by SwiftParser.elseClause().

The default implementation does nothing.

Specified by:
enterElseClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitElseClause

public void exitElseClause(SwiftParser.ElseClauseContext ctx)
Exit a parse tree produced by SwiftParser.elseClause().

The default implementation does nothing.

Specified by:
exitElseClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterGuardStatement

public void enterGuardStatement(SwiftParser.GuardStatementContext ctx)
Enter a parse tree produced by SwiftParser.guardStatement().

The default implementation does nothing.

Specified by:
enterGuardStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitGuardStatement

public void exitGuardStatement(SwiftParser.GuardStatementContext ctx)
Exit a parse tree produced by SwiftParser.guardStatement().

The default implementation does nothing.

Specified by:
exitGuardStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterSwitchStatement

public void enterSwitchStatement(SwiftParser.SwitchStatementContext ctx)
Enter a parse tree produced by SwiftParser.switchStatement().

The default implementation does nothing.

Specified by:
enterSwitchStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitSwitchStatement

public void exitSwitchStatement(SwiftParser.SwitchStatementContext ctx)
Exit a parse tree produced by SwiftParser.switchStatement().

The default implementation does nothing.

Specified by:
exitSwitchStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterSwitchCases

public void enterSwitchCases(SwiftParser.SwitchCasesContext ctx)
Enter a parse tree produced by SwiftParser.switchCases().

The default implementation does nothing.

Specified by:
enterSwitchCases in interface SwiftListener
Parameters:
ctx - the parse tree

exitSwitchCases

public void exitSwitchCases(SwiftParser.SwitchCasesContext ctx)
Exit a parse tree produced by SwiftParser.switchCases().

The default implementation does nothing.

Specified by:
exitSwitchCases in interface SwiftListener
Parameters:
ctx - the parse tree

enterSwitchCase

public void enterSwitchCase(SwiftParser.SwitchCaseContext ctx)
Enter a parse tree produced by SwiftParser.switchCase().

The default implementation does nothing.

Specified by:
enterSwitchCase in interface SwiftListener
Parameters:
ctx - the parse tree

exitSwitchCase

public void exitSwitchCase(SwiftParser.SwitchCaseContext ctx)
Exit a parse tree produced by SwiftParser.switchCase().

The default implementation does nothing.

Specified by:
exitSwitchCase in interface SwiftListener
Parameters:
ctx - the parse tree

enterCaseLabel

public void enterCaseLabel(SwiftParser.CaseLabelContext ctx)
Enter a parse tree produced by SwiftParser.caseLabel().

The default implementation does nothing.

Specified by:
enterCaseLabel in interface SwiftListener
Parameters:
ctx - the parse tree

exitCaseLabel

public void exitCaseLabel(SwiftParser.CaseLabelContext ctx)
Exit a parse tree produced by SwiftParser.caseLabel().

The default implementation does nothing.

Specified by:
exitCaseLabel in interface SwiftListener
Parameters:
ctx - the parse tree

enterCaseItemList

public void enterCaseItemList(SwiftParser.CaseItemListContext ctx)
Enter a parse tree produced by SwiftParser.caseItemList().

The default implementation does nothing.

Specified by:
enterCaseItemList in interface SwiftListener
Parameters:
ctx - the parse tree

exitCaseItemList

public void exitCaseItemList(SwiftParser.CaseItemListContext ctx)
Exit a parse tree produced by SwiftParser.caseItemList().

The default implementation does nothing.

Specified by:
exitCaseItemList in interface SwiftListener
Parameters:
ctx - the parse tree

enterCaseItem

public void enterCaseItem(SwiftParser.CaseItemContext ctx)
Enter a parse tree produced by SwiftParser.caseItem().

The default implementation does nothing.

Specified by:
enterCaseItem in interface SwiftListener
Parameters:
ctx - the parse tree

exitCaseItem

public void exitCaseItem(SwiftParser.CaseItemContext ctx)
Exit a parse tree produced by SwiftParser.caseItem().

The default implementation does nothing.

Specified by:
exitCaseItem in interface SwiftListener
Parameters:
ctx - the parse tree

enterDefaultLabel

public void enterDefaultLabel(SwiftParser.DefaultLabelContext ctx)
Enter a parse tree produced by SwiftParser.defaultLabel().

The default implementation does nothing.

Specified by:
enterDefaultLabel in interface SwiftListener
Parameters:
ctx - the parse tree

exitDefaultLabel

public void exitDefaultLabel(SwiftParser.DefaultLabelContext ctx)
Exit a parse tree produced by SwiftParser.defaultLabel().

The default implementation does nothing.

Specified by:
exitDefaultLabel in interface SwiftListener
Parameters:
ctx - the parse tree

enterLabeledStatement

public void enterLabeledStatement(SwiftParser.LabeledStatementContext ctx)
Enter a parse tree produced by SwiftParser.labeledStatement().

The default implementation does nothing.

Specified by:
enterLabeledStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitLabeledStatement

public void exitLabeledStatement(SwiftParser.LabeledStatementContext ctx)
Exit a parse tree produced by SwiftParser.labeledStatement().

The default implementation does nothing.

Specified by:
exitLabeledStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterStatementLabel

public void enterStatementLabel(SwiftParser.StatementLabelContext ctx)
Enter a parse tree produced by SwiftParser.statementLabel().

The default implementation does nothing.

Specified by:
enterStatementLabel in interface SwiftListener
Parameters:
ctx - the parse tree

exitStatementLabel

public void exitStatementLabel(SwiftParser.StatementLabelContext ctx)
Exit a parse tree produced by SwiftParser.statementLabel().

The default implementation does nothing.

Specified by:
exitStatementLabel in interface SwiftListener
Parameters:
ctx - the parse tree

enterLabelName

public void enterLabelName(SwiftParser.LabelNameContext ctx)
Enter a parse tree produced by SwiftParser.labelName().

The default implementation does nothing.

Specified by:
enterLabelName in interface SwiftListener
Parameters:
ctx - the parse tree

exitLabelName

public void exitLabelName(SwiftParser.LabelNameContext ctx)
Exit a parse tree produced by SwiftParser.labelName().

The default implementation does nothing.

Specified by:
exitLabelName in interface SwiftListener
Parameters:
ctx - the parse tree

enterControlTransferStatement

public void enterControlTransferStatement(SwiftParser.ControlTransferStatementContext ctx)
Enter a parse tree produced by SwiftParser.controlTransferStatement().

The default implementation does nothing.

Specified by:
enterControlTransferStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitControlTransferStatement

public void exitControlTransferStatement(SwiftParser.ControlTransferStatementContext ctx)
Exit a parse tree produced by SwiftParser.controlTransferStatement().

The default implementation does nothing.

Specified by:
exitControlTransferStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterBreakStatement

public void enterBreakStatement(SwiftParser.BreakStatementContext ctx)
Enter a parse tree produced by SwiftParser.breakStatement().

The default implementation does nothing.

Specified by:
enterBreakStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitBreakStatement

public void exitBreakStatement(SwiftParser.BreakStatementContext ctx)
Exit a parse tree produced by SwiftParser.breakStatement().

The default implementation does nothing.

Specified by:
exitBreakStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterContinueStatement

public void enterContinueStatement(SwiftParser.ContinueStatementContext ctx)
Enter a parse tree produced by SwiftParser.continueStatement().

The default implementation does nothing.

Specified by:
enterContinueStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitContinueStatement

public void exitContinueStatement(SwiftParser.ContinueStatementContext ctx)
Exit a parse tree produced by SwiftParser.continueStatement().

The default implementation does nothing.

Specified by:
exitContinueStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterFallthroughStatement

public void enterFallthroughStatement(SwiftParser.FallthroughStatementContext ctx)
Enter a parse tree produced by SwiftParser.fallthroughStatement().

The default implementation does nothing.

Specified by:
enterFallthroughStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitFallthroughStatement

public void exitFallthroughStatement(SwiftParser.FallthroughStatementContext ctx)
Exit a parse tree produced by SwiftParser.fallthroughStatement().

The default implementation does nothing.

Specified by:
exitFallthroughStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterReturnStatement

public void enterReturnStatement(SwiftParser.ReturnStatementContext ctx)
Enter a parse tree produced by SwiftParser.returnStatement().

The default implementation does nothing.

Specified by:
enterReturnStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitReturnStatement

public void exitReturnStatement(SwiftParser.ReturnStatementContext ctx)
Exit a parse tree produced by SwiftParser.returnStatement().

The default implementation does nothing.

Specified by:
exitReturnStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterThrowStatement

public void enterThrowStatement(SwiftParser.ThrowStatementContext ctx)
Enter a parse tree produced by SwiftParser.throwStatement().

The default implementation does nothing.

Specified by:
enterThrowStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitThrowStatement

public void exitThrowStatement(SwiftParser.ThrowStatementContext ctx)
Exit a parse tree produced by SwiftParser.throwStatement().

The default implementation does nothing.

Specified by:
exitThrowStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterDeferStatement

public void enterDeferStatement(SwiftParser.DeferStatementContext ctx)
Enter a parse tree produced by SwiftParser.deferStatement().

The default implementation does nothing.

Specified by:
enterDeferStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitDeferStatement

public void exitDeferStatement(SwiftParser.DeferStatementContext ctx)
Exit a parse tree produced by SwiftParser.deferStatement().

The default implementation does nothing.

Specified by:
exitDeferStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterDoStatement

public void enterDoStatement(SwiftParser.DoStatementContext ctx)
Enter a parse tree produced by SwiftParser.doStatement().

The default implementation does nothing.

Specified by:
enterDoStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitDoStatement

public void exitDoStatement(SwiftParser.DoStatementContext ctx)
Exit a parse tree produced by SwiftParser.doStatement().

The default implementation does nothing.

Specified by:
exitDoStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterCatchClauses

public void enterCatchClauses(SwiftParser.CatchClausesContext ctx)
Enter a parse tree produced by SwiftParser.catchClauses().

The default implementation does nothing.

Specified by:
enterCatchClauses in interface SwiftListener
Parameters:
ctx - the parse tree

exitCatchClauses

public void exitCatchClauses(SwiftParser.CatchClausesContext ctx)
Exit a parse tree produced by SwiftParser.catchClauses().

The default implementation does nothing.

Specified by:
exitCatchClauses in interface SwiftListener
Parameters:
ctx - the parse tree

enterCatchClause

public void enterCatchClause(SwiftParser.CatchClauseContext ctx)
Enter a parse tree produced by SwiftParser.catchClause().

The default implementation does nothing.

Specified by:
enterCatchClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitCatchClause

public void exitCatchClause(SwiftParser.CatchClauseContext ctx)
Exit a parse tree produced by SwiftParser.catchClause().

The default implementation does nothing.

Specified by:
exitCatchClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterConditionClause

public void enterConditionClause(SwiftParser.ConditionClauseContext ctx)
Enter a parse tree produced by SwiftParser.conditionClause().

The default implementation does nothing.

Specified by:
enterConditionClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitConditionClause

public void exitConditionClause(SwiftParser.ConditionClauseContext ctx)
Exit a parse tree produced by SwiftParser.conditionClause().

The default implementation does nothing.

Specified by:
exitConditionClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterConditionList

public void enterConditionList(SwiftParser.ConditionListContext ctx)
Enter a parse tree produced by SwiftParser.conditionList().

The default implementation does nothing.

Specified by:
enterConditionList in interface SwiftListener
Parameters:
ctx - the parse tree

exitConditionList

public void exitConditionList(SwiftParser.ConditionListContext ctx)
Exit a parse tree produced by SwiftParser.conditionList().

The default implementation does nothing.

Specified by:
exitConditionList in interface SwiftListener
Parameters:
ctx - the parse tree

enterCondition

public void enterCondition(SwiftParser.ConditionContext ctx)
Enter a parse tree produced by SwiftParser.condition().

The default implementation does nothing.

Specified by:
enterCondition in interface SwiftListener
Parameters:
ctx - the parse tree

exitCondition

public void exitCondition(SwiftParser.ConditionContext ctx)
Exit a parse tree produced by SwiftParser.condition().

The default implementation does nothing.

Specified by:
exitCondition in interface SwiftListener
Parameters:
ctx - the parse tree

enterCaseCondition

public void enterCaseCondition(SwiftParser.CaseConditionContext ctx)
Enter a parse tree produced by SwiftParser.caseCondition().

The default implementation does nothing.

Specified by:
enterCaseCondition in interface SwiftListener
Parameters:
ctx - the parse tree

exitCaseCondition

public void exitCaseCondition(SwiftParser.CaseConditionContext ctx)
Exit a parse tree produced by SwiftParser.caseCondition().

The default implementation does nothing.

Specified by:
exitCaseCondition in interface SwiftListener
Parameters:
ctx - the parse tree

enterOptionalBindingCondition

public void enterOptionalBindingCondition(SwiftParser.OptionalBindingConditionContext ctx)
Enter a parse tree produced by SwiftParser.optionalBindingCondition().

The default implementation does nothing.

Specified by:
enterOptionalBindingCondition in interface SwiftListener
Parameters:
ctx - the parse tree

exitOptionalBindingCondition

public void exitOptionalBindingCondition(SwiftParser.OptionalBindingConditionContext ctx)
Exit a parse tree produced by SwiftParser.optionalBindingCondition().

The default implementation does nothing.

Specified by:
exitOptionalBindingCondition in interface SwiftListener
Parameters:
ctx - the parse tree

enterOptionalBindingHead

public void enterOptionalBindingHead(SwiftParser.OptionalBindingHeadContext ctx)
Enter a parse tree produced by SwiftParser.optionalBindingHead().

The default implementation does nothing.

Specified by:
enterOptionalBindingHead in interface SwiftListener
Parameters:
ctx - the parse tree

exitOptionalBindingHead

public void exitOptionalBindingHead(SwiftParser.OptionalBindingHeadContext ctx)
Exit a parse tree produced by SwiftParser.optionalBindingHead().

The default implementation does nothing.

Specified by:
exitOptionalBindingHead in interface SwiftListener
Parameters:
ctx - the parse tree

enterOptionalBindingContinuationList

public void enterOptionalBindingContinuationList(SwiftParser.OptionalBindingContinuationListContext ctx)
Enter a parse tree produced by SwiftParser.optionalBindingContinuationList().

The default implementation does nothing.

Specified by:
enterOptionalBindingContinuationList in interface SwiftListener
Parameters:
ctx - the parse tree

exitOptionalBindingContinuationList

public void exitOptionalBindingContinuationList(SwiftParser.OptionalBindingContinuationListContext ctx)
Exit a parse tree produced by SwiftParser.optionalBindingContinuationList().

The default implementation does nothing.

Specified by:
exitOptionalBindingContinuationList in interface SwiftListener
Parameters:
ctx - the parse tree

enterOptionalBindingContinuation

public void enterOptionalBindingContinuation(SwiftParser.OptionalBindingContinuationContext ctx)
Enter a parse tree produced by SwiftParser.optionalBindingContinuation().

The default implementation does nothing.

Specified by:
enterOptionalBindingContinuation in interface SwiftListener
Parameters:
ctx - the parse tree

exitOptionalBindingContinuation

public void exitOptionalBindingContinuation(SwiftParser.OptionalBindingContinuationContext ctx)
Exit a parse tree produced by SwiftParser.optionalBindingContinuation().

The default implementation does nothing.

Specified by:
exitOptionalBindingContinuation in interface SwiftListener
Parameters:
ctx - the parse tree

enterWhereClause

public void enterWhereClause(SwiftParser.WhereClauseContext ctx)
Enter a parse tree produced by SwiftParser.whereClause().

The default implementation does nothing.

Specified by:
enterWhereClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitWhereClause

public void exitWhereClause(SwiftParser.WhereClauseContext ctx)
Exit a parse tree produced by SwiftParser.whereClause().

The default implementation does nothing.

Specified by:
exitWhereClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterWhereExpression

public void enterWhereExpression(SwiftParser.WhereExpressionContext ctx)
Enter a parse tree produced by SwiftParser.whereExpression().

The default implementation does nothing.

Specified by:
enterWhereExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitWhereExpression

public void exitWhereExpression(SwiftParser.WhereExpressionContext ctx)
Exit a parse tree produced by SwiftParser.whereExpression().

The default implementation does nothing.

Specified by:
exitWhereExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterAvailabilityCondition

public void enterAvailabilityCondition(SwiftParser.AvailabilityConditionContext ctx)
Enter a parse tree produced by SwiftParser.availabilityCondition().

The default implementation does nothing.

Specified by:
enterAvailabilityCondition in interface SwiftListener
Parameters:
ctx - the parse tree

exitAvailabilityCondition

public void exitAvailabilityCondition(SwiftParser.AvailabilityConditionContext ctx)
Exit a parse tree produced by SwiftParser.availabilityCondition().

The default implementation does nothing.

Specified by:
exitAvailabilityCondition in interface SwiftListener
Parameters:
ctx - the parse tree

enterAvailabilityArguments

public void enterAvailabilityArguments(SwiftParser.AvailabilityArgumentsContext ctx)
Enter a parse tree produced by SwiftParser.availabilityArguments().

The default implementation does nothing.

Specified by:
enterAvailabilityArguments in interface SwiftListener
Parameters:
ctx - the parse tree

exitAvailabilityArguments

public void exitAvailabilityArguments(SwiftParser.AvailabilityArgumentsContext ctx)
Exit a parse tree produced by SwiftParser.availabilityArguments().

The default implementation does nothing.

Specified by:
exitAvailabilityArguments in interface SwiftListener
Parameters:
ctx - the parse tree

enterAvailabilityArgument

public void enterAvailabilityArgument(SwiftParser.AvailabilityArgumentContext ctx)
Enter a parse tree produced by SwiftParser.availabilityArgument().

The default implementation does nothing.

Specified by:
enterAvailabilityArgument in interface SwiftListener
Parameters:
ctx - the parse tree

exitAvailabilityArgument

public void exitAvailabilityArgument(SwiftParser.AvailabilityArgumentContext ctx)
Exit a parse tree produced by SwiftParser.availabilityArgument().

The default implementation does nothing.

Specified by:
exitAvailabilityArgument in interface SwiftListener
Parameters:
ctx - the parse tree

enterPlatformName

public void enterPlatformName(SwiftParser.PlatformNameContext ctx)
Enter a parse tree produced by SwiftParser.platformName().

The default implementation does nothing.

Specified by:
enterPlatformName in interface SwiftListener
Parameters:
ctx - the parse tree

exitPlatformName

public void exitPlatformName(SwiftParser.PlatformNameContext ctx)
Exit a parse tree produced by SwiftParser.platformName().

The default implementation does nothing.

Specified by:
exitPlatformName in interface SwiftListener
Parameters:
ctx - the parse tree

enterPlatformVersion

public void enterPlatformVersion(SwiftParser.PlatformVersionContext ctx)
Enter a parse tree produced by SwiftParser.platformVersion().

The default implementation does nothing.

Specified by:
enterPlatformVersion in interface SwiftListener
Parameters:
ctx - the parse tree

exitPlatformVersion

public void exitPlatformVersion(SwiftParser.PlatformVersionContext ctx)
Exit a parse tree produced by SwiftParser.platformVersion().

The default implementation does nothing.

Specified by:
exitPlatformVersion in interface SwiftListener
Parameters:
ctx - the parse tree

enterGenericParameterClause

public void enterGenericParameterClause(SwiftParser.GenericParameterClauseContext ctx)
Enter a parse tree produced by SwiftParser.genericParameterClause().

The default implementation does nothing.

Specified by:
enterGenericParameterClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitGenericParameterClause

public void exitGenericParameterClause(SwiftParser.GenericParameterClauseContext ctx)
Exit a parse tree produced by SwiftParser.genericParameterClause().

The default implementation does nothing.

Specified by:
exitGenericParameterClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterGenericParameterList

public void enterGenericParameterList(SwiftParser.GenericParameterListContext ctx)
Enter a parse tree produced by SwiftParser.genericParameterList().

The default implementation does nothing.

Specified by:
enterGenericParameterList in interface SwiftListener
Parameters:
ctx - the parse tree

exitGenericParameterList

public void exitGenericParameterList(SwiftParser.GenericParameterListContext ctx)
Exit a parse tree produced by SwiftParser.genericParameterList().

The default implementation does nothing.

Specified by:
exitGenericParameterList in interface SwiftListener
Parameters:
ctx - the parse tree

enterGenericParameter

public void enterGenericParameter(SwiftParser.GenericParameterContext ctx)
Enter a parse tree produced by SwiftParser.genericParameter().

The default implementation does nothing.

Specified by:
enterGenericParameter in interface SwiftListener
Parameters:
ctx - the parse tree

exitGenericParameter

public void exitGenericParameter(SwiftParser.GenericParameterContext ctx)
Exit a parse tree produced by SwiftParser.genericParameter().

The default implementation does nothing.

Specified by:
exitGenericParameter in interface SwiftListener
Parameters:
ctx - the parse tree

enterRequirementClause

public void enterRequirementClause(SwiftParser.RequirementClauseContext ctx)
Enter a parse tree produced by SwiftParser.requirementClause().

The default implementation does nothing.

Specified by:
enterRequirementClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitRequirementClause

public void exitRequirementClause(SwiftParser.RequirementClauseContext ctx)
Exit a parse tree produced by SwiftParser.requirementClause().

The default implementation does nothing.

Specified by:
exitRequirementClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterRequirementList

public void enterRequirementList(SwiftParser.RequirementListContext ctx)
Enter a parse tree produced by SwiftParser.requirementList().

The default implementation does nothing.

Specified by:
enterRequirementList in interface SwiftListener
Parameters:
ctx - the parse tree

exitRequirementList

public void exitRequirementList(SwiftParser.RequirementListContext ctx)
Exit a parse tree produced by SwiftParser.requirementList().

The default implementation does nothing.

Specified by:
exitRequirementList in interface SwiftListener
Parameters:
ctx - the parse tree

enterRequirement

public void enterRequirement(SwiftParser.RequirementContext ctx)
Enter a parse tree produced by SwiftParser.requirement().

The default implementation does nothing.

Specified by:
enterRequirement in interface SwiftListener
Parameters:
ctx - the parse tree

exitRequirement

public void exitRequirement(SwiftParser.RequirementContext ctx)
Exit a parse tree produced by SwiftParser.requirement().

The default implementation does nothing.

Specified by:
exitRequirement in interface SwiftListener
Parameters:
ctx - the parse tree

enterConformanceRequirement

public void enterConformanceRequirement(SwiftParser.ConformanceRequirementContext ctx)
Enter a parse tree produced by SwiftParser.conformanceRequirement().

The default implementation does nothing.

Specified by:
enterConformanceRequirement in interface SwiftListener
Parameters:
ctx - the parse tree

exitConformanceRequirement

public void exitConformanceRequirement(SwiftParser.ConformanceRequirementContext ctx)
Exit a parse tree produced by SwiftParser.conformanceRequirement().

The default implementation does nothing.

Specified by:
exitConformanceRequirement in interface SwiftListener
Parameters:
ctx - the parse tree

enterSameTypeRequirement

public void enterSameTypeRequirement(SwiftParser.SameTypeRequirementContext ctx)
Enter a parse tree produced by SwiftParser.sameTypeRequirement().

The default implementation does nothing.

Specified by:
enterSameTypeRequirement in interface SwiftListener
Parameters:
ctx - the parse tree

exitSameTypeRequirement

public void exitSameTypeRequirement(SwiftParser.SameTypeRequirementContext ctx)
Exit a parse tree produced by SwiftParser.sameTypeRequirement().

The default implementation does nothing.

Specified by:
exitSameTypeRequirement in interface SwiftListener
Parameters:
ctx - the parse tree

enterGenericArgumentClause

public void enterGenericArgumentClause(SwiftParser.GenericArgumentClauseContext ctx)
Enter a parse tree produced by SwiftParser.genericArgumentClause().

The default implementation does nothing.

Specified by:
enterGenericArgumentClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitGenericArgumentClause

public void exitGenericArgumentClause(SwiftParser.GenericArgumentClauseContext ctx)
Exit a parse tree produced by SwiftParser.genericArgumentClause().

The default implementation does nothing.

Specified by:
exitGenericArgumentClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterGenericArgumentList

public void enterGenericArgumentList(SwiftParser.GenericArgumentListContext ctx)
Enter a parse tree produced by SwiftParser.genericArgumentList().

The default implementation does nothing.

Specified by:
enterGenericArgumentList in interface SwiftListener
Parameters:
ctx - the parse tree

exitGenericArgumentList

public void exitGenericArgumentList(SwiftParser.GenericArgumentListContext ctx)
Exit a parse tree produced by SwiftParser.genericArgumentList().

The default implementation does nothing.

Specified by:
exitGenericArgumentList in interface SwiftListener
Parameters:
ctx - the parse tree

enterGenericArgument

public void enterGenericArgument(SwiftParser.GenericArgumentContext ctx)
Enter a parse tree produced by SwiftParser.genericArgument().

The default implementation does nothing.

Specified by:
enterGenericArgument in interface SwiftListener
Parameters:
ctx - the parse tree

exitGenericArgument

public void exitGenericArgument(SwiftParser.GenericArgumentContext ctx)
Exit a parse tree produced by SwiftParser.genericArgument().

The default implementation does nothing.

Specified by:
exitGenericArgument in interface SwiftListener
Parameters:
ctx - the parse tree

enterDeclaration

public void enterDeclaration(SwiftParser.DeclarationContext ctx)
Enter a parse tree produced by SwiftParser.declaration().

The default implementation does nothing.

Specified by:
enterDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitDeclaration

public void exitDeclaration(SwiftParser.DeclarationContext ctx)
Exit a parse tree produced by SwiftParser.declaration().

The default implementation does nothing.

Specified by:
exitDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterDeclarations

public void enterDeclarations(SwiftParser.DeclarationsContext ctx)
Enter a parse tree produced by SwiftParser.declarations().

The default implementation does nothing.

Specified by:
enterDeclarations in interface SwiftListener
Parameters:
ctx - the parse tree

exitDeclarations

public void exitDeclarations(SwiftParser.DeclarationsContext ctx)
Exit a parse tree produced by SwiftParser.declarations().

The default implementation does nothing.

Specified by:
exitDeclarations in interface SwiftListener
Parameters:
ctx - the parse tree

enterDeclarationModifiers

public void enterDeclarationModifiers(SwiftParser.DeclarationModifiersContext ctx)
Enter a parse tree produced by SwiftParser.declarationModifiers().

The default implementation does nothing.

Specified by:
enterDeclarationModifiers in interface SwiftListener
Parameters:
ctx - the parse tree

exitDeclarationModifiers

public void exitDeclarationModifiers(SwiftParser.DeclarationModifiersContext ctx)
Exit a parse tree produced by SwiftParser.declarationModifiers().

The default implementation does nothing.

Specified by:
exitDeclarationModifiers in interface SwiftListener
Parameters:
ctx - the parse tree

enterDeclarationModifier

public void enterDeclarationModifier(SwiftParser.DeclarationModifierContext ctx)
Enter a parse tree produced by SwiftParser.declarationModifier().

The default implementation does nothing.

Specified by:
enterDeclarationModifier in interface SwiftListener
Parameters:
ctx - the parse tree

exitDeclarationModifier

public void exitDeclarationModifier(SwiftParser.DeclarationModifierContext ctx)
Exit a parse tree produced by SwiftParser.declarationModifier().

The default implementation does nothing.

Specified by:
exitDeclarationModifier in interface SwiftListener
Parameters:
ctx - the parse tree

enterAccessLevelModifier

public void enterAccessLevelModifier(SwiftParser.AccessLevelModifierContext ctx)
Enter a parse tree produced by SwiftParser.accessLevelModifier().

The default implementation does nothing.

Specified by:
enterAccessLevelModifier in interface SwiftListener
Parameters:
ctx - the parse tree

exitAccessLevelModifier

public void exitAccessLevelModifier(SwiftParser.AccessLevelModifierContext ctx)
Exit a parse tree produced by SwiftParser.accessLevelModifier().

The default implementation does nothing.

Specified by:
exitAccessLevelModifier in interface SwiftListener
Parameters:
ctx - the parse tree

enterAccessLevelModifiers

public void enterAccessLevelModifiers(SwiftParser.AccessLevelModifiersContext ctx)
Enter a parse tree produced by SwiftParser.accessLevelModifiers().

The default implementation does nothing.

Specified by:
enterAccessLevelModifiers in interface SwiftListener
Parameters:
ctx - the parse tree

exitAccessLevelModifiers

public void exitAccessLevelModifiers(SwiftParser.AccessLevelModifiersContext ctx)
Exit a parse tree produced by SwiftParser.accessLevelModifiers().

The default implementation does nothing.

Specified by:
exitAccessLevelModifiers in interface SwiftListener
Parameters:
ctx - the parse tree

enterCodeBlock

public void enterCodeBlock(SwiftParser.CodeBlockContext ctx)
Enter a parse tree produced by SwiftParser.codeBlock().

The default implementation does nothing.

Specified by:
enterCodeBlock in interface SwiftListener
Parameters:
ctx - the parse tree

exitCodeBlock

public void exitCodeBlock(SwiftParser.CodeBlockContext ctx)
Exit a parse tree produced by SwiftParser.codeBlock().

The default implementation does nothing.

Specified by:
exitCodeBlock in interface SwiftListener
Parameters:
ctx - the parse tree

enterImportDeclaration

public void enterImportDeclaration(SwiftParser.ImportDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.importDeclaration().

The default implementation does nothing.

Specified by:
enterImportDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitImportDeclaration

public void exitImportDeclaration(SwiftParser.ImportDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.importDeclaration().

The default implementation does nothing.

Specified by:
exitImportDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterImportKind

public void enterImportKind(SwiftParser.ImportKindContext ctx)
Enter a parse tree produced by SwiftParser.importKind().

The default implementation does nothing.

Specified by:
enterImportKind in interface SwiftListener
Parameters:
ctx - the parse tree

exitImportKind

public void exitImportKind(SwiftParser.ImportKindContext ctx)
Exit a parse tree produced by SwiftParser.importKind().

The default implementation does nothing.

Specified by:
exitImportKind in interface SwiftListener
Parameters:
ctx - the parse tree

enterImportPath

public void enterImportPath(SwiftParser.ImportPathContext ctx)
Enter a parse tree produced by SwiftParser.importPath().

The default implementation does nothing.

Specified by:
enterImportPath in interface SwiftListener
Parameters:
ctx - the parse tree

exitImportPath

public void exitImportPath(SwiftParser.ImportPathContext ctx)
Exit a parse tree produced by SwiftParser.importPath().

The default implementation does nothing.

Specified by:
exitImportPath in interface SwiftListener
Parameters:
ctx - the parse tree

enterImportPathIdentifier

public void enterImportPathIdentifier(SwiftParser.ImportPathIdentifierContext ctx)
Enter a parse tree produced by SwiftParser.importPathIdentifier().

The default implementation does nothing.

Specified by:
enterImportPathIdentifier in interface SwiftListener
Parameters:
ctx - the parse tree

exitImportPathIdentifier

public void exitImportPathIdentifier(SwiftParser.ImportPathIdentifierContext ctx)
Exit a parse tree produced by SwiftParser.importPathIdentifier().

The default implementation does nothing.

Specified by:
exitImportPathIdentifier in interface SwiftListener
Parameters:
ctx - the parse tree

enterConstantDeclaration

public void enterConstantDeclaration(SwiftParser.ConstantDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.constantDeclaration().

The default implementation does nothing.

Specified by:
enterConstantDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitConstantDeclaration

public void exitConstantDeclaration(SwiftParser.ConstantDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.constantDeclaration().

The default implementation does nothing.

Specified by:
exitConstantDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterPatternInitializerList

public void enterPatternInitializerList(SwiftParser.PatternInitializerListContext ctx)
Enter a parse tree produced by SwiftParser.patternInitializerList().

The default implementation does nothing.

Specified by:
enterPatternInitializerList in interface SwiftListener
Parameters:
ctx - the parse tree

exitPatternInitializerList

public void exitPatternInitializerList(SwiftParser.PatternInitializerListContext ctx)
Exit a parse tree produced by SwiftParser.patternInitializerList().

The default implementation does nothing.

Specified by:
exitPatternInitializerList in interface SwiftListener
Parameters:
ctx - the parse tree

enterPatternInitializer

public void enterPatternInitializer(SwiftParser.PatternInitializerContext ctx)
Enter a parse tree produced by SwiftParser.patternInitializer().

The default implementation does nothing.

Specified by:
enterPatternInitializer in interface SwiftListener
Parameters:
ctx - the parse tree

exitPatternInitializer

public void exitPatternInitializer(SwiftParser.PatternInitializerContext ctx)
Exit a parse tree produced by SwiftParser.patternInitializer().

The default implementation does nothing.

Specified by:
exitPatternInitializer in interface SwiftListener
Parameters:
ctx - the parse tree

enterInitializer

public void enterInitializer(SwiftParser.InitializerContext ctx)
Enter a parse tree produced by SwiftParser.initializer().

The default implementation does nothing.

Specified by:
enterInitializer in interface SwiftListener
Parameters:
ctx - the parse tree

exitInitializer

public void exitInitializer(SwiftParser.InitializerContext ctx)
Exit a parse tree produced by SwiftParser.initializer().

The default implementation does nothing.

Specified by:
exitInitializer in interface SwiftListener
Parameters:
ctx - the parse tree

enterVariableDeclaration

public void enterVariableDeclaration(SwiftParser.VariableDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.variableDeclaration().

The default implementation does nothing.

Specified by:
enterVariableDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitVariableDeclaration

public void exitVariableDeclaration(SwiftParser.VariableDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.variableDeclaration().

The default implementation does nothing.

Specified by:
exitVariableDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterVariableDeclarationHead

public void enterVariableDeclarationHead(SwiftParser.VariableDeclarationHeadContext ctx)
Enter a parse tree produced by SwiftParser.variableDeclarationHead().

The default implementation does nothing.

Specified by:
enterVariableDeclarationHead in interface SwiftListener
Parameters:
ctx - the parse tree

exitVariableDeclarationHead

public void exitVariableDeclarationHead(SwiftParser.VariableDeclarationHeadContext ctx)
Exit a parse tree produced by SwiftParser.variableDeclarationHead().

The default implementation does nothing.

Specified by:
exitVariableDeclarationHead in interface SwiftListener
Parameters:
ctx - the parse tree

enterVariableName

public void enterVariableName(SwiftParser.VariableNameContext ctx)
Enter a parse tree produced by SwiftParser.variableName().

The default implementation does nothing.

Specified by:
enterVariableName in interface SwiftListener
Parameters:
ctx - the parse tree

exitVariableName

public void exitVariableName(SwiftParser.VariableNameContext ctx)
Exit a parse tree produced by SwiftParser.variableName().

The default implementation does nothing.

Specified by:
exitVariableName in interface SwiftListener
Parameters:
ctx - the parse tree

enterGetterSetterBlock

public void enterGetterSetterBlock(SwiftParser.GetterSetterBlockContext ctx)
Enter a parse tree produced by SwiftParser.getterSetterBlock().

The default implementation does nothing.

Specified by:
enterGetterSetterBlock in interface SwiftListener
Parameters:
ctx - the parse tree

exitGetterSetterBlock

public void exitGetterSetterBlock(SwiftParser.GetterSetterBlockContext ctx)
Exit a parse tree produced by SwiftParser.getterSetterBlock().

The default implementation does nothing.

Specified by:
exitGetterSetterBlock in interface SwiftListener
Parameters:
ctx - the parse tree

enterGetterClause

public void enterGetterClause(SwiftParser.GetterClauseContext ctx)
Enter a parse tree produced by SwiftParser.getterClause().

The default implementation does nothing.

Specified by:
enterGetterClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitGetterClause

public void exitGetterClause(SwiftParser.GetterClauseContext ctx)
Exit a parse tree produced by SwiftParser.getterClause().

The default implementation does nothing.

Specified by:
exitGetterClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterSetterClause

public void enterSetterClause(SwiftParser.SetterClauseContext ctx)
Enter a parse tree produced by SwiftParser.setterClause().

The default implementation does nothing.

Specified by:
enterSetterClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitSetterClause

public void exitSetterClause(SwiftParser.SetterClauseContext ctx)
Exit a parse tree produced by SwiftParser.setterClause().

The default implementation does nothing.

Specified by:
exitSetterClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterSetterName

public void enterSetterName(SwiftParser.SetterNameContext ctx)
Enter a parse tree produced by SwiftParser.setterName().

The default implementation does nothing.

Specified by:
enterSetterName in interface SwiftListener
Parameters:
ctx - the parse tree

exitSetterName

public void exitSetterName(SwiftParser.SetterNameContext ctx)
Exit a parse tree produced by SwiftParser.setterName().

The default implementation does nothing.

Specified by:
exitSetterName in interface SwiftListener
Parameters:
ctx - the parse tree

enterGetterSetterKeywordBlock

public void enterGetterSetterKeywordBlock(SwiftParser.GetterSetterKeywordBlockContext ctx)
Enter a parse tree produced by SwiftParser.getterSetterKeywordBlock().

The default implementation does nothing.

Specified by:
enterGetterSetterKeywordBlock in interface SwiftListener
Parameters:
ctx - the parse tree

exitGetterSetterKeywordBlock

public void exitGetterSetterKeywordBlock(SwiftParser.GetterSetterKeywordBlockContext ctx)
Exit a parse tree produced by SwiftParser.getterSetterKeywordBlock().

The default implementation does nothing.

Specified by:
exitGetterSetterKeywordBlock in interface SwiftListener
Parameters:
ctx - the parse tree

enterGetterKeywordClause

public void enterGetterKeywordClause(SwiftParser.GetterKeywordClauseContext ctx)
Enter a parse tree produced by SwiftParser.getterKeywordClause().

The default implementation does nothing.

Specified by:
enterGetterKeywordClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitGetterKeywordClause

public void exitGetterKeywordClause(SwiftParser.GetterKeywordClauseContext ctx)
Exit a parse tree produced by SwiftParser.getterKeywordClause().

The default implementation does nothing.

Specified by:
exitGetterKeywordClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterSetterKeywordClause

public void enterSetterKeywordClause(SwiftParser.SetterKeywordClauseContext ctx)
Enter a parse tree produced by SwiftParser.setterKeywordClause().

The default implementation does nothing.

Specified by:
enterSetterKeywordClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitSetterKeywordClause

public void exitSetterKeywordClause(SwiftParser.SetterKeywordClauseContext ctx)
Exit a parse tree produced by SwiftParser.setterKeywordClause().

The default implementation does nothing.

Specified by:
exitSetterKeywordClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterWillSetDidSetBlock

public void enterWillSetDidSetBlock(SwiftParser.WillSetDidSetBlockContext ctx)
Enter a parse tree produced by SwiftParser.willSetDidSetBlock().

The default implementation does nothing.

Specified by:
enterWillSetDidSetBlock in interface SwiftListener
Parameters:
ctx - the parse tree

exitWillSetDidSetBlock

public void exitWillSetDidSetBlock(SwiftParser.WillSetDidSetBlockContext ctx)
Exit a parse tree produced by SwiftParser.willSetDidSetBlock().

The default implementation does nothing.

Specified by:
exitWillSetDidSetBlock in interface SwiftListener
Parameters:
ctx - the parse tree

enterWillSetClause

public void enterWillSetClause(SwiftParser.WillSetClauseContext ctx)
Enter a parse tree produced by SwiftParser.willSetClause().

The default implementation does nothing.

Specified by:
enterWillSetClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitWillSetClause

public void exitWillSetClause(SwiftParser.WillSetClauseContext ctx)
Exit a parse tree produced by SwiftParser.willSetClause().

The default implementation does nothing.

Specified by:
exitWillSetClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterDidSetClause

public void enterDidSetClause(SwiftParser.DidSetClauseContext ctx)
Enter a parse tree produced by SwiftParser.didSetClause().

The default implementation does nothing.

Specified by:
enterDidSetClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitDidSetClause

public void exitDidSetClause(SwiftParser.DidSetClauseContext ctx)
Exit a parse tree produced by SwiftParser.didSetClause().

The default implementation does nothing.

Specified by:
exitDidSetClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterTypealiasDeclaration

public void enterTypealiasDeclaration(SwiftParser.TypealiasDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.typealiasDeclaration().

The default implementation does nothing.

Specified by:
enterTypealiasDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitTypealiasDeclaration

public void exitTypealiasDeclaration(SwiftParser.TypealiasDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.typealiasDeclaration().

The default implementation does nothing.

Specified by:
exitTypealiasDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterTypealiasHead

public void enterTypealiasHead(SwiftParser.TypealiasHeadContext ctx)
Enter a parse tree produced by SwiftParser.typealiasHead().

The default implementation does nothing.

Specified by:
enterTypealiasHead in interface SwiftListener
Parameters:
ctx - the parse tree

exitTypealiasHead

public void exitTypealiasHead(SwiftParser.TypealiasHeadContext ctx)
Exit a parse tree produced by SwiftParser.typealiasHead().

The default implementation does nothing.

Specified by:
exitTypealiasHead in interface SwiftListener
Parameters:
ctx - the parse tree

enterTypealiasName

public void enterTypealiasName(SwiftParser.TypealiasNameContext ctx)
Enter a parse tree produced by SwiftParser.typealiasName().

The default implementation does nothing.

Specified by:
enterTypealiasName in interface SwiftListener
Parameters:
ctx - the parse tree

exitTypealiasName

public void exitTypealiasName(SwiftParser.TypealiasNameContext ctx)
Exit a parse tree produced by SwiftParser.typealiasName().

The default implementation does nothing.

Specified by:
exitTypealiasName in interface SwiftListener
Parameters:
ctx - the parse tree

enterTypealiasAssignment

public void enterTypealiasAssignment(SwiftParser.TypealiasAssignmentContext ctx)
Enter a parse tree produced by SwiftParser.typealiasAssignment().

The default implementation does nothing.

Specified by:
enterTypealiasAssignment in interface SwiftListener
Parameters:
ctx - the parse tree

exitTypealiasAssignment

public void exitTypealiasAssignment(SwiftParser.TypealiasAssignmentContext ctx)
Exit a parse tree produced by SwiftParser.typealiasAssignment().

The default implementation does nothing.

Specified by:
exitTypealiasAssignment in interface SwiftListener
Parameters:
ctx - the parse tree

enterFunctionDeclaration

public void enterFunctionDeclaration(SwiftParser.FunctionDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.functionDeclaration().

The default implementation does nothing.

Specified by:
enterFunctionDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitFunctionDeclaration

public void exitFunctionDeclaration(SwiftParser.FunctionDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.functionDeclaration().

The default implementation does nothing.

Specified by:
exitFunctionDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterFunctionHead

public void enterFunctionHead(SwiftParser.FunctionHeadContext ctx)
Enter a parse tree produced by SwiftParser.functionHead().

The default implementation does nothing.

Specified by:
enterFunctionHead in interface SwiftListener
Parameters:
ctx - the parse tree

exitFunctionHead

public void exitFunctionHead(SwiftParser.FunctionHeadContext ctx)
Exit a parse tree produced by SwiftParser.functionHead().

The default implementation does nothing.

Specified by:
exitFunctionHead in interface SwiftListener
Parameters:
ctx - the parse tree

enterFunctionName

public void enterFunctionName(SwiftParser.FunctionNameContext ctx)
Enter a parse tree produced by SwiftParser.functionName().

The default implementation does nothing.

Specified by:
enterFunctionName in interface SwiftListener
Parameters:
ctx - the parse tree

exitFunctionName

public void exitFunctionName(SwiftParser.FunctionNameContext ctx)
Exit a parse tree produced by SwiftParser.functionName().

The default implementation does nothing.

Specified by:
exitFunctionName in interface SwiftListener
Parameters:
ctx - the parse tree

enterFunctionSignature

public void enterFunctionSignature(SwiftParser.FunctionSignatureContext ctx)
Enter a parse tree produced by SwiftParser.functionSignature().

The default implementation does nothing.

Specified by:
enterFunctionSignature in interface SwiftListener
Parameters:
ctx - the parse tree

exitFunctionSignature

public void exitFunctionSignature(SwiftParser.FunctionSignatureContext ctx)
Exit a parse tree produced by SwiftParser.functionSignature().

The default implementation does nothing.

Specified by:
exitFunctionSignature in interface SwiftListener
Parameters:
ctx - the parse tree

enterFunctionResult

public void enterFunctionResult(SwiftParser.FunctionResultContext ctx)
Enter a parse tree produced by SwiftParser.functionResult().

The default implementation does nothing.

Specified by:
enterFunctionResult in interface SwiftListener
Parameters:
ctx - the parse tree

exitFunctionResult

public void exitFunctionResult(SwiftParser.FunctionResultContext ctx)
Exit a parse tree produced by SwiftParser.functionResult().

The default implementation does nothing.

Specified by:
exitFunctionResult in interface SwiftListener
Parameters:
ctx - the parse tree

enterFunctionBody

public void enterFunctionBody(SwiftParser.FunctionBodyContext ctx)
Enter a parse tree produced by SwiftParser.functionBody().

The default implementation does nothing.

Specified by:
enterFunctionBody in interface SwiftListener
Parameters:
ctx - the parse tree

exitFunctionBody

public void exitFunctionBody(SwiftParser.FunctionBodyContext ctx)
Exit a parse tree produced by SwiftParser.functionBody().

The default implementation does nothing.

Specified by:
exitFunctionBody in interface SwiftListener
Parameters:
ctx - the parse tree

enterParameterClauses

public void enterParameterClauses(SwiftParser.ParameterClausesContext ctx)
Enter a parse tree produced by SwiftParser.parameterClauses().

The default implementation does nothing.

Specified by:
enterParameterClauses in interface SwiftListener
Parameters:
ctx - the parse tree

exitParameterClauses

public void exitParameterClauses(SwiftParser.ParameterClausesContext ctx)
Exit a parse tree produced by SwiftParser.parameterClauses().

The default implementation does nothing.

Specified by:
exitParameterClauses in interface SwiftListener
Parameters:
ctx - the parse tree

enterParameterClause

public void enterParameterClause(SwiftParser.ParameterClauseContext ctx)
Enter a parse tree produced by SwiftParser.parameterClause().

The default implementation does nothing.

Specified by:
enterParameterClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitParameterClause

public void exitParameterClause(SwiftParser.ParameterClauseContext ctx)
Exit a parse tree produced by SwiftParser.parameterClause().

The default implementation does nothing.

Specified by:
exitParameterClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterParameterList

public void enterParameterList(SwiftParser.ParameterListContext ctx)
Enter a parse tree produced by SwiftParser.parameterList().

The default implementation does nothing.

Specified by:
enterParameterList in interface SwiftListener
Parameters:
ctx - the parse tree

exitParameterList

public void exitParameterList(SwiftParser.ParameterListContext ctx)
Exit a parse tree produced by SwiftParser.parameterList().

The default implementation does nothing.

Specified by:
exitParameterList in interface SwiftListener
Parameters:
ctx - the parse tree

enterParameter

public void enterParameter(SwiftParser.ParameterContext ctx)
Enter a parse tree produced by SwiftParser.parameter().

The default implementation does nothing.

Specified by:
enterParameter in interface SwiftListener
Parameters:
ctx - the parse tree

exitParameter

public void exitParameter(SwiftParser.ParameterContext ctx)
Exit a parse tree produced by SwiftParser.parameter().

The default implementation does nothing.

Specified by:
exitParameter in interface SwiftListener
Parameters:
ctx - the parse tree

enterExternalParameterName

public void enterExternalParameterName(SwiftParser.ExternalParameterNameContext ctx)
Enter a parse tree produced by SwiftParser.externalParameterName().

The default implementation does nothing.

Specified by:
enterExternalParameterName in interface SwiftListener
Parameters:
ctx - the parse tree

exitExternalParameterName

public void exitExternalParameterName(SwiftParser.ExternalParameterNameContext ctx)
Exit a parse tree produced by SwiftParser.externalParameterName().

The default implementation does nothing.

Specified by:
exitExternalParameterName in interface SwiftListener
Parameters:
ctx - the parse tree

enterLocalParameterName

public void enterLocalParameterName(SwiftParser.LocalParameterNameContext ctx)
Enter a parse tree produced by SwiftParser.localParameterName().

The default implementation does nothing.

Specified by:
enterLocalParameterName in interface SwiftListener
Parameters:
ctx - the parse tree

exitLocalParameterName

public void exitLocalParameterName(SwiftParser.LocalParameterNameContext ctx)
Exit a parse tree produced by SwiftParser.localParameterName().

The default implementation does nothing.

Specified by:
exitLocalParameterName in interface SwiftListener
Parameters:
ctx - the parse tree

enterDefaultArgumentClause

public void enterDefaultArgumentClause(SwiftParser.DefaultArgumentClauseContext ctx)
Enter a parse tree produced by SwiftParser.defaultArgumentClause().

The default implementation does nothing.

Specified by:
enterDefaultArgumentClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitDefaultArgumentClause

public void exitDefaultArgumentClause(SwiftParser.DefaultArgumentClauseContext ctx)
Exit a parse tree produced by SwiftParser.defaultArgumentClause().

The default implementation does nothing.

Specified by:
exitDefaultArgumentClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterEnumDeclaration

public void enterEnumDeclaration(SwiftParser.EnumDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.enumDeclaration().

The default implementation does nothing.

Specified by:
enterEnumDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitEnumDeclaration

public void exitEnumDeclaration(SwiftParser.EnumDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.enumDeclaration().

The default implementation does nothing.

Specified by:
exitEnumDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterEnumDef

public void enterEnumDef(SwiftParser.EnumDefContext ctx)
Enter a parse tree produced by SwiftParser.enumDef().

The default implementation does nothing.

Specified by:
enterEnumDef in interface SwiftListener
Parameters:
ctx - the parse tree

exitEnumDef

public void exitEnumDef(SwiftParser.EnumDefContext ctx)
Exit a parse tree produced by SwiftParser.enumDef().

The default implementation does nothing.

Specified by:
exitEnumDef in interface SwiftListener
Parameters:
ctx - the parse tree

enterUnionStyleEnum

public void enterUnionStyleEnum(SwiftParser.UnionStyleEnumContext ctx)
Enter a parse tree produced by SwiftParser.unionStyleEnum().

The default implementation does nothing.

Specified by:
enterUnionStyleEnum in interface SwiftListener
Parameters:
ctx - the parse tree

exitUnionStyleEnum

public void exitUnionStyleEnum(SwiftParser.UnionStyleEnumContext ctx)
Exit a parse tree produced by SwiftParser.unionStyleEnum().

The default implementation does nothing.

Specified by:
exitUnionStyleEnum in interface SwiftListener
Parameters:
ctx - the parse tree

enterUnionStyleEnumMembers

public void enterUnionStyleEnumMembers(SwiftParser.UnionStyleEnumMembersContext ctx)
Enter a parse tree produced by SwiftParser.unionStyleEnumMembers().

The default implementation does nothing.

Specified by:
enterUnionStyleEnumMembers in interface SwiftListener
Parameters:
ctx - the parse tree

exitUnionStyleEnumMembers

public void exitUnionStyleEnumMembers(SwiftParser.UnionStyleEnumMembersContext ctx)
Exit a parse tree produced by SwiftParser.unionStyleEnumMembers().

The default implementation does nothing.

Specified by:
exitUnionStyleEnumMembers in interface SwiftListener
Parameters:
ctx - the parse tree

enterUnionStyleEnumMember

public void enterUnionStyleEnumMember(SwiftParser.UnionStyleEnumMemberContext ctx)
Enter a parse tree produced by SwiftParser.unionStyleEnumMember().

The default implementation does nothing.

Specified by:
enterUnionStyleEnumMember in interface SwiftListener
Parameters:
ctx - the parse tree

exitUnionStyleEnumMember

public void exitUnionStyleEnumMember(SwiftParser.UnionStyleEnumMemberContext ctx)
Exit a parse tree produced by SwiftParser.unionStyleEnumMember().

The default implementation does nothing.

Specified by:
exitUnionStyleEnumMember in interface SwiftListener
Parameters:
ctx - the parse tree

enterUnionStyleEnumCaseClause

public void enterUnionStyleEnumCaseClause(SwiftParser.UnionStyleEnumCaseClauseContext ctx)
Enter a parse tree produced by SwiftParser.unionStyleEnumCaseClause().

The default implementation does nothing.

Specified by:
enterUnionStyleEnumCaseClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitUnionStyleEnumCaseClause

public void exitUnionStyleEnumCaseClause(SwiftParser.UnionStyleEnumCaseClauseContext ctx)
Exit a parse tree produced by SwiftParser.unionStyleEnumCaseClause().

The default implementation does nothing.

Specified by:
exitUnionStyleEnumCaseClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterUnionStyleEnumCaseList

public void enterUnionStyleEnumCaseList(SwiftParser.UnionStyleEnumCaseListContext ctx)
Enter a parse tree produced by SwiftParser.unionStyleEnumCaseList().

The default implementation does nothing.

Specified by:
enterUnionStyleEnumCaseList in interface SwiftListener
Parameters:
ctx - the parse tree

exitUnionStyleEnumCaseList

public void exitUnionStyleEnumCaseList(SwiftParser.UnionStyleEnumCaseListContext ctx)
Exit a parse tree produced by SwiftParser.unionStyleEnumCaseList().

The default implementation does nothing.

Specified by:
exitUnionStyleEnumCaseList in interface SwiftListener
Parameters:
ctx - the parse tree

enterUnionStyleEnumCase

public void enterUnionStyleEnumCase(SwiftParser.UnionStyleEnumCaseContext ctx)
Enter a parse tree produced by SwiftParser.unionStyleEnumCase().

The default implementation does nothing.

Specified by:
enterUnionStyleEnumCase in interface SwiftListener
Parameters:
ctx - the parse tree

exitUnionStyleEnumCase

public void exitUnionStyleEnumCase(SwiftParser.UnionStyleEnumCaseContext ctx)
Exit a parse tree produced by SwiftParser.unionStyleEnumCase().

The default implementation does nothing.

Specified by:
exitUnionStyleEnumCase in interface SwiftListener
Parameters:
ctx - the parse tree

enterEnumName

public void enterEnumName(SwiftParser.EnumNameContext ctx)
Enter a parse tree produced by SwiftParser.enumName().

The default implementation does nothing.

Specified by:
enterEnumName in interface SwiftListener
Parameters:
ctx - the parse tree

exitEnumName

public void exitEnumName(SwiftParser.EnumNameContext ctx)
Exit a parse tree produced by SwiftParser.enumName().

The default implementation does nothing.

Specified by:
exitEnumName in interface SwiftListener
Parameters:
ctx - the parse tree

enterEnumCaseName

public void enterEnumCaseName(SwiftParser.EnumCaseNameContext ctx)
Enter a parse tree produced by SwiftParser.enumCaseName().

The default implementation does nothing.

Specified by:
enterEnumCaseName in interface SwiftListener
Parameters:
ctx - the parse tree

exitEnumCaseName

public void exitEnumCaseName(SwiftParser.EnumCaseNameContext ctx)
Exit a parse tree produced by SwiftParser.enumCaseName().

The default implementation does nothing.

Specified by:
exitEnumCaseName in interface SwiftListener
Parameters:
ctx - the parse tree

enterRawValueStyleEnum

public void enterRawValueStyleEnum(SwiftParser.RawValueStyleEnumContext ctx)
Enter a parse tree produced by SwiftParser.rawValueStyleEnum().

The default implementation does nothing.

Specified by:
enterRawValueStyleEnum in interface SwiftListener
Parameters:
ctx - the parse tree

exitRawValueStyleEnum

public void exitRawValueStyleEnum(SwiftParser.RawValueStyleEnumContext ctx)
Exit a parse tree produced by SwiftParser.rawValueStyleEnum().

The default implementation does nothing.

Specified by:
exitRawValueStyleEnum in interface SwiftListener
Parameters:
ctx - the parse tree

enterRawValueStyleEnumMembers

public void enterRawValueStyleEnumMembers(SwiftParser.RawValueStyleEnumMembersContext ctx)
Enter a parse tree produced by SwiftParser.rawValueStyleEnumMembers().

The default implementation does nothing.

Specified by:
enterRawValueStyleEnumMembers in interface SwiftListener
Parameters:
ctx - the parse tree

exitRawValueStyleEnumMembers

public void exitRawValueStyleEnumMembers(SwiftParser.RawValueStyleEnumMembersContext ctx)
Exit a parse tree produced by SwiftParser.rawValueStyleEnumMembers().

The default implementation does nothing.

Specified by:
exitRawValueStyleEnumMembers in interface SwiftListener
Parameters:
ctx - the parse tree

enterRawValueStyleEnumMember

public void enterRawValueStyleEnumMember(SwiftParser.RawValueStyleEnumMemberContext ctx)
Enter a parse tree produced by SwiftParser.rawValueStyleEnumMember().

The default implementation does nothing.

Specified by:
enterRawValueStyleEnumMember in interface SwiftListener
Parameters:
ctx - the parse tree

exitRawValueStyleEnumMember

public void exitRawValueStyleEnumMember(SwiftParser.RawValueStyleEnumMemberContext ctx)
Exit a parse tree produced by SwiftParser.rawValueStyleEnumMember().

The default implementation does nothing.

Specified by:
exitRawValueStyleEnumMember in interface SwiftListener
Parameters:
ctx - the parse tree

enterRawValueStyleEnumCaseClause

public void enterRawValueStyleEnumCaseClause(SwiftParser.RawValueStyleEnumCaseClauseContext ctx)
Enter a parse tree produced by SwiftParser.rawValueStyleEnumCaseClause().

The default implementation does nothing.

Specified by:
enterRawValueStyleEnumCaseClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitRawValueStyleEnumCaseClause

public void exitRawValueStyleEnumCaseClause(SwiftParser.RawValueStyleEnumCaseClauseContext ctx)
Exit a parse tree produced by SwiftParser.rawValueStyleEnumCaseClause().

The default implementation does nothing.

Specified by:
exitRawValueStyleEnumCaseClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterRawValueStyleEnumCaseList

public void enterRawValueStyleEnumCaseList(SwiftParser.RawValueStyleEnumCaseListContext ctx)
Enter a parse tree produced by SwiftParser.rawValueStyleEnumCaseList().

The default implementation does nothing.

Specified by:
enterRawValueStyleEnumCaseList in interface SwiftListener
Parameters:
ctx - the parse tree

exitRawValueStyleEnumCaseList

public void exitRawValueStyleEnumCaseList(SwiftParser.RawValueStyleEnumCaseListContext ctx)
Exit a parse tree produced by SwiftParser.rawValueStyleEnumCaseList().

The default implementation does nothing.

Specified by:
exitRawValueStyleEnumCaseList in interface SwiftListener
Parameters:
ctx - the parse tree

enterRawValueStyleEnumCase

public void enterRawValueStyleEnumCase(SwiftParser.RawValueStyleEnumCaseContext ctx)
Enter a parse tree produced by SwiftParser.rawValueStyleEnumCase().

The default implementation does nothing.

Specified by:
enterRawValueStyleEnumCase in interface SwiftListener
Parameters:
ctx - the parse tree

exitRawValueStyleEnumCase

public void exitRawValueStyleEnumCase(SwiftParser.RawValueStyleEnumCaseContext ctx)
Exit a parse tree produced by SwiftParser.rawValueStyleEnumCase().

The default implementation does nothing.

Specified by:
exitRawValueStyleEnumCase in interface SwiftListener
Parameters:
ctx - the parse tree

enterRawValueAssignment

public void enterRawValueAssignment(SwiftParser.RawValueAssignmentContext ctx)
Enter a parse tree produced by SwiftParser.rawValueAssignment().

The default implementation does nothing.

Specified by:
enterRawValueAssignment in interface SwiftListener
Parameters:
ctx - the parse tree

exitRawValueAssignment

public void exitRawValueAssignment(SwiftParser.RawValueAssignmentContext ctx)
Exit a parse tree produced by SwiftParser.rawValueAssignment().

The default implementation does nothing.

Specified by:
exitRawValueAssignment in interface SwiftListener
Parameters:
ctx - the parse tree

enterStructDeclaration

public void enterStructDeclaration(SwiftParser.StructDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.structDeclaration().

The default implementation does nothing.

Specified by:
enterStructDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitStructDeclaration

public void exitStructDeclaration(SwiftParser.StructDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.structDeclaration().

The default implementation does nothing.

Specified by:
exitStructDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterStructName

public void enterStructName(SwiftParser.StructNameContext ctx)
Enter a parse tree produced by SwiftParser.structName().

The default implementation does nothing.

Specified by:
enterStructName in interface SwiftListener
Parameters:
ctx - the parse tree

exitStructName

public void exitStructName(SwiftParser.StructNameContext ctx)
Exit a parse tree produced by SwiftParser.structName().

The default implementation does nothing.

Specified by:
exitStructName in interface SwiftListener
Parameters:
ctx - the parse tree

enterStructBody

public void enterStructBody(SwiftParser.StructBodyContext ctx)
Enter a parse tree produced by SwiftParser.structBody().

The default implementation does nothing.

Specified by:
enterStructBody in interface SwiftListener
Parameters:
ctx - the parse tree

exitStructBody

public void exitStructBody(SwiftParser.StructBodyContext ctx)
Exit a parse tree produced by SwiftParser.structBody().

The default implementation does nothing.

Specified by:
exitStructBody in interface SwiftListener
Parameters:
ctx - the parse tree

enterClassDeclaration

public void enterClassDeclaration(SwiftParser.ClassDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.classDeclaration().

The default implementation does nothing.

Specified by:
enterClassDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitClassDeclaration

public void exitClassDeclaration(SwiftParser.ClassDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.classDeclaration().

The default implementation does nothing.

Specified by:
exitClassDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterClassName

public void enterClassName(SwiftParser.ClassNameContext ctx)
Enter a parse tree produced by SwiftParser.className().

The default implementation does nothing.

Specified by:
enterClassName in interface SwiftListener
Parameters:
ctx - the parse tree

exitClassName

public void exitClassName(SwiftParser.ClassNameContext ctx)
Exit a parse tree produced by SwiftParser.className().

The default implementation does nothing.

Specified by:
exitClassName in interface SwiftListener
Parameters:
ctx - the parse tree

enterClassBody

public void enterClassBody(SwiftParser.ClassBodyContext ctx)
Enter a parse tree produced by SwiftParser.classBody().

The default implementation does nothing.

Specified by:
enterClassBody in interface SwiftListener
Parameters:
ctx - the parse tree

exitClassBody

public void exitClassBody(SwiftParser.ClassBodyContext ctx)
Exit a parse tree produced by SwiftParser.classBody().

The default implementation does nothing.

Specified by:
exitClassBody in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolDeclaration

public void enterProtocolDeclaration(SwiftParser.ProtocolDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.protocolDeclaration().

The default implementation does nothing.

Specified by:
enterProtocolDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolDeclaration

public void exitProtocolDeclaration(SwiftParser.ProtocolDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.protocolDeclaration().

The default implementation does nothing.

Specified by:
exitProtocolDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolName

public void enterProtocolName(SwiftParser.ProtocolNameContext ctx)
Enter a parse tree produced by SwiftParser.protocolName().

The default implementation does nothing.

Specified by:
enterProtocolName in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolName

public void exitProtocolName(SwiftParser.ProtocolNameContext ctx)
Exit a parse tree produced by SwiftParser.protocolName().

The default implementation does nothing.

Specified by:
exitProtocolName in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolBody

public void enterProtocolBody(SwiftParser.ProtocolBodyContext ctx)
Enter a parse tree produced by SwiftParser.protocolBody().

The default implementation does nothing.

Specified by:
enterProtocolBody in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolBody

public void exitProtocolBody(SwiftParser.ProtocolBodyContext ctx)
Exit a parse tree produced by SwiftParser.protocolBody().

The default implementation does nothing.

Specified by:
exitProtocolBody in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolMemberDeclaration

public void enterProtocolMemberDeclaration(SwiftParser.ProtocolMemberDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.protocolMemberDeclaration().

The default implementation does nothing.

Specified by:
enterProtocolMemberDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolMemberDeclaration

public void exitProtocolMemberDeclaration(SwiftParser.ProtocolMemberDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.protocolMemberDeclaration().

The default implementation does nothing.

Specified by:
exitProtocolMemberDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolMemberDeclarations

public void enterProtocolMemberDeclarations(SwiftParser.ProtocolMemberDeclarationsContext ctx)
Enter a parse tree produced by SwiftParser.protocolMemberDeclarations().

The default implementation does nothing.

Specified by:
enterProtocolMemberDeclarations in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolMemberDeclarations

public void exitProtocolMemberDeclarations(SwiftParser.ProtocolMemberDeclarationsContext ctx)
Exit a parse tree produced by SwiftParser.protocolMemberDeclarations().

The default implementation does nothing.

Specified by:
exitProtocolMemberDeclarations in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolPropertyDeclaration

public void enterProtocolPropertyDeclaration(SwiftParser.ProtocolPropertyDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.protocolPropertyDeclaration().

The default implementation does nothing.

Specified by:
enterProtocolPropertyDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolPropertyDeclaration

public void exitProtocolPropertyDeclaration(SwiftParser.ProtocolPropertyDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.protocolPropertyDeclaration().

The default implementation does nothing.

Specified by:
exitProtocolPropertyDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolMethodDeclaration

public void enterProtocolMethodDeclaration(SwiftParser.ProtocolMethodDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.protocolMethodDeclaration().

The default implementation does nothing.

Specified by:
enterProtocolMethodDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolMethodDeclaration

public void exitProtocolMethodDeclaration(SwiftParser.ProtocolMethodDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.protocolMethodDeclaration().

The default implementation does nothing.

Specified by:
exitProtocolMethodDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolInitializerDeclaration

public void enterProtocolInitializerDeclaration(SwiftParser.ProtocolInitializerDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.protocolInitializerDeclaration().

The default implementation does nothing.

Specified by:
enterProtocolInitializerDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolInitializerDeclaration

public void exitProtocolInitializerDeclaration(SwiftParser.ProtocolInitializerDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.protocolInitializerDeclaration().

The default implementation does nothing.

Specified by:
exitProtocolInitializerDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolSubscriptDeclaration

public void enterProtocolSubscriptDeclaration(SwiftParser.ProtocolSubscriptDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.protocolSubscriptDeclaration().

The default implementation does nothing.

Specified by:
enterProtocolSubscriptDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolSubscriptDeclaration

public void exitProtocolSubscriptDeclaration(SwiftParser.ProtocolSubscriptDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.protocolSubscriptDeclaration().

The default implementation does nothing.

Specified by:
exitProtocolSubscriptDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolAssociatedTypeDeclaration

public void enterProtocolAssociatedTypeDeclaration(SwiftParser.ProtocolAssociatedTypeDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.protocolAssociatedTypeDeclaration().

The default implementation does nothing.

Specified by:
enterProtocolAssociatedTypeDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolAssociatedTypeDeclaration

public void exitProtocolAssociatedTypeDeclaration(SwiftParser.ProtocolAssociatedTypeDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.protocolAssociatedTypeDeclaration().

The default implementation does nothing.

Specified by:
exitProtocolAssociatedTypeDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterInitializerDeclaration

public void enterInitializerDeclaration(SwiftParser.InitializerDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.initializerDeclaration().

The default implementation does nothing.

Specified by:
enterInitializerDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitInitializerDeclaration

public void exitInitializerDeclaration(SwiftParser.InitializerDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.initializerDeclaration().

The default implementation does nothing.

Specified by:
exitInitializerDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterInitializerHead

public void enterInitializerHead(SwiftParser.InitializerHeadContext ctx)
Enter a parse tree produced by SwiftParser.initializerHead().

The default implementation does nothing.

Specified by:
enterInitializerHead in interface SwiftListener
Parameters:
ctx - the parse tree

exitInitializerHead

public void exitInitializerHead(SwiftParser.InitializerHeadContext ctx)
Exit a parse tree produced by SwiftParser.initializerHead().

The default implementation does nothing.

Specified by:
exitInitializerHead in interface SwiftListener
Parameters:
ctx - the parse tree

enterInitializerBody

public void enterInitializerBody(SwiftParser.InitializerBodyContext ctx)
Enter a parse tree produced by SwiftParser.initializerBody().

The default implementation does nothing.

Specified by:
enterInitializerBody in interface SwiftListener
Parameters:
ctx - the parse tree

exitInitializerBody

public void exitInitializerBody(SwiftParser.InitializerBodyContext ctx)
Exit a parse tree produced by SwiftParser.initializerBody().

The default implementation does nothing.

Specified by:
exitInitializerBody in interface SwiftListener
Parameters:
ctx - the parse tree

enterDeinitializerDeclaration

public void enterDeinitializerDeclaration(SwiftParser.DeinitializerDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.deinitializerDeclaration().

The default implementation does nothing.

Specified by:
enterDeinitializerDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitDeinitializerDeclaration

public void exitDeinitializerDeclaration(SwiftParser.DeinitializerDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.deinitializerDeclaration().

The default implementation does nothing.

Specified by:
exitDeinitializerDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterExtensionDeclaration

public void enterExtensionDeclaration(SwiftParser.ExtensionDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.extensionDeclaration().

The default implementation does nothing.

Specified by:
enterExtensionDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitExtensionDeclaration

public void exitExtensionDeclaration(SwiftParser.ExtensionDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.extensionDeclaration().

The default implementation does nothing.

Specified by:
exitExtensionDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterExtensionBody

public void enterExtensionBody(SwiftParser.ExtensionBodyContext ctx)
Enter a parse tree produced by SwiftParser.extensionBody().

The default implementation does nothing.

Specified by:
enterExtensionBody in interface SwiftListener
Parameters:
ctx - the parse tree

exitExtensionBody

public void exitExtensionBody(SwiftParser.ExtensionBodyContext ctx)
Exit a parse tree produced by SwiftParser.extensionBody().

The default implementation does nothing.

Specified by:
exitExtensionBody in interface SwiftListener
Parameters:
ctx - the parse tree

enterSubscriptDeclaration

public void enterSubscriptDeclaration(SwiftParser.SubscriptDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.subscriptDeclaration().

The default implementation does nothing.

Specified by:
enterSubscriptDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitSubscriptDeclaration

public void exitSubscriptDeclaration(SwiftParser.SubscriptDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.subscriptDeclaration().

The default implementation does nothing.

Specified by:
exitSubscriptDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterSubscriptHead

public void enterSubscriptHead(SwiftParser.SubscriptHeadContext ctx)
Enter a parse tree produced by SwiftParser.subscriptHead().

The default implementation does nothing.

Specified by:
enterSubscriptHead in interface SwiftListener
Parameters:
ctx - the parse tree

exitSubscriptHead

public void exitSubscriptHead(SwiftParser.SubscriptHeadContext ctx)
Exit a parse tree produced by SwiftParser.subscriptHead().

The default implementation does nothing.

Specified by:
exitSubscriptHead in interface SwiftListener
Parameters:
ctx - the parse tree

enterSubscriptResult

public void enterSubscriptResult(SwiftParser.SubscriptResultContext ctx)
Enter a parse tree produced by SwiftParser.subscriptResult().

The default implementation does nothing.

Specified by:
enterSubscriptResult in interface SwiftListener
Parameters:
ctx - the parse tree

exitSubscriptResult

public void exitSubscriptResult(SwiftParser.SubscriptResultContext ctx)
Exit a parse tree produced by SwiftParser.subscriptResult().

The default implementation does nothing.

Specified by:
exitSubscriptResult in interface SwiftListener
Parameters:
ctx - the parse tree

enterOperatorDeclaration

public void enterOperatorDeclaration(SwiftParser.OperatorDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.operatorDeclaration().

The default implementation does nothing.

Specified by:
enterOperatorDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitOperatorDeclaration

public void exitOperatorDeclaration(SwiftParser.OperatorDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.operatorDeclaration().

The default implementation does nothing.

Specified by:
exitOperatorDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterPrefixOperatorDeclaration

public void enterPrefixOperatorDeclaration(SwiftParser.PrefixOperatorDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.prefixOperatorDeclaration().

The default implementation does nothing.

Specified by:
enterPrefixOperatorDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitPrefixOperatorDeclaration

public void exitPrefixOperatorDeclaration(SwiftParser.PrefixOperatorDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.prefixOperatorDeclaration().

The default implementation does nothing.

Specified by:
exitPrefixOperatorDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterPostfixOperatorDeclaration

public void enterPostfixOperatorDeclaration(SwiftParser.PostfixOperatorDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.postfixOperatorDeclaration().

The default implementation does nothing.

Specified by:
enterPostfixOperatorDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitPostfixOperatorDeclaration

public void exitPostfixOperatorDeclaration(SwiftParser.PostfixOperatorDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.postfixOperatorDeclaration().

The default implementation does nothing.

Specified by:
exitPostfixOperatorDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterInfixOperatorDeclaration

public void enterInfixOperatorDeclaration(SwiftParser.InfixOperatorDeclarationContext ctx)
Enter a parse tree produced by SwiftParser.infixOperatorDeclaration().

The default implementation does nothing.

Specified by:
enterInfixOperatorDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

exitInfixOperatorDeclaration

public void exitInfixOperatorDeclaration(SwiftParser.InfixOperatorDeclarationContext ctx)
Exit a parse tree produced by SwiftParser.infixOperatorDeclaration().

The default implementation does nothing.

Specified by:
exitInfixOperatorDeclaration in interface SwiftListener
Parameters:
ctx - the parse tree

enterInfixOperatorAttributes

public void enterInfixOperatorAttributes(SwiftParser.InfixOperatorAttributesContext ctx)
Enter a parse tree produced by SwiftParser.infixOperatorAttributes().

The default implementation does nothing.

Specified by:
enterInfixOperatorAttributes in interface SwiftListener
Parameters:
ctx - the parse tree

exitInfixOperatorAttributes

public void exitInfixOperatorAttributes(SwiftParser.InfixOperatorAttributesContext ctx)
Exit a parse tree produced by SwiftParser.infixOperatorAttributes().

The default implementation does nothing.

Specified by:
exitInfixOperatorAttributes in interface SwiftListener
Parameters:
ctx - the parse tree

enterPrecedenceClause

public void enterPrecedenceClause(SwiftParser.PrecedenceClauseContext ctx)
Enter a parse tree produced by SwiftParser.precedenceClause().

The default implementation does nothing.

Specified by:
enterPrecedenceClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitPrecedenceClause

public void exitPrecedenceClause(SwiftParser.PrecedenceClauseContext ctx)
Exit a parse tree produced by SwiftParser.precedenceClause().

The default implementation does nothing.

Specified by:
exitPrecedenceClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterPrecedenceLevel

public void enterPrecedenceLevel(SwiftParser.PrecedenceLevelContext ctx)
Enter a parse tree produced by SwiftParser.precedenceLevel().

The default implementation does nothing.

Specified by:
enterPrecedenceLevel in interface SwiftListener
Parameters:
ctx - the parse tree

exitPrecedenceLevel

public void exitPrecedenceLevel(SwiftParser.PrecedenceLevelContext ctx)
Exit a parse tree produced by SwiftParser.precedenceLevel().

The default implementation does nothing.

Specified by:
exitPrecedenceLevel in interface SwiftListener
Parameters:
ctx - the parse tree

enterAssociativityClause

public void enterAssociativityClause(SwiftParser.AssociativityClauseContext ctx)
Enter a parse tree produced by SwiftParser.associativityClause().

The default implementation does nothing.

Specified by:
enterAssociativityClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitAssociativityClause

public void exitAssociativityClause(SwiftParser.AssociativityClauseContext ctx)
Exit a parse tree produced by SwiftParser.associativityClause().

The default implementation does nothing.

Specified by:
exitAssociativityClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterAssociativity

public void enterAssociativity(SwiftParser.AssociativityContext ctx)
Enter a parse tree produced by SwiftParser.associativity().

The default implementation does nothing.

Specified by:
enterAssociativity in interface SwiftListener
Parameters:
ctx - the parse tree

exitAssociativity

public void exitAssociativity(SwiftParser.AssociativityContext ctx)
Exit a parse tree produced by SwiftParser.associativity().

The default implementation does nothing.

Specified by:
exitAssociativity in interface SwiftListener
Parameters:
ctx - the parse tree

enterPattern

public void enterPattern(SwiftParser.PatternContext ctx)
Enter a parse tree produced by SwiftParser.pattern().

The default implementation does nothing.

Specified by:
enterPattern in interface SwiftListener
Parameters:
ctx - the parse tree

exitPattern

public void exitPattern(SwiftParser.PatternContext ctx)
Exit a parse tree produced by SwiftParser.pattern().

The default implementation does nothing.

Specified by:
exitPattern in interface SwiftListener
Parameters:
ctx - the parse tree

enterWildcardPattern

public void enterWildcardPattern(SwiftParser.WildcardPatternContext ctx)
Enter a parse tree produced by SwiftParser.wildcardPattern().

The default implementation does nothing.

Specified by:
enterWildcardPattern in interface SwiftListener
Parameters:
ctx - the parse tree

exitWildcardPattern

public void exitWildcardPattern(SwiftParser.WildcardPatternContext ctx)
Exit a parse tree produced by SwiftParser.wildcardPattern().

The default implementation does nothing.

Specified by:
exitWildcardPattern in interface SwiftListener
Parameters:
ctx - the parse tree

enterIdentifierPattern

public void enterIdentifierPattern(SwiftParser.IdentifierPatternContext ctx)
Enter a parse tree produced by SwiftParser.identifierPattern().

The default implementation does nothing.

Specified by:
enterIdentifierPattern in interface SwiftListener
Parameters:
ctx - the parse tree

exitIdentifierPattern

public void exitIdentifierPattern(SwiftParser.IdentifierPatternContext ctx)
Exit a parse tree produced by SwiftParser.identifierPattern().

The default implementation does nothing.

Specified by:
exitIdentifierPattern in interface SwiftListener
Parameters:
ctx - the parse tree

enterValueBindingPattern

public void enterValueBindingPattern(SwiftParser.ValueBindingPatternContext ctx)
Enter a parse tree produced by SwiftParser.valueBindingPattern().

The default implementation does nothing.

Specified by:
enterValueBindingPattern in interface SwiftListener
Parameters:
ctx - the parse tree

exitValueBindingPattern

public void exitValueBindingPattern(SwiftParser.ValueBindingPatternContext ctx)
Exit a parse tree produced by SwiftParser.valueBindingPattern().

The default implementation does nothing.

Specified by:
exitValueBindingPattern in interface SwiftListener
Parameters:
ctx - the parse tree

enterTuplePattern

public void enterTuplePattern(SwiftParser.TuplePatternContext ctx)
Enter a parse tree produced by SwiftParser.tuplePattern().

The default implementation does nothing.

Specified by:
enterTuplePattern in interface SwiftListener
Parameters:
ctx - the parse tree

exitTuplePattern

public void exitTuplePattern(SwiftParser.TuplePatternContext ctx)
Exit a parse tree produced by SwiftParser.tuplePattern().

The default implementation does nothing.

Specified by:
exitTuplePattern in interface SwiftListener
Parameters:
ctx - the parse tree

enterTuplePatternElementList

public void enterTuplePatternElementList(SwiftParser.TuplePatternElementListContext ctx)
Enter a parse tree produced by SwiftParser.tuplePatternElementList().

The default implementation does nothing.

Specified by:
enterTuplePatternElementList in interface SwiftListener
Parameters:
ctx - the parse tree

exitTuplePatternElementList

public void exitTuplePatternElementList(SwiftParser.TuplePatternElementListContext ctx)
Exit a parse tree produced by SwiftParser.tuplePatternElementList().

The default implementation does nothing.

Specified by:
exitTuplePatternElementList in interface SwiftListener
Parameters:
ctx - the parse tree

enterTuplePatternElement

public void enterTuplePatternElement(SwiftParser.TuplePatternElementContext ctx)
Enter a parse tree produced by SwiftParser.tuplePatternElement().

The default implementation does nothing.

Specified by:
enterTuplePatternElement in interface SwiftListener
Parameters:
ctx - the parse tree

exitTuplePatternElement

public void exitTuplePatternElement(SwiftParser.TuplePatternElementContext ctx)
Exit a parse tree produced by SwiftParser.tuplePatternElement().

The default implementation does nothing.

Specified by:
exitTuplePatternElement in interface SwiftListener
Parameters:
ctx - the parse tree

enterEnumCasePattern

public void enterEnumCasePattern(SwiftParser.EnumCasePatternContext ctx)
Enter a parse tree produced by SwiftParser.enumCasePattern().

The default implementation does nothing.

Specified by:
enterEnumCasePattern in interface SwiftListener
Parameters:
ctx - the parse tree

exitEnumCasePattern

public void exitEnumCasePattern(SwiftParser.EnumCasePatternContext ctx)
Exit a parse tree produced by SwiftParser.enumCasePattern().

The default implementation does nothing.

Specified by:
exitEnumCasePattern in interface SwiftListener
Parameters:
ctx - the parse tree

enterTypeCastingPattern

public void enterTypeCastingPattern(SwiftParser.TypeCastingPatternContext ctx)
Enter a parse tree produced by SwiftParser.typeCastingPattern().

The default implementation does nothing.

Specified by:
enterTypeCastingPattern in interface SwiftListener
Parameters:
ctx - the parse tree

exitTypeCastingPattern

public void exitTypeCastingPattern(SwiftParser.TypeCastingPatternContext ctx)
Exit a parse tree produced by SwiftParser.typeCastingPattern().

The default implementation does nothing.

Specified by:
exitTypeCastingPattern in interface SwiftListener
Parameters:
ctx - the parse tree

enterIsPattern

public void enterIsPattern(SwiftParser.IsPatternContext ctx)
Enter a parse tree produced by SwiftParser.isPattern().

The default implementation does nothing.

Specified by:
enterIsPattern in interface SwiftListener
Parameters:
ctx - the parse tree

exitIsPattern

public void exitIsPattern(SwiftParser.IsPatternContext ctx)
Exit a parse tree produced by SwiftParser.isPattern().

The default implementation does nothing.

Specified by:
exitIsPattern in interface SwiftListener
Parameters:
ctx - the parse tree

enterAsPattern

public void enterAsPattern(SwiftParser.AsPatternContext ctx)
Enter a parse tree produced by SwiftParser.asPattern().

The default implementation does nothing.

Specified by:
enterAsPattern in interface SwiftListener
Parameters:
ctx - the parse tree

exitAsPattern

public void exitAsPattern(SwiftParser.AsPatternContext ctx)
Exit a parse tree produced by SwiftParser.asPattern().

The default implementation does nothing.

Specified by:
exitAsPattern in interface SwiftListener
Parameters:
ctx - the parse tree

enterExpressionPattern

public void enterExpressionPattern(SwiftParser.ExpressionPatternContext ctx)
Enter a parse tree produced by SwiftParser.expressionPattern().

The default implementation does nothing.

Specified by:
enterExpressionPattern in interface SwiftListener
Parameters:
ctx - the parse tree

exitExpressionPattern

public void exitExpressionPattern(SwiftParser.ExpressionPatternContext ctx)
Exit a parse tree produced by SwiftParser.expressionPattern().

The default implementation does nothing.

Specified by:
exitExpressionPattern in interface SwiftListener
Parameters:
ctx - the parse tree

enterAttribute

public void enterAttribute(SwiftParser.AttributeContext ctx)
Enter a parse tree produced by SwiftParser.attribute().

The default implementation does nothing.

Specified by:
enterAttribute in interface SwiftListener
Parameters:
ctx - the parse tree

exitAttribute

public void exitAttribute(SwiftParser.AttributeContext ctx)
Exit a parse tree produced by SwiftParser.attribute().

The default implementation does nothing.

Specified by:
exitAttribute in interface SwiftListener
Parameters:
ctx - the parse tree

enterAttributeName

public void enterAttributeName(SwiftParser.AttributeNameContext ctx)
Enter a parse tree produced by SwiftParser.attributeName().

The default implementation does nothing.

Specified by:
enterAttributeName in interface SwiftListener
Parameters:
ctx - the parse tree

exitAttributeName

public void exitAttributeName(SwiftParser.AttributeNameContext ctx)
Exit a parse tree produced by SwiftParser.attributeName().

The default implementation does nothing.

Specified by:
exitAttributeName in interface SwiftListener
Parameters:
ctx - the parse tree

enterAttributeArgumentClause

public void enterAttributeArgumentClause(SwiftParser.AttributeArgumentClauseContext ctx)
Enter a parse tree produced by SwiftParser.attributeArgumentClause().

The default implementation does nothing.

Specified by:
enterAttributeArgumentClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitAttributeArgumentClause

public void exitAttributeArgumentClause(SwiftParser.AttributeArgumentClauseContext ctx)
Exit a parse tree produced by SwiftParser.attributeArgumentClause().

The default implementation does nothing.

Specified by:
exitAttributeArgumentClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterAttributes

public void enterAttributes(SwiftParser.AttributesContext ctx)
Enter a parse tree produced by SwiftParser.attributes().

The default implementation does nothing.

Specified by:
enterAttributes in interface SwiftListener
Parameters:
ctx - the parse tree

exitAttributes

public void exitAttributes(SwiftParser.AttributesContext ctx)
Exit a parse tree produced by SwiftParser.attributes().

The default implementation does nothing.

Specified by:
exitAttributes in interface SwiftListener
Parameters:
ctx - the parse tree

enterBalancedTokens

public void enterBalancedTokens(SwiftParser.BalancedTokensContext ctx)
Enter a parse tree produced by SwiftParser.balancedTokens().

The default implementation does nothing.

Specified by:
enterBalancedTokens in interface SwiftListener
Parameters:
ctx - the parse tree

exitBalancedTokens

public void exitBalancedTokens(SwiftParser.BalancedTokensContext ctx)
Exit a parse tree produced by SwiftParser.balancedTokens().

The default implementation does nothing.

Specified by:
exitBalancedTokens in interface SwiftListener
Parameters:
ctx - the parse tree

enterBalancedToken

public void enterBalancedToken(SwiftParser.BalancedTokenContext ctx)
Enter a parse tree produced by SwiftParser.balancedToken().

The default implementation does nothing.

Specified by:
enterBalancedToken in interface SwiftListener
Parameters:
ctx - the parse tree

exitBalancedToken

public void exitBalancedToken(SwiftParser.BalancedTokenContext ctx)
Exit a parse tree produced by SwiftParser.balancedToken().

The default implementation does nothing.

Specified by:
exitBalancedToken in interface SwiftListener
Parameters:
ctx - the parse tree

enterExpressionList

public void enterExpressionList(SwiftParser.ExpressionListContext ctx)
Enter a parse tree produced by SwiftParser.expressionList().

The default implementation does nothing.

Specified by:
enterExpressionList in interface SwiftListener
Parameters:
ctx - the parse tree

exitExpressionList

public void exitExpressionList(SwiftParser.ExpressionListContext ctx)
Exit a parse tree produced by SwiftParser.expressionList().

The default implementation does nothing.

Specified by:
exitExpressionList in interface SwiftListener
Parameters:
ctx - the parse tree

enterExpression

public void enterExpression(SwiftParser.ExpressionContext ctx)
Enter a parse tree produced by SwiftParser.expression().

The default implementation does nothing.

Specified by:
enterExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitExpression

public void exitExpression(SwiftParser.ExpressionContext ctx)
Exit a parse tree produced by SwiftParser.expression().

The default implementation does nothing.

Specified by:
exitExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterPrefixExpression

public void enterPrefixExpression(SwiftParser.PrefixExpressionContext ctx)
Enter a parse tree produced by SwiftParser.prefixExpression().

The default implementation does nothing.

Specified by:
enterPrefixExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitPrefixExpression

public void exitPrefixExpression(SwiftParser.PrefixExpressionContext ctx)
Exit a parse tree produced by SwiftParser.prefixExpression().

The default implementation does nothing.

Specified by:
exitPrefixExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterInOutExpression

public void enterInOutExpression(SwiftParser.InOutExpressionContext ctx)
Enter a parse tree produced by SwiftParser.inOutExpression().

The default implementation does nothing.

Specified by:
enterInOutExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitInOutExpression

public void exitInOutExpression(SwiftParser.InOutExpressionContext ctx)
Exit a parse tree produced by SwiftParser.inOutExpression().

The default implementation does nothing.

Specified by:
exitInOutExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterTryOperator

public void enterTryOperator(SwiftParser.TryOperatorContext ctx)
Enter a parse tree produced by SwiftParser.tryOperator().

The default implementation does nothing.

Specified by:
enterTryOperator in interface SwiftListener
Parameters:
ctx - the parse tree

exitTryOperator

public void exitTryOperator(SwiftParser.TryOperatorContext ctx)
Exit a parse tree produced by SwiftParser.tryOperator().

The default implementation does nothing.

Specified by:
exitTryOperator in interface SwiftListener
Parameters:
ctx - the parse tree

enterBinaryExpression

public void enterBinaryExpression(SwiftParser.BinaryExpressionContext ctx)
Enter a parse tree produced by SwiftParser.binaryExpression().

The default implementation does nothing.

Specified by:
enterBinaryExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitBinaryExpression

public void exitBinaryExpression(SwiftParser.BinaryExpressionContext ctx)
Exit a parse tree produced by SwiftParser.binaryExpression().

The default implementation does nothing.

Specified by:
exitBinaryExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterAssignmentOperator

public void enterAssignmentOperator(SwiftParser.AssignmentOperatorContext ctx)
Enter a parse tree produced by SwiftParser.assignmentOperator().

The default implementation does nothing.

Specified by:
enterAssignmentOperator in interface SwiftListener
Parameters:
ctx - the parse tree

exitAssignmentOperator

public void exitAssignmentOperator(SwiftParser.AssignmentOperatorContext ctx)
Exit a parse tree produced by SwiftParser.assignmentOperator().

The default implementation does nothing.

Specified by:
exitAssignmentOperator in interface SwiftListener
Parameters:
ctx - the parse tree

enterConditionalOperator

public void enterConditionalOperator(SwiftParser.ConditionalOperatorContext ctx)
Enter a parse tree produced by SwiftParser.conditionalOperator().

The default implementation does nothing.

Specified by:
enterConditionalOperator in interface SwiftListener
Parameters:
ctx - the parse tree

exitConditionalOperator

public void exitConditionalOperator(SwiftParser.ConditionalOperatorContext ctx)
Exit a parse tree produced by SwiftParser.conditionalOperator().

The default implementation does nothing.

Specified by:
exitConditionalOperator in interface SwiftListener
Parameters:
ctx - the parse tree

enterTypeCastingOperator

public void enterTypeCastingOperator(SwiftParser.TypeCastingOperatorContext ctx)
Enter a parse tree produced by SwiftParser.typeCastingOperator().

The default implementation does nothing.

Specified by:
enterTypeCastingOperator in interface SwiftListener
Parameters:
ctx - the parse tree

exitTypeCastingOperator

public void exitTypeCastingOperator(SwiftParser.TypeCastingOperatorContext ctx)
Exit a parse tree produced by SwiftParser.typeCastingOperator().

The default implementation does nothing.

Specified by:
exitTypeCastingOperator in interface SwiftListener
Parameters:
ctx - the parse tree

enterPrimaryExpression

public void enterPrimaryExpression(SwiftParser.PrimaryExpressionContext ctx)
Enter a parse tree produced by SwiftParser.primaryExpression().

The default implementation does nothing.

Specified by:
enterPrimaryExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitPrimaryExpression

public void exitPrimaryExpression(SwiftParser.PrimaryExpressionContext ctx)
Exit a parse tree produced by SwiftParser.primaryExpression().

The default implementation does nothing.

Specified by:
exitPrimaryExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterLiteralExpression

public void enterLiteralExpression(SwiftParser.LiteralExpressionContext ctx)
Enter a parse tree produced by SwiftParser.literalExpression().

The default implementation does nothing.

Specified by:
enterLiteralExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitLiteralExpression

public void exitLiteralExpression(SwiftParser.LiteralExpressionContext ctx)
Exit a parse tree produced by SwiftParser.literalExpression().

The default implementation does nothing.

Specified by:
exitLiteralExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterArrayLiteral

public void enterArrayLiteral(SwiftParser.ArrayLiteralContext ctx)
Enter a parse tree produced by SwiftParser.arrayLiteral().

The default implementation does nothing.

Specified by:
enterArrayLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

exitArrayLiteral

public void exitArrayLiteral(SwiftParser.ArrayLiteralContext ctx)
Exit a parse tree produced by SwiftParser.arrayLiteral().

The default implementation does nothing.

Specified by:
exitArrayLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

enterArrayLiteralItems

public void enterArrayLiteralItems(SwiftParser.ArrayLiteralItemsContext ctx)
Enter a parse tree produced by SwiftParser.arrayLiteralItems().

The default implementation does nothing.

Specified by:
enterArrayLiteralItems in interface SwiftListener
Parameters:
ctx - the parse tree

exitArrayLiteralItems

public void exitArrayLiteralItems(SwiftParser.ArrayLiteralItemsContext ctx)
Exit a parse tree produced by SwiftParser.arrayLiteralItems().

The default implementation does nothing.

Specified by:
exitArrayLiteralItems in interface SwiftListener
Parameters:
ctx - the parse tree

enterArrayLiteralItem

public void enterArrayLiteralItem(SwiftParser.ArrayLiteralItemContext ctx)
Enter a parse tree produced by SwiftParser.arrayLiteralItem().

The default implementation does nothing.

Specified by:
enterArrayLiteralItem in interface SwiftListener
Parameters:
ctx - the parse tree

exitArrayLiteralItem

public void exitArrayLiteralItem(SwiftParser.ArrayLiteralItemContext ctx)
Exit a parse tree produced by SwiftParser.arrayLiteralItem().

The default implementation does nothing.

Specified by:
exitArrayLiteralItem in interface SwiftListener
Parameters:
ctx - the parse tree

enterDictionaryLiteral

public void enterDictionaryLiteral(SwiftParser.DictionaryLiteralContext ctx)
Enter a parse tree produced by SwiftParser.dictionaryLiteral().

The default implementation does nothing.

Specified by:
enterDictionaryLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

exitDictionaryLiteral

public void exitDictionaryLiteral(SwiftParser.DictionaryLiteralContext ctx)
Exit a parse tree produced by SwiftParser.dictionaryLiteral().

The default implementation does nothing.

Specified by:
exitDictionaryLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

enterDictionaryLiteralItems

public void enterDictionaryLiteralItems(SwiftParser.DictionaryLiteralItemsContext ctx)
Enter a parse tree produced by SwiftParser.dictionaryLiteralItems().

The default implementation does nothing.

Specified by:
enterDictionaryLiteralItems in interface SwiftListener
Parameters:
ctx - the parse tree

exitDictionaryLiteralItems

public void exitDictionaryLiteralItems(SwiftParser.DictionaryLiteralItemsContext ctx)
Exit a parse tree produced by SwiftParser.dictionaryLiteralItems().

The default implementation does nothing.

Specified by:
exitDictionaryLiteralItems in interface SwiftListener
Parameters:
ctx - the parse tree

enterDictionaryLiteralItem

public void enterDictionaryLiteralItem(SwiftParser.DictionaryLiteralItemContext ctx)
Enter a parse tree produced by SwiftParser.dictionaryLiteralItem().

The default implementation does nothing.

Specified by:
enterDictionaryLiteralItem in interface SwiftListener
Parameters:
ctx - the parse tree

exitDictionaryLiteralItem

public void exitDictionaryLiteralItem(SwiftParser.DictionaryLiteralItemContext ctx)
Exit a parse tree produced by SwiftParser.dictionaryLiteralItem().

The default implementation does nothing.

Specified by:
exitDictionaryLiteralItem in interface SwiftListener
Parameters:
ctx - the parse tree

enterSelfExpression

public void enterSelfExpression(SwiftParser.SelfExpressionContext ctx)
Enter a parse tree produced by SwiftParser.selfExpression().

The default implementation does nothing.

Specified by:
enterSelfExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitSelfExpression

public void exitSelfExpression(SwiftParser.SelfExpressionContext ctx)
Exit a parse tree produced by SwiftParser.selfExpression().

The default implementation does nothing.

Specified by:
exitSelfExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterSuperclassExpression

public void enterSuperclassExpression(SwiftParser.SuperclassExpressionContext ctx)
Enter a parse tree produced by SwiftParser.superclassExpression().

The default implementation does nothing.

Specified by:
enterSuperclassExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitSuperclassExpression

public void exitSuperclassExpression(SwiftParser.SuperclassExpressionContext ctx)
Exit a parse tree produced by SwiftParser.superclassExpression().

The default implementation does nothing.

Specified by:
exitSuperclassExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterSuperclassMethodExpression

public void enterSuperclassMethodExpression(SwiftParser.SuperclassMethodExpressionContext ctx)
Enter a parse tree produced by SwiftParser.superclassMethodExpression().

The default implementation does nothing.

Specified by:
enterSuperclassMethodExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitSuperclassMethodExpression

public void exitSuperclassMethodExpression(SwiftParser.SuperclassMethodExpressionContext ctx)
Exit a parse tree produced by SwiftParser.superclassMethodExpression().

The default implementation does nothing.

Specified by:
exitSuperclassMethodExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterSuperclassSubscriptExpression

public void enterSuperclassSubscriptExpression(SwiftParser.SuperclassSubscriptExpressionContext ctx)
Enter a parse tree produced by SwiftParser.superclassSubscriptExpression().

The default implementation does nothing.

Specified by:
enterSuperclassSubscriptExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitSuperclassSubscriptExpression

public void exitSuperclassSubscriptExpression(SwiftParser.SuperclassSubscriptExpressionContext ctx)
Exit a parse tree produced by SwiftParser.superclassSubscriptExpression().

The default implementation does nothing.

Specified by:
exitSuperclassSubscriptExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterSuperclassInitializerExpression

public void enterSuperclassInitializerExpression(SwiftParser.SuperclassInitializerExpressionContext ctx)
Enter a parse tree produced by SwiftParser.superclassInitializerExpression().

The default implementation does nothing.

Specified by:
enterSuperclassInitializerExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitSuperclassInitializerExpression

public void exitSuperclassInitializerExpression(SwiftParser.SuperclassInitializerExpressionContext ctx)
Exit a parse tree produced by SwiftParser.superclassInitializerExpression().

The default implementation does nothing.

Specified by:
exitSuperclassInitializerExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterClosureExpression

public void enterClosureExpression(SwiftParser.ClosureExpressionContext ctx)
Enter a parse tree produced by SwiftParser.closureExpression().

The default implementation does nothing.

Specified by:
enterClosureExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitClosureExpression

public void exitClosureExpression(SwiftParser.ClosureExpressionContext ctx)
Exit a parse tree produced by SwiftParser.closureExpression().

The default implementation does nothing.

Specified by:
exitClosureExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterClosureSignature

public void enterClosureSignature(SwiftParser.ClosureSignatureContext ctx)
Enter a parse tree produced by SwiftParser.closureSignature().

The default implementation does nothing.

Specified by:
enterClosureSignature in interface SwiftListener
Parameters:
ctx - the parse tree

exitClosureSignature

public void exitClosureSignature(SwiftParser.ClosureSignatureContext ctx)
Exit a parse tree produced by SwiftParser.closureSignature().

The default implementation does nothing.

Specified by:
exitClosureSignature in interface SwiftListener
Parameters:
ctx - the parse tree

enterCaptureList

public void enterCaptureList(SwiftParser.CaptureListContext ctx)
Enter a parse tree produced by SwiftParser.captureList().

The default implementation does nothing.

Specified by:
enterCaptureList in interface SwiftListener
Parameters:
ctx - the parse tree

exitCaptureList

public void exitCaptureList(SwiftParser.CaptureListContext ctx)
Exit a parse tree produced by SwiftParser.captureList().

The default implementation does nothing.

Specified by:
exitCaptureList in interface SwiftListener
Parameters:
ctx - the parse tree

enterCaptureListItems

public void enterCaptureListItems(SwiftParser.CaptureListItemsContext ctx)
Enter a parse tree produced by SwiftParser.captureListItems().

The default implementation does nothing.

Specified by:
enterCaptureListItems in interface SwiftListener
Parameters:
ctx - the parse tree

exitCaptureListItems

public void exitCaptureListItems(SwiftParser.CaptureListItemsContext ctx)
Exit a parse tree produced by SwiftParser.captureListItems().

The default implementation does nothing.

Specified by:
exitCaptureListItems in interface SwiftListener
Parameters:
ctx - the parse tree

enterCaptureListItem

public void enterCaptureListItem(SwiftParser.CaptureListItemContext ctx)
Enter a parse tree produced by SwiftParser.captureListItem().

The default implementation does nothing.

Specified by:
enterCaptureListItem in interface SwiftListener
Parameters:
ctx - the parse tree

exitCaptureListItem

public void exitCaptureListItem(SwiftParser.CaptureListItemContext ctx)
Exit a parse tree produced by SwiftParser.captureListItem().

The default implementation does nothing.

Specified by:
exitCaptureListItem in interface SwiftListener
Parameters:
ctx - the parse tree

enterCaptureSpecifier

public void enterCaptureSpecifier(SwiftParser.CaptureSpecifierContext ctx)
Enter a parse tree produced by SwiftParser.captureSpecifier().

The default implementation does nothing.

Specified by:
enterCaptureSpecifier in interface SwiftListener
Parameters:
ctx - the parse tree

exitCaptureSpecifier

public void exitCaptureSpecifier(SwiftParser.CaptureSpecifierContext ctx)
Exit a parse tree produced by SwiftParser.captureSpecifier().

The default implementation does nothing.

Specified by:
exitCaptureSpecifier in interface SwiftListener
Parameters:
ctx - the parse tree

enterImplicitMemberExpression

public void enterImplicitMemberExpression(SwiftParser.ImplicitMemberExpressionContext ctx)
Enter a parse tree produced by SwiftParser.implicitMemberExpression().

The default implementation does nothing.

Specified by:
enterImplicitMemberExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitImplicitMemberExpression

public void exitImplicitMemberExpression(SwiftParser.ImplicitMemberExpressionContext ctx)
Exit a parse tree produced by SwiftParser.implicitMemberExpression().

The default implementation does nothing.

Specified by:
exitImplicitMemberExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterParenthesizedExpression

public void enterParenthesizedExpression(SwiftParser.ParenthesizedExpressionContext ctx)
Enter a parse tree produced by SwiftParser.parenthesizedExpression().

The default implementation does nothing.

Specified by:
enterParenthesizedExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitParenthesizedExpression

public void exitParenthesizedExpression(SwiftParser.ParenthesizedExpressionContext ctx)
Exit a parse tree produced by SwiftParser.parenthesizedExpression().

The default implementation does nothing.

Specified by:
exitParenthesizedExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterExpressionElementList

public void enterExpressionElementList(SwiftParser.ExpressionElementListContext ctx)
Enter a parse tree produced by SwiftParser.expressionElementList().

The default implementation does nothing.

Specified by:
enterExpressionElementList in interface SwiftListener
Parameters:
ctx - the parse tree

exitExpressionElementList

public void exitExpressionElementList(SwiftParser.ExpressionElementListContext ctx)
Exit a parse tree produced by SwiftParser.expressionElementList().

The default implementation does nothing.

Specified by:
exitExpressionElementList in interface SwiftListener
Parameters:
ctx - the parse tree

enterExpressionElement

public void enterExpressionElement(SwiftParser.ExpressionElementContext ctx)
Enter a parse tree produced by SwiftParser.expressionElement().

The default implementation does nothing.

Specified by:
enterExpressionElement in interface SwiftListener
Parameters:
ctx - the parse tree

exitExpressionElement

public void exitExpressionElement(SwiftParser.ExpressionElementContext ctx)
Exit a parse tree produced by SwiftParser.expressionElement().

The default implementation does nothing.

Specified by:
exitExpressionElement in interface SwiftListener
Parameters:
ctx - the parse tree

enterWildcardExpression

public void enterWildcardExpression(SwiftParser.WildcardExpressionContext ctx)
Enter a parse tree produced by SwiftParser.wildcardExpression().

The default implementation does nothing.

Specified by:
enterWildcardExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitWildcardExpression

public void exitWildcardExpression(SwiftParser.WildcardExpressionContext ctx)
Exit a parse tree produced by SwiftParser.wildcardExpression().

The default implementation does nothing.

Specified by:
exitWildcardExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterExplicitMemberExpression1

public void enterExplicitMemberExpression1(SwiftParser.ExplicitMemberExpression1Context ctx)
Enter a parse tree produced by the explicitMemberExpression1 labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterExplicitMemberExpression1 in interface SwiftListener
Parameters:
ctx - the parse tree

exitExplicitMemberExpression1

public void exitExplicitMemberExpression1(SwiftParser.ExplicitMemberExpression1Context ctx)
Exit a parse tree produced by the explicitMemberExpression1 labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitExplicitMemberExpression1 in interface SwiftListener
Parameters:
ctx - the parse tree

enterDynamicTypeExpression

public void enterDynamicTypeExpression(SwiftParser.DynamicTypeExpressionContext ctx)
Enter a parse tree produced by the dynamicTypeExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterDynamicTypeExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitDynamicTypeExpression

public void exitDynamicTypeExpression(SwiftParser.DynamicTypeExpressionContext ctx)
Exit a parse tree produced by the dynamicTypeExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitDynamicTypeExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterPostfixOperation

public void enterPostfixOperation(SwiftParser.PostfixOperationContext ctx)
Enter a parse tree produced by the postfixOperation labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterPostfixOperation in interface SwiftListener
Parameters:
ctx - the parse tree

exitPostfixOperation

public void exitPostfixOperation(SwiftParser.PostfixOperationContext ctx)
Exit a parse tree produced by the postfixOperation labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitPostfixOperation in interface SwiftListener
Parameters:
ctx - the parse tree

enterFunctionCallWithClosureExpression

public void enterFunctionCallWithClosureExpression(SwiftParser.FunctionCallWithClosureExpressionContext ctx)
Enter a parse tree produced by the functionCallWithClosureExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterFunctionCallWithClosureExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitFunctionCallWithClosureExpression

public void exitFunctionCallWithClosureExpression(SwiftParser.FunctionCallWithClosureExpressionContext ctx)
Exit a parse tree produced by the functionCallWithClosureExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitFunctionCallWithClosureExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterInitializerExpression

public void enterInitializerExpression(SwiftParser.InitializerExpressionContext ctx)
Enter a parse tree produced by the initializerExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterInitializerExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitInitializerExpression

public void exitInitializerExpression(SwiftParser.InitializerExpressionContext ctx)
Exit a parse tree produced by the initializerExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitInitializerExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterSubscriptExpression

public void enterSubscriptExpression(SwiftParser.SubscriptExpressionContext ctx)
Enter a parse tree produced by the subscriptExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterSubscriptExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitSubscriptExpression

public void exitSubscriptExpression(SwiftParser.SubscriptExpressionContext ctx)
Exit a parse tree produced by the subscriptExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitSubscriptExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterForcedValueExpression

public void enterForcedValueExpression(SwiftParser.ForcedValueExpressionContext ctx)
Enter a parse tree produced by the forcedValueExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterForcedValueExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitForcedValueExpression

public void exitForcedValueExpression(SwiftParser.ForcedValueExpressionContext ctx)
Exit a parse tree produced by the forcedValueExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitForcedValueExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterExplicitMemberExpression2

public void enterExplicitMemberExpression2(SwiftParser.ExplicitMemberExpression2Context ctx)
Enter a parse tree produced by the explicitMemberExpression2 labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterExplicitMemberExpression2 in interface SwiftListener
Parameters:
ctx - the parse tree

exitExplicitMemberExpression2

public void exitExplicitMemberExpression2(SwiftParser.ExplicitMemberExpression2Context ctx)
Exit a parse tree produced by the explicitMemberExpression2 labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitExplicitMemberExpression2 in interface SwiftListener
Parameters:
ctx - the parse tree

enterFunctionCallExpression

public void enterFunctionCallExpression(SwiftParser.FunctionCallExpressionContext ctx)
Enter a parse tree produced by the functionCallExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterFunctionCallExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitFunctionCallExpression

public void exitFunctionCallExpression(SwiftParser.FunctionCallExpressionContext ctx)
Exit a parse tree produced by the functionCallExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitFunctionCallExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterPostfixSelfExpression

public void enterPostfixSelfExpression(SwiftParser.PostfixSelfExpressionContext ctx)
Enter a parse tree produced by the postfixSelfExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterPostfixSelfExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitPostfixSelfExpression

public void exitPostfixSelfExpression(SwiftParser.PostfixSelfExpressionContext ctx)
Exit a parse tree produced by the postfixSelfExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitPostfixSelfExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterPrimary

public void enterPrimary(SwiftParser.PrimaryContext ctx)
Enter a parse tree produced by the primary labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterPrimary in interface SwiftListener
Parameters:
ctx - the parse tree

exitPrimary

public void exitPrimary(SwiftParser.PrimaryContext ctx)
Exit a parse tree produced by the primary labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitPrimary in interface SwiftListener
Parameters:
ctx - the parse tree

enterOptionalChainingExpression

public void enterOptionalChainingExpression(SwiftParser.OptionalChainingExpressionContext ctx)
Enter a parse tree produced by the optionalChainingExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
enterOptionalChainingExpression in interface SwiftListener
Parameters:
ctx - the parse tree

exitOptionalChainingExpression

public void exitOptionalChainingExpression(SwiftParser.OptionalChainingExpressionContext ctx)
Exit a parse tree produced by the optionalChainingExpression labeled alternative in SwiftParser.postfixExpression().

The default implementation does nothing.

Specified by:
exitOptionalChainingExpression in interface SwiftListener
Parameters:
ctx - the parse tree

enterOperatorHead

public void enterOperatorHead(SwiftParser.OperatorHeadContext ctx)
Enter a parse tree produced by SwiftParser.operatorHead().

The default implementation does nothing.

Specified by:
enterOperatorHead in interface SwiftListener
Parameters:
ctx - the parse tree

exitOperatorHead

public void exitOperatorHead(SwiftParser.OperatorHeadContext ctx)
Exit a parse tree produced by SwiftParser.operatorHead().

The default implementation does nothing.

Specified by:
exitOperatorHead in interface SwiftListener
Parameters:
ctx - the parse tree

enterOperatorCharacter

public void enterOperatorCharacter(SwiftParser.OperatorCharacterContext ctx)
Enter a parse tree produced by SwiftParser.operatorCharacter().

The default implementation does nothing.

Specified by:
enterOperatorCharacter in interface SwiftListener
Parameters:
ctx - the parse tree

exitOperatorCharacter

public void exitOperatorCharacter(SwiftParser.OperatorCharacterContext ctx)
Exit a parse tree produced by SwiftParser.operatorCharacter().

The default implementation does nothing.

Specified by:
exitOperatorCharacter in interface SwiftListener
Parameters:
ctx - the parse tree

enterOperator

public void enterOperator(SwiftParser.OperatorContext ctx)
Enter a parse tree produced by SwiftParser.operator().

The default implementation does nothing.

Specified by:
enterOperator in interface SwiftListener
Parameters:
ctx - the parse tree

exitOperator

public void exitOperator(SwiftParser.OperatorContext ctx)
Exit a parse tree produced by SwiftParser.operator().

The default implementation does nothing.

Specified by:
exitOperator in interface SwiftListener
Parameters:
ctx - the parse tree

enterBinaryOperator

public void enterBinaryOperator(SwiftParser.BinaryOperatorContext ctx)
Enter a parse tree produced by SwiftParser.binaryOperator().

The default implementation does nothing.

Specified by:
enterBinaryOperator in interface SwiftListener
Parameters:
ctx - the parse tree

exitBinaryOperator

public void exitBinaryOperator(SwiftParser.BinaryOperatorContext ctx)
Exit a parse tree produced by SwiftParser.binaryOperator().

The default implementation does nothing.

Specified by:
exitBinaryOperator in interface SwiftListener
Parameters:
ctx - the parse tree

enterPrefixOperator

public void enterPrefixOperator(SwiftParser.PrefixOperatorContext ctx)
Enter a parse tree produced by SwiftParser.prefixOperator().

The default implementation does nothing.

Specified by:
enterPrefixOperator in interface SwiftListener
Parameters:
ctx - the parse tree

exitPrefixOperator

public void exitPrefixOperator(SwiftParser.PrefixOperatorContext ctx)
Exit a parse tree produced by SwiftParser.prefixOperator().

The default implementation does nothing.

Specified by:
exitPrefixOperator in interface SwiftListener
Parameters:
ctx - the parse tree

enterPostfixOperator

public void enterPostfixOperator(SwiftParser.PostfixOperatorContext ctx)
Enter a parse tree produced by SwiftParser.postfixOperator().

The default implementation does nothing.

Specified by:
enterPostfixOperator in interface SwiftListener
Parameters:
ctx - the parse tree

exitPostfixOperator

public void exitPostfixOperator(SwiftParser.PostfixOperatorContext ctx)
Exit a parse tree produced by SwiftParser.postfixOperator().

The default implementation does nothing.

Specified by:
exitPostfixOperator in interface SwiftListener
Parameters:
ctx - the parse tree

enterSType

public void enterSType(SwiftParser.STypeContext ctx)
Enter a parse tree produced by SwiftParser.sType().

The default implementation does nothing.

Specified by:
enterSType in interface SwiftListener
Parameters:
ctx - the parse tree

exitSType

public void exitSType(SwiftParser.STypeContext ctx)
Exit a parse tree produced by SwiftParser.sType().

The default implementation does nothing.

Specified by:
exitSType in interface SwiftListener
Parameters:
ctx - the parse tree

enterArrayType

public void enterArrayType(SwiftParser.ArrayTypeContext ctx)
Enter a parse tree produced by SwiftParser.arrayType().

The default implementation does nothing.

Specified by:
enterArrayType in interface SwiftListener
Parameters:
ctx - the parse tree

exitArrayType

public void exitArrayType(SwiftParser.ArrayTypeContext ctx)
Exit a parse tree produced by SwiftParser.arrayType().

The default implementation does nothing.

Specified by:
exitArrayType in interface SwiftListener
Parameters:
ctx - the parse tree

enterDictionaryType

public void enterDictionaryType(SwiftParser.DictionaryTypeContext ctx)
Enter a parse tree produced by SwiftParser.dictionaryType().

The default implementation does nothing.

Specified by:
enterDictionaryType in interface SwiftListener
Parameters:
ctx - the parse tree

exitDictionaryType

public void exitDictionaryType(SwiftParser.DictionaryTypeContext ctx)
Exit a parse tree produced by SwiftParser.dictionaryType().

The default implementation does nothing.

Specified by:
exitDictionaryType in interface SwiftListener
Parameters:
ctx - the parse tree

enterOptionalType

public void enterOptionalType(SwiftParser.OptionalTypeContext ctx)
Enter a parse tree produced by SwiftParser.optionalType().

The default implementation does nothing.

Specified by:
enterOptionalType in interface SwiftListener
Parameters:
ctx - the parse tree

exitOptionalType

public void exitOptionalType(SwiftParser.OptionalTypeContext ctx)
Exit a parse tree produced by SwiftParser.optionalType().

The default implementation does nothing.

Specified by:
exitOptionalType in interface SwiftListener
Parameters:
ctx - the parse tree

enterImplicitlyUnwrappedOptionalType

public void enterImplicitlyUnwrappedOptionalType(SwiftParser.ImplicitlyUnwrappedOptionalTypeContext ctx)
Enter a parse tree produced by SwiftParser.implicitlyUnwrappedOptionalType().

The default implementation does nothing.

Specified by:
enterImplicitlyUnwrappedOptionalType in interface SwiftListener
Parameters:
ctx - the parse tree

exitImplicitlyUnwrappedOptionalType

public void exitImplicitlyUnwrappedOptionalType(SwiftParser.ImplicitlyUnwrappedOptionalTypeContext ctx)
Exit a parse tree produced by SwiftParser.implicitlyUnwrappedOptionalType().

The default implementation does nothing.

Specified by:
exitImplicitlyUnwrappedOptionalType in interface SwiftListener
Parameters:
ctx - the parse tree

enterTypeAnnotation

public void enterTypeAnnotation(SwiftParser.TypeAnnotationContext ctx)
Enter a parse tree produced by SwiftParser.typeAnnotation().

The default implementation does nothing.

Specified by:
enterTypeAnnotation in interface SwiftListener
Parameters:
ctx - the parse tree

exitTypeAnnotation

public void exitTypeAnnotation(SwiftParser.TypeAnnotationContext ctx)
Exit a parse tree produced by SwiftParser.typeAnnotation().

The default implementation does nothing.

Specified by:
exitTypeAnnotation in interface SwiftListener
Parameters:
ctx - the parse tree

enterTypeIdentifier

public void enterTypeIdentifier(SwiftParser.TypeIdentifierContext ctx)
Enter a parse tree produced by SwiftParser.typeIdentifier().

The default implementation does nothing.

Specified by:
enterTypeIdentifier in interface SwiftListener
Parameters:
ctx - the parse tree

exitTypeIdentifier

public void exitTypeIdentifier(SwiftParser.TypeIdentifierContext ctx)
Exit a parse tree produced by SwiftParser.typeIdentifier().

The default implementation does nothing.

Specified by:
exitTypeIdentifier in interface SwiftListener
Parameters:
ctx - the parse tree

enterTypeName

public void enterTypeName(SwiftParser.TypeNameContext ctx)
Enter a parse tree produced by SwiftParser.typeName().

The default implementation does nothing.

Specified by:
enterTypeName in interface SwiftListener
Parameters:
ctx - the parse tree

exitTypeName

public void exitTypeName(SwiftParser.TypeNameContext ctx)
Exit a parse tree produced by SwiftParser.typeName().

The default implementation does nothing.

Specified by:
exitTypeName in interface SwiftListener
Parameters:
ctx - the parse tree

enterTupleType

public void enterTupleType(SwiftParser.TupleTypeContext ctx)
Enter a parse tree produced by SwiftParser.tupleType().

The default implementation does nothing.

Specified by:
enterTupleType in interface SwiftListener
Parameters:
ctx - the parse tree

exitTupleType

public void exitTupleType(SwiftParser.TupleTypeContext ctx)
Exit a parse tree produced by SwiftParser.tupleType().

The default implementation does nothing.

Specified by:
exitTupleType in interface SwiftListener
Parameters:
ctx - the parse tree

enterTupleTypeBody

public void enterTupleTypeBody(SwiftParser.TupleTypeBodyContext ctx)
Enter a parse tree produced by SwiftParser.tupleTypeBody().

The default implementation does nothing.

Specified by:
enterTupleTypeBody in interface SwiftListener
Parameters:
ctx - the parse tree

exitTupleTypeBody

public void exitTupleTypeBody(SwiftParser.TupleTypeBodyContext ctx)
Exit a parse tree produced by SwiftParser.tupleTypeBody().

The default implementation does nothing.

Specified by:
exitTupleTypeBody in interface SwiftListener
Parameters:
ctx - the parse tree

enterTupleTypeElementList

public void enterTupleTypeElementList(SwiftParser.TupleTypeElementListContext ctx)
Enter a parse tree produced by SwiftParser.tupleTypeElementList().

The default implementation does nothing.

Specified by:
enterTupleTypeElementList in interface SwiftListener
Parameters:
ctx - the parse tree

exitTupleTypeElementList

public void exitTupleTypeElementList(SwiftParser.TupleTypeElementListContext ctx)
Exit a parse tree produced by SwiftParser.tupleTypeElementList().

The default implementation does nothing.

Specified by:
exitTupleTypeElementList in interface SwiftListener
Parameters:
ctx - the parse tree

enterTupleTypeElement

public void enterTupleTypeElement(SwiftParser.TupleTypeElementContext ctx)
Enter a parse tree produced by SwiftParser.tupleTypeElement().

The default implementation does nothing.

Specified by:
enterTupleTypeElement in interface SwiftListener
Parameters:
ctx - the parse tree

exitTupleTypeElement

public void exitTupleTypeElement(SwiftParser.TupleTypeElementContext ctx)
Exit a parse tree produced by SwiftParser.tupleTypeElement().

The default implementation does nothing.

Specified by:
exitTupleTypeElement in interface SwiftListener
Parameters:
ctx - the parse tree

enterElementName

public void enterElementName(SwiftParser.ElementNameContext ctx)
Enter a parse tree produced by SwiftParser.elementName().

The default implementation does nothing.

Specified by:
enterElementName in interface SwiftListener
Parameters:
ctx - the parse tree

exitElementName

public void exitElementName(SwiftParser.ElementNameContext ctx)
Exit a parse tree produced by SwiftParser.elementName().

The default implementation does nothing.

Specified by:
exitElementName in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolCompositionType

public void enterProtocolCompositionType(SwiftParser.ProtocolCompositionTypeContext ctx)
Enter a parse tree produced by SwiftParser.protocolCompositionType().

The default implementation does nothing.

Specified by:
enterProtocolCompositionType in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolCompositionType

public void exitProtocolCompositionType(SwiftParser.ProtocolCompositionTypeContext ctx)
Exit a parse tree produced by SwiftParser.protocolCompositionType().

The default implementation does nothing.

Specified by:
exitProtocolCompositionType in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolIdentifierList

public void enterProtocolIdentifierList(SwiftParser.ProtocolIdentifierListContext ctx)
Enter a parse tree produced by SwiftParser.protocolIdentifierList().

The default implementation does nothing.

Specified by:
enterProtocolIdentifierList in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolIdentifierList

public void exitProtocolIdentifierList(SwiftParser.ProtocolIdentifierListContext ctx)
Exit a parse tree produced by SwiftParser.protocolIdentifierList().

The default implementation does nothing.

Specified by:
exitProtocolIdentifierList in interface SwiftListener
Parameters:
ctx - the parse tree

enterProtocolIdentifier

public void enterProtocolIdentifier(SwiftParser.ProtocolIdentifierContext ctx)
Enter a parse tree produced by SwiftParser.protocolIdentifier().

The default implementation does nothing.

Specified by:
enterProtocolIdentifier in interface SwiftListener
Parameters:
ctx - the parse tree

exitProtocolIdentifier

public void exitProtocolIdentifier(SwiftParser.ProtocolIdentifierContext ctx)
Exit a parse tree produced by SwiftParser.protocolIdentifier().

The default implementation does nothing.

Specified by:
exitProtocolIdentifier in interface SwiftListener
Parameters:
ctx - the parse tree

enterMetatypeType

public void enterMetatypeType(SwiftParser.MetatypeTypeContext ctx)
Enter a parse tree produced by SwiftParser.metatypeType().

The default implementation does nothing.

Specified by:
enterMetatypeType in interface SwiftListener
Parameters:
ctx - the parse tree

exitMetatypeType

public void exitMetatypeType(SwiftParser.MetatypeTypeContext ctx)
Exit a parse tree produced by SwiftParser.metatypeType().

The default implementation does nothing.

Specified by:
exitMetatypeType in interface SwiftListener
Parameters:
ctx - the parse tree

enterTypeInheritanceClause

public void enterTypeInheritanceClause(SwiftParser.TypeInheritanceClauseContext ctx)
Enter a parse tree produced by SwiftParser.typeInheritanceClause().

The default implementation does nothing.

Specified by:
enterTypeInheritanceClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitTypeInheritanceClause

public void exitTypeInheritanceClause(SwiftParser.TypeInheritanceClauseContext ctx)
Exit a parse tree produced by SwiftParser.typeInheritanceClause().

The default implementation does nothing.

Specified by:
exitTypeInheritanceClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterTypeInheritanceList

public void enterTypeInheritanceList(SwiftParser.TypeInheritanceListContext ctx)
Enter a parse tree produced by SwiftParser.typeInheritanceList().

The default implementation does nothing.

Specified by:
enterTypeInheritanceList in interface SwiftListener
Parameters:
ctx - the parse tree

exitTypeInheritanceList

public void exitTypeInheritanceList(SwiftParser.TypeInheritanceListContext ctx)
Exit a parse tree produced by SwiftParser.typeInheritanceList().

The default implementation does nothing.

Specified by:
exitTypeInheritanceList in interface SwiftListener
Parameters:
ctx - the parse tree

enterClassRequirement

public void enterClassRequirement(SwiftParser.ClassRequirementContext ctx)
Enter a parse tree produced by SwiftParser.classRequirement().

The default implementation does nothing.

Specified by:
enterClassRequirement in interface SwiftListener
Parameters:
ctx - the parse tree

exitClassRequirement

public void exitClassRequirement(SwiftParser.ClassRequirementContext ctx)
Exit a parse tree produced by SwiftParser.classRequirement().

The default implementation does nothing.

Specified by:
exitClassRequirement in interface SwiftListener
Parameters:
ctx - the parse tree

enterCompilerControlStatement

public void enterCompilerControlStatement(SwiftParser.CompilerControlStatementContext ctx)
Enter a parse tree produced by SwiftParser.compilerControlStatement().

The default implementation does nothing.

Specified by:
enterCompilerControlStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitCompilerControlStatement

public void exitCompilerControlStatement(SwiftParser.CompilerControlStatementContext ctx)
Exit a parse tree produced by SwiftParser.compilerControlStatement().

The default implementation does nothing.

Specified by:
exitCompilerControlStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterBuildConfigurationStatement

public void enterBuildConfigurationStatement(SwiftParser.BuildConfigurationStatementContext ctx)
Enter a parse tree produced by SwiftParser.buildConfigurationStatement().

The default implementation does nothing.

Specified by:
enterBuildConfigurationStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitBuildConfigurationStatement

public void exitBuildConfigurationStatement(SwiftParser.BuildConfigurationStatementContext ctx)
Exit a parse tree produced by SwiftParser.buildConfigurationStatement().

The default implementation does nothing.

Specified by:
exitBuildConfigurationStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterBuildConfigurationElseIfClauses

public void enterBuildConfigurationElseIfClauses(SwiftParser.BuildConfigurationElseIfClausesContext ctx)
Enter a parse tree produced by SwiftParser.buildConfigurationElseIfClauses().

The default implementation does nothing.

Specified by:
enterBuildConfigurationElseIfClauses in interface SwiftListener
Parameters:
ctx - the parse tree

exitBuildConfigurationElseIfClauses

public void exitBuildConfigurationElseIfClauses(SwiftParser.BuildConfigurationElseIfClausesContext ctx)
Exit a parse tree produced by SwiftParser.buildConfigurationElseIfClauses().

The default implementation does nothing.

Specified by:
exitBuildConfigurationElseIfClauses in interface SwiftListener
Parameters:
ctx - the parse tree

enterBuildConfigurationElseIfClause

public void enterBuildConfigurationElseIfClause(SwiftParser.BuildConfigurationElseIfClauseContext ctx)
Enter a parse tree produced by SwiftParser.buildConfigurationElseIfClause().

The default implementation does nothing.

Specified by:
enterBuildConfigurationElseIfClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitBuildConfigurationElseIfClause

public void exitBuildConfigurationElseIfClause(SwiftParser.BuildConfigurationElseIfClauseContext ctx)
Exit a parse tree produced by SwiftParser.buildConfigurationElseIfClause().

The default implementation does nothing.

Specified by:
exitBuildConfigurationElseIfClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterBuildConfigurationElseClause

public void enterBuildConfigurationElseClause(SwiftParser.BuildConfigurationElseClauseContext ctx)
Enter a parse tree produced by SwiftParser.buildConfigurationElseClause().

The default implementation does nothing.

Specified by:
enterBuildConfigurationElseClause in interface SwiftListener
Parameters:
ctx - the parse tree

exitBuildConfigurationElseClause

public void exitBuildConfigurationElseClause(SwiftParser.BuildConfigurationElseClauseContext ctx)
Exit a parse tree produced by SwiftParser.buildConfigurationElseClause().

The default implementation does nothing.

Specified by:
exitBuildConfigurationElseClause in interface SwiftListener
Parameters:
ctx - the parse tree

enterBuildConfiguration

public void enterBuildConfiguration(SwiftParser.BuildConfigurationContext ctx)
Enter a parse tree produced by SwiftParser.buildConfiguration().

The default implementation does nothing.

Specified by:
enterBuildConfiguration in interface SwiftListener
Parameters:
ctx - the parse tree

exitBuildConfiguration

public void exitBuildConfiguration(SwiftParser.BuildConfigurationContext ctx)
Exit a parse tree produced by SwiftParser.buildConfiguration().

The default implementation does nothing.

Specified by:
exitBuildConfiguration in interface SwiftListener
Parameters:
ctx - the parse tree

enterPlatformTestingFunction

public void enterPlatformTestingFunction(SwiftParser.PlatformTestingFunctionContext ctx)
Enter a parse tree produced by SwiftParser.platformTestingFunction().

The default implementation does nothing.

Specified by:
enterPlatformTestingFunction in interface SwiftListener
Parameters:
ctx - the parse tree

exitPlatformTestingFunction

public void exitPlatformTestingFunction(SwiftParser.PlatformTestingFunctionContext ctx)
Exit a parse tree produced by SwiftParser.platformTestingFunction().

The default implementation does nothing.

Specified by:
exitPlatformTestingFunction in interface SwiftListener
Parameters:
ctx - the parse tree

enterOperatingSystem

public void enterOperatingSystem(SwiftParser.OperatingSystemContext ctx)
Enter a parse tree produced by SwiftParser.operatingSystem().

The default implementation does nothing.

Specified by:
enterOperatingSystem in interface SwiftListener
Parameters:
ctx - the parse tree

exitOperatingSystem

public void exitOperatingSystem(SwiftParser.OperatingSystemContext ctx)
Exit a parse tree produced by SwiftParser.operatingSystem().

The default implementation does nothing.

Specified by:
exitOperatingSystem in interface SwiftListener
Parameters:
ctx - the parse tree

enterArchitecture

public void enterArchitecture(SwiftParser.ArchitectureContext ctx)
Enter a parse tree produced by SwiftParser.architecture().

The default implementation does nothing.

Specified by:
enterArchitecture in interface SwiftListener
Parameters:
ctx - the parse tree

exitArchitecture

public void exitArchitecture(SwiftParser.ArchitectureContext ctx)
Exit a parse tree produced by SwiftParser.architecture().

The default implementation does nothing.

Specified by:
exitArchitecture in interface SwiftListener
Parameters:
ctx - the parse tree

enterLineControlStatement

public void enterLineControlStatement(SwiftParser.LineControlStatementContext ctx)
Enter a parse tree produced by SwiftParser.lineControlStatement().

The default implementation does nothing.

Specified by:
enterLineControlStatement in interface SwiftListener
Parameters:
ctx - the parse tree

exitLineControlStatement

public void exitLineControlStatement(SwiftParser.LineControlStatementContext ctx)
Exit a parse tree produced by SwiftParser.lineControlStatement().

The default implementation does nothing.

Specified by:
exitLineControlStatement in interface SwiftListener
Parameters:
ctx - the parse tree

enterLineNumber

public void enterLineNumber(SwiftParser.LineNumberContext ctx)
Enter a parse tree produced by SwiftParser.lineNumber().

The default implementation does nothing.

Specified by:
enterLineNumber in interface SwiftListener
Parameters:
ctx - the parse tree

exitLineNumber

public void exitLineNumber(SwiftParser.LineNumberContext ctx)
Exit a parse tree produced by SwiftParser.lineNumber().

The default implementation does nothing.

Specified by:
exitLineNumber in interface SwiftListener
Parameters:
ctx - the parse tree

enterFileName

public void enterFileName(SwiftParser.FileNameContext ctx)
Enter a parse tree produced by SwiftParser.fileName().

The default implementation does nothing.

Specified by:
enterFileName in interface SwiftListener
Parameters:
ctx - the parse tree

exitFileName

public void exitFileName(SwiftParser.FileNameContext ctx)
Exit a parse tree produced by SwiftParser.fileName().

The default implementation does nothing.

Specified by:
exitFileName in interface SwiftListener
Parameters:
ctx - the parse tree

enterIdentifier

public void enterIdentifier(SwiftParser.IdentifierContext ctx)
Enter a parse tree produced by SwiftParser.identifier().

The default implementation does nothing.

Specified by:
enterIdentifier in interface SwiftListener
Parameters:
ctx - the parse tree

exitIdentifier

public void exitIdentifier(SwiftParser.IdentifierContext ctx)
Exit a parse tree produced by SwiftParser.identifier().

The default implementation does nothing.

Specified by:
exitIdentifier in interface SwiftListener
Parameters:
ctx - the parse tree

enterKeyword

public void enterKeyword(SwiftParser.KeywordContext ctx)
Enter a parse tree produced by SwiftParser.keyword().

The default implementation does nothing.

Specified by:
enterKeyword in interface SwiftListener
Parameters:
ctx - the parse tree

exitKeyword

public void exitKeyword(SwiftParser.KeywordContext ctx)
Exit a parse tree produced by SwiftParser.keyword().

The default implementation does nothing.

Specified by:
exitKeyword in interface SwiftListener
Parameters:
ctx - the parse tree

enterContextSensitiveKeyword

public void enterContextSensitiveKeyword(SwiftParser.ContextSensitiveKeywordContext ctx)
Enter a parse tree produced by SwiftParser.contextSensitiveKeyword().

The default implementation does nothing.

Specified by:
enterContextSensitiveKeyword in interface SwiftListener
Parameters:
ctx - the parse tree

exitContextSensitiveKeyword

public void exitContextSensitiveKeyword(SwiftParser.ContextSensitiveKeywordContext ctx)
Exit a parse tree produced by SwiftParser.contextSensitiveKeyword().

The default implementation does nothing.

Specified by:
exitContextSensitiveKeyword in interface SwiftListener
Parameters:
ctx - the parse tree

enterIdentifierList

public void enterIdentifierList(SwiftParser.IdentifierListContext ctx)
Enter a parse tree produced by SwiftParser.identifierList().

The default implementation does nothing.

Specified by:
enterIdentifierList in interface SwiftListener
Parameters:
ctx - the parse tree

exitIdentifierList

public void exitIdentifierList(SwiftParser.IdentifierListContext ctx)
Exit a parse tree produced by SwiftParser.identifierList().

The default implementation does nothing.

Specified by:
exitIdentifierList in interface SwiftListener
Parameters:
ctx - the parse tree

enterBooleanLiteral

public void enterBooleanLiteral(SwiftParser.BooleanLiteralContext ctx)
Enter a parse tree produced by SwiftParser.booleanLiteral().

The default implementation does nothing.

Specified by:
enterBooleanLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

exitBooleanLiteral

public void exitBooleanLiteral(SwiftParser.BooleanLiteralContext ctx)
Exit a parse tree produced by SwiftParser.booleanLiteral().

The default implementation does nothing.

Specified by:
exitBooleanLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

enterLiteral

public void enterLiteral(SwiftParser.LiteralContext ctx)
Enter a parse tree produced by SwiftParser.literal().

The default implementation does nothing.

Specified by:
enterLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

exitLiteral

public void exitLiteral(SwiftParser.LiteralContext ctx)
Exit a parse tree produced by SwiftParser.literal().

The default implementation does nothing.

Specified by:
exitLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

enterNumericLiteral

public void enterNumericLiteral(SwiftParser.NumericLiteralContext ctx)
Enter a parse tree produced by SwiftParser.numericLiteral().

The default implementation does nothing.

Specified by:
enterNumericLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

exitNumericLiteral

public void exitNumericLiteral(SwiftParser.NumericLiteralContext ctx)
Exit a parse tree produced by SwiftParser.numericLiteral().

The default implementation does nothing.

Specified by:
exitNumericLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

enterIntegerLiteral

public void enterIntegerLiteral(SwiftParser.IntegerLiteralContext ctx)
Enter a parse tree produced by SwiftParser.integerLiteral().

The default implementation does nothing.

Specified by:
enterIntegerLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

exitIntegerLiteral

public void exitIntegerLiteral(SwiftParser.IntegerLiteralContext ctx)
Exit a parse tree produced by SwiftParser.integerLiteral().

The default implementation does nothing.

Specified by:
exitIntegerLiteral in interface SwiftListener
Parameters:
ctx - the parse tree

enterEveryRule

public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)

The default implementation does nothing.

Specified by:
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener

exitEveryRule

public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)

The default implementation does nothing.

Specified by:
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener

visitTerminal

public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)

The default implementation does nothing.

Specified by:
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListener

visitErrorNode

public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)

The default implementation does nothing.

Specified by:
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener


Copyright © 2002-2016 InfoEther. All Rights Reserved.