net.sourceforge.pmd.lang.swift.antlr4
Interface SwiftListener

All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
All Known Implementing Classes:
SwiftBaseListener

public interface SwiftListener
extends org.antlr.v4.runtime.tree.ParseTreeListener

This interface defines a complete listener for a parse tree produced by SwiftParser.


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 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 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().
 
Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
 

Method Detail

enterTopLevel

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

Parameters:
ctx - the parse tree

exitTopLevel

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

Parameters:
ctx - the parse tree

enterStatement

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

Parameters:
ctx - the parse tree

exitStatement

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

Parameters:
ctx - the parse tree

enterStatements

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

Parameters:
ctx - the parse tree

exitStatements

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

Parameters:
ctx - the parse tree

enterLoopStatement

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

Parameters:
ctx - the parse tree

exitLoopStatement

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

Parameters:
ctx - the parse tree

enterForStatement

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

Parameters:
ctx - the parse tree

exitForStatement

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

Parameters:
ctx - the parse tree

enterForInit

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

Parameters:
ctx - the parse tree

exitForInit

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

Parameters:
ctx - the parse tree

enterForInStatement

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

Parameters:
ctx - the parse tree

exitForInStatement

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

Parameters:
ctx - the parse tree

enterWhileStatement

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

Parameters:
ctx - the parse tree

exitWhileStatement

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

Parameters:
ctx - the parse tree

enterRepeatWhileStatement

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

Parameters:
ctx - the parse tree

exitRepeatWhileStatement

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

Parameters:
ctx - the parse tree

enterBranchStatement

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

Parameters:
ctx - the parse tree

exitBranchStatement

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

Parameters:
ctx - the parse tree

enterIfStatement

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

Parameters:
ctx - the parse tree

exitIfStatement

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

Parameters:
ctx - the parse tree

enterElseClause

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

Parameters:
ctx - the parse tree

exitElseClause

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

Parameters:
ctx - the parse tree

enterGuardStatement

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

Parameters:
ctx - the parse tree

exitGuardStatement

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

Parameters:
ctx - the parse tree

enterSwitchStatement

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

Parameters:
ctx - the parse tree

exitSwitchStatement

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

Parameters:
ctx - the parse tree

enterSwitchCases

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

Parameters:
ctx - the parse tree

exitSwitchCases

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

Parameters:
ctx - the parse tree

enterSwitchCase

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

Parameters:
ctx - the parse tree

exitSwitchCase

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

Parameters:
ctx - the parse tree

enterCaseLabel

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

Parameters:
ctx - the parse tree

exitCaseLabel

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

Parameters:
ctx - the parse tree

enterCaseItemList

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

Parameters:
ctx - the parse tree

exitCaseItemList

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

Parameters:
ctx - the parse tree

enterCaseItem

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

Parameters:
ctx - the parse tree

exitCaseItem

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

Parameters:
ctx - the parse tree

enterDefaultLabel

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

Parameters:
ctx - the parse tree

exitDefaultLabel

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

Parameters:
ctx - the parse tree

enterLabeledStatement

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

Parameters:
ctx - the parse tree

exitLabeledStatement

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

Parameters:
ctx - the parse tree

enterStatementLabel

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

Parameters:
ctx - the parse tree

exitStatementLabel

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

Parameters:
ctx - the parse tree

enterLabelName

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

Parameters:
ctx - the parse tree

exitLabelName

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

Parameters:
ctx - the parse tree

enterControlTransferStatement

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

Parameters:
ctx - the parse tree

exitControlTransferStatement

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

Parameters:
ctx - the parse tree

enterBreakStatement

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

Parameters:
ctx - the parse tree

exitBreakStatement

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

Parameters:
ctx - the parse tree

enterContinueStatement

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

Parameters:
ctx - the parse tree

exitContinueStatement

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

Parameters:
ctx - the parse tree

enterFallthroughStatement

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

Parameters:
ctx - the parse tree

exitFallthroughStatement

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

Parameters:
ctx - the parse tree

enterReturnStatement

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

Parameters:
ctx - the parse tree

exitReturnStatement

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

Parameters:
ctx - the parse tree

enterThrowStatement

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

Parameters:
ctx - the parse tree

exitThrowStatement

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

Parameters:
ctx - the parse tree

enterDeferStatement

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

Parameters:
ctx - the parse tree

exitDeferStatement

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

Parameters:
ctx - the parse tree

enterDoStatement

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

Parameters:
ctx - the parse tree

exitDoStatement

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

Parameters:
ctx - the parse tree

enterCatchClauses

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

Parameters:
ctx - the parse tree

exitCatchClauses

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

Parameters:
ctx - the parse tree

enterCatchClause

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

Parameters:
ctx - the parse tree

exitCatchClause

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

Parameters:
ctx - the parse tree

enterConditionClause

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

Parameters:
ctx - the parse tree

exitConditionClause

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

Parameters:
ctx - the parse tree

enterConditionList

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

Parameters:
ctx - the parse tree

exitConditionList

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

Parameters:
ctx - the parse tree

enterCondition

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

Parameters:
ctx - the parse tree

exitCondition

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

Parameters:
ctx - the parse tree

enterCaseCondition

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

Parameters:
ctx - the parse tree

exitCaseCondition

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

Parameters:
ctx - the parse tree

enterOptionalBindingCondition

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

Parameters:
ctx - the parse tree

exitOptionalBindingCondition

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

Parameters:
ctx - the parse tree

enterOptionalBindingHead

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

Parameters:
ctx - the parse tree

exitOptionalBindingHead

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

Parameters:
ctx - the parse tree

enterOptionalBindingContinuationList

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

Parameters:
ctx - the parse tree

exitOptionalBindingContinuationList

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

Parameters:
ctx - the parse tree

enterOptionalBindingContinuation

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

Parameters:
ctx - the parse tree

exitOptionalBindingContinuation

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

Parameters:
ctx - the parse tree

enterWhereClause

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

Parameters:
ctx - the parse tree

exitWhereClause

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

Parameters:
ctx - the parse tree

enterWhereExpression

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

Parameters:
ctx - the parse tree

exitWhereExpression

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

Parameters:
ctx - the parse tree

enterAvailabilityCondition

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

Parameters:
ctx - the parse tree

exitAvailabilityCondition

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

Parameters:
ctx - the parse tree

enterAvailabilityArguments

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

Parameters:
ctx - the parse tree

exitAvailabilityArguments

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

Parameters:
ctx - the parse tree

enterAvailabilityArgument

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

Parameters:
ctx - the parse tree

exitAvailabilityArgument

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

Parameters:
ctx - the parse tree

enterPlatformName

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

Parameters:
ctx - the parse tree

exitPlatformName

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

Parameters:
ctx - the parse tree

enterPlatformVersion

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

Parameters:
ctx - the parse tree

exitPlatformVersion

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

Parameters:
ctx - the parse tree

enterGenericParameterClause

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

Parameters:
ctx - the parse tree

exitGenericParameterClause

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

Parameters:
ctx - the parse tree

enterGenericParameterList

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

Parameters:
ctx - the parse tree

exitGenericParameterList

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

Parameters:
ctx - the parse tree

enterGenericParameter

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

Parameters:
ctx - the parse tree

exitGenericParameter

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

Parameters:
ctx - the parse tree

enterRequirementClause

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

Parameters:
ctx - the parse tree

exitRequirementClause

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

Parameters:
ctx - the parse tree

enterRequirementList

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

Parameters:
ctx - the parse tree

exitRequirementList

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

Parameters:
ctx - the parse tree

enterRequirement

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

Parameters:
ctx - the parse tree

exitRequirement

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

Parameters:
ctx - the parse tree

enterConformanceRequirement

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

Parameters:
ctx - the parse tree

exitConformanceRequirement

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

Parameters:
ctx - the parse tree

enterSameTypeRequirement

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

Parameters:
ctx - the parse tree

exitSameTypeRequirement

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

Parameters:
ctx - the parse tree

enterGenericArgumentClause

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

Parameters:
ctx - the parse tree

exitGenericArgumentClause

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

Parameters:
ctx - the parse tree

enterGenericArgumentList

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

Parameters:
ctx - the parse tree

exitGenericArgumentList

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

Parameters:
ctx - the parse tree

enterGenericArgument

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

Parameters:
ctx - the parse tree

exitGenericArgument

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

Parameters:
ctx - the parse tree

enterDeclaration

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

Parameters:
ctx - the parse tree

exitDeclaration

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

Parameters:
ctx - the parse tree

enterDeclarations

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

Parameters:
ctx - the parse tree

exitDeclarations

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

Parameters:
ctx - the parse tree

enterDeclarationModifiers

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

Parameters:
ctx - the parse tree

exitDeclarationModifiers

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

Parameters:
ctx - the parse tree

enterDeclarationModifier

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

Parameters:
ctx - the parse tree

exitDeclarationModifier

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

Parameters:
ctx - the parse tree

enterAccessLevelModifier

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

Parameters:
ctx - the parse tree

exitAccessLevelModifier

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

Parameters:
ctx - the parse tree

enterAccessLevelModifiers

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

Parameters:
ctx - the parse tree

exitAccessLevelModifiers

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

Parameters:
ctx - the parse tree

enterCodeBlock

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

Parameters:
ctx - the parse tree

exitCodeBlock

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

Parameters:
ctx - the parse tree

enterImportDeclaration

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

Parameters:
ctx - the parse tree

exitImportDeclaration

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

Parameters:
ctx - the parse tree

enterImportKind

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

Parameters:
ctx - the parse tree

exitImportKind

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

Parameters:
ctx - the parse tree

enterImportPath

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

Parameters:
ctx - the parse tree

exitImportPath

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

Parameters:
ctx - the parse tree

enterImportPathIdentifier

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

Parameters:
ctx - the parse tree

exitImportPathIdentifier

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

Parameters:
ctx - the parse tree

enterConstantDeclaration

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

Parameters:
ctx - the parse tree

exitConstantDeclaration

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

Parameters:
ctx - the parse tree

enterPatternInitializerList

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

Parameters:
ctx - the parse tree

exitPatternInitializerList

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

Parameters:
ctx - the parse tree

enterPatternInitializer

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

Parameters:
ctx - the parse tree

exitPatternInitializer

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

Parameters:
ctx - the parse tree

enterInitializer

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

Parameters:
ctx - the parse tree

exitInitializer

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

Parameters:
ctx - the parse tree

enterVariableDeclaration

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

Parameters:
ctx - the parse tree

exitVariableDeclaration

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

Parameters:
ctx - the parse tree

enterVariableDeclarationHead

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

Parameters:
ctx - the parse tree

exitVariableDeclarationHead

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

Parameters:
ctx - the parse tree

enterVariableName

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

Parameters:
ctx - the parse tree

exitVariableName

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

Parameters:
ctx - the parse tree

enterGetterSetterBlock

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

Parameters:
ctx - the parse tree

exitGetterSetterBlock

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

Parameters:
ctx - the parse tree

enterGetterClause

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

Parameters:
ctx - the parse tree

exitGetterClause

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

Parameters:
ctx - the parse tree

enterSetterClause

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

Parameters:
ctx - the parse tree

exitSetterClause

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

Parameters:
ctx - the parse tree

enterSetterName

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

Parameters:
ctx - the parse tree

exitSetterName

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

Parameters:
ctx - the parse tree

enterGetterSetterKeywordBlock

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

Parameters:
ctx - the parse tree

exitGetterSetterKeywordBlock

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

Parameters:
ctx - the parse tree

enterGetterKeywordClause

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

Parameters:
ctx - the parse tree

exitGetterKeywordClause

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

Parameters:
ctx - the parse tree

enterSetterKeywordClause

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

Parameters:
ctx - the parse tree

exitSetterKeywordClause

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

Parameters:
ctx - the parse tree

enterWillSetDidSetBlock

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

Parameters:
ctx - the parse tree

exitWillSetDidSetBlock

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

Parameters:
ctx - the parse tree

enterWillSetClause

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

Parameters:
ctx - the parse tree

exitWillSetClause

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

Parameters:
ctx - the parse tree

enterDidSetClause

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

Parameters:
ctx - the parse tree

exitDidSetClause

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

Parameters:
ctx - the parse tree

enterTypealiasDeclaration

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

Parameters:
ctx - the parse tree

exitTypealiasDeclaration

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

Parameters:
ctx - the parse tree

enterTypealiasHead

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

Parameters:
ctx - the parse tree

exitTypealiasHead

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

Parameters:
ctx - the parse tree

enterTypealiasName

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

Parameters:
ctx - the parse tree

exitTypealiasName

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

Parameters:
ctx - the parse tree

enterTypealiasAssignment

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

Parameters:
ctx - the parse tree

exitTypealiasAssignment

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

Parameters:
ctx - the parse tree

enterFunctionDeclaration

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

Parameters:
ctx - the parse tree

exitFunctionDeclaration

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

Parameters:
ctx - the parse tree

enterFunctionHead

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

Parameters:
ctx - the parse tree

exitFunctionHead

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

Parameters:
ctx - the parse tree

enterFunctionName

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

Parameters:
ctx - the parse tree

exitFunctionName

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

Parameters:
ctx - the parse tree

enterFunctionSignature

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

Parameters:
ctx - the parse tree

exitFunctionSignature

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

Parameters:
ctx - the parse tree

enterFunctionResult

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

Parameters:
ctx - the parse tree

exitFunctionResult

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

Parameters:
ctx - the parse tree

enterFunctionBody

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

Parameters:
ctx - the parse tree

exitFunctionBody

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

Parameters:
ctx - the parse tree

enterParameterClauses

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

Parameters:
ctx - the parse tree

exitParameterClauses

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

Parameters:
ctx - the parse tree

enterParameterClause

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

Parameters:
ctx - the parse tree

exitParameterClause

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

Parameters:
ctx - the parse tree

enterParameterList

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

Parameters:
ctx - the parse tree

exitParameterList

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

Parameters:
ctx - the parse tree

enterParameter

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

Parameters:
ctx - the parse tree

exitParameter

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

Parameters:
ctx - the parse tree

enterExternalParameterName

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

Parameters:
ctx - the parse tree

exitExternalParameterName

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

Parameters:
ctx - the parse tree

enterLocalParameterName

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

Parameters:
ctx - the parse tree

exitLocalParameterName

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

Parameters:
ctx - the parse tree

enterDefaultArgumentClause

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

Parameters:
ctx - the parse tree

exitDefaultArgumentClause

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

Parameters:
ctx - the parse tree

enterEnumDeclaration

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

Parameters:
ctx - the parse tree

exitEnumDeclaration

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

Parameters:
ctx - the parse tree

enterEnumDef

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

Parameters:
ctx - the parse tree

exitEnumDef

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

Parameters:
ctx - the parse tree

enterUnionStyleEnum

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

Parameters:
ctx - the parse tree

exitUnionStyleEnum

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

Parameters:
ctx - the parse tree

enterUnionStyleEnumMembers

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

Parameters:
ctx - the parse tree

exitUnionStyleEnumMembers

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

Parameters:
ctx - the parse tree

enterUnionStyleEnumMember

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

Parameters:
ctx - the parse tree

exitUnionStyleEnumMember

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

Parameters:
ctx - the parse tree

enterUnionStyleEnumCaseClause

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

Parameters:
ctx - the parse tree

exitUnionStyleEnumCaseClause

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

Parameters:
ctx - the parse tree

enterUnionStyleEnumCaseList

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

Parameters:
ctx - the parse tree

exitUnionStyleEnumCaseList

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

Parameters:
ctx - the parse tree

enterUnionStyleEnumCase

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

Parameters:
ctx - the parse tree

exitUnionStyleEnumCase

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

Parameters:
ctx - the parse tree

enterEnumName

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

Parameters:
ctx - the parse tree

exitEnumName

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

Parameters:
ctx - the parse tree

enterEnumCaseName

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

Parameters:
ctx - the parse tree

exitEnumCaseName

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

Parameters:
ctx - the parse tree

enterRawValueStyleEnum

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

Parameters:
ctx - the parse tree

exitRawValueStyleEnum

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

Parameters:
ctx - the parse tree

enterRawValueStyleEnumMembers

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

Parameters:
ctx - the parse tree

exitRawValueStyleEnumMembers

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

Parameters:
ctx - the parse tree

enterRawValueStyleEnumMember

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

Parameters:
ctx - the parse tree

exitRawValueStyleEnumMember

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

Parameters:
ctx - the parse tree

enterRawValueStyleEnumCaseClause

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

Parameters:
ctx - the parse tree

exitRawValueStyleEnumCaseClause

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

Parameters:
ctx - the parse tree

enterRawValueStyleEnumCaseList

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

Parameters:
ctx - the parse tree

exitRawValueStyleEnumCaseList

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

Parameters:
ctx - the parse tree

enterRawValueStyleEnumCase

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

Parameters:
ctx - the parse tree

exitRawValueStyleEnumCase

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

Parameters:
ctx - the parse tree

enterRawValueAssignment

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

Parameters:
ctx - the parse tree

exitRawValueAssignment

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

Parameters:
ctx - the parse tree

enterStructDeclaration

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

Parameters:
ctx - the parse tree

exitStructDeclaration

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

Parameters:
ctx - the parse tree

enterStructName

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

Parameters:
ctx - the parse tree

exitStructName

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

Parameters:
ctx - the parse tree

enterStructBody

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

Parameters:
ctx - the parse tree

exitStructBody

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

Parameters:
ctx - the parse tree

enterClassDeclaration

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

Parameters:
ctx - the parse tree

exitClassDeclaration

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

Parameters:
ctx - the parse tree

enterClassName

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

Parameters:
ctx - the parse tree

exitClassName

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

Parameters:
ctx - the parse tree

enterClassBody

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

Parameters:
ctx - the parse tree

exitClassBody

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

Parameters:
ctx - the parse tree

enterProtocolDeclaration

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

Parameters:
ctx - the parse tree

exitProtocolDeclaration

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

Parameters:
ctx - the parse tree

enterProtocolName

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

Parameters:
ctx - the parse tree

exitProtocolName

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

Parameters:
ctx - the parse tree

enterProtocolBody

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

Parameters:
ctx - the parse tree

exitProtocolBody

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

Parameters:
ctx - the parse tree

enterProtocolMemberDeclaration

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

Parameters:
ctx - the parse tree

exitProtocolMemberDeclaration

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

Parameters:
ctx - the parse tree

enterProtocolMemberDeclarations

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

Parameters:
ctx - the parse tree

exitProtocolMemberDeclarations

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

Parameters:
ctx - the parse tree

enterProtocolPropertyDeclaration

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

Parameters:
ctx - the parse tree

exitProtocolPropertyDeclaration

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

Parameters:
ctx - the parse tree

enterProtocolMethodDeclaration

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

Parameters:
ctx - the parse tree

exitProtocolMethodDeclaration

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

Parameters:
ctx - the parse tree

enterProtocolInitializerDeclaration

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

Parameters:
ctx - the parse tree

exitProtocolInitializerDeclaration

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

Parameters:
ctx - the parse tree

enterProtocolSubscriptDeclaration

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

Parameters:
ctx - the parse tree

exitProtocolSubscriptDeclaration

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

Parameters:
ctx - the parse tree

enterProtocolAssociatedTypeDeclaration

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

Parameters:
ctx - the parse tree

exitProtocolAssociatedTypeDeclaration

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

Parameters:
ctx - the parse tree

enterInitializerDeclaration

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

Parameters:
ctx - the parse tree

exitInitializerDeclaration

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

Parameters:
ctx - the parse tree

enterInitializerHead

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

Parameters:
ctx - the parse tree

exitInitializerHead

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

Parameters:
ctx - the parse tree

enterInitializerBody

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

Parameters:
ctx - the parse tree

exitInitializerBody

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

Parameters:
ctx - the parse tree

enterDeinitializerDeclaration

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

Parameters:
ctx - the parse tree

exitDeinitializerDeclaration

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

Parameters:
ctx - the parse tree

enterExtensionDeclaration

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

Parameters:
ctx - the parse tree

exitExtensionDeclaration

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

Parameters:
ctx - the parse tree

enterExtensionBody

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

Parameters:
ctx - the parse tree

exitExtensionBody

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

Parameters:
ctx - the parse tree

enterSubscriptDeclaration

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

Parameters:
ctx - the parse tree

exitSubscriptDeclaration

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

Parameters:
ctx - the parse tree

enterSubscriptHead

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

Parameters:
ctx - the parse tree

exitSubscriptHead

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

Parameters:
ctx - the parse tree

enterSubscriptResult

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

Parameters:
ctx - the parse tree

exitSubscriptResult

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

Parameters:
ctx - the parse tree

enterOperatorDeclaration

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

Parameters:
ctx - the parse tree

exitOperatorDeclaration

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

Parameters:
ctx - the parse tree

enterPrefixOperatorDeclaration

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

Parameters:
ctx - the parse tree

exitPrefixOperatorDeclaration

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

Parameters:
ctx - the parse tree

enterPostfixOperatorDeclaration

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

Parameters:
ctx - the parse tree

exitPostfixOperatorDeclaration

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

Parameters:
ctx - the parse tree

enterInfixOperatorDeclaration

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

Parameters:
ctx - the parse tree

exitInfixOperatorDeclaration

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

Parameters:
ctx - the parse tree

enterInfixOperatorAttributes

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

Parameters:
ctx - the parse tree

exitInfixOperatorAttributes

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

Parameters:
ctx - the parse tree

enterPrecedenceClause

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

Parameters:
ctx - the parse tree

exitPrecedenceClause

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

Parameters:
ctx - the parse tree

enterPrecedenceLevel

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

Parameters:
ctx - the parse tree

exitPrecedenceLevel

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

Parameters:
ctx - the parse tree

enterAssociativityClause

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

Parameters:
ctx - the parse tree

exitAssociativityClause

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

Parameters:
ctx - the parse tree

enterAssociativity

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

Parameters:
ctx - the parse tree

exitAssociativity

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

Parameters:
ctx - the parse tree

enterPattern

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

Parameters:
ctx - the parse tree

exitPattern

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

Parameters:
ctx - the parse tree

enterWildcardPattern

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

Parameters:
ctx - the parse tree

exitWildcardPattern

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

Parameters:
ctx - the parse tree

enterIdentifierPattern

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

Parameters:
ctx - the parse tree

exitIdentifierPattern

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

Parameters:
ctx - the parse tree

enterValueBindingPattern

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

Parameters:
ctx - the parse tree

exitValueBindingPattern

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

Parameters:
ctx - the parse tree

enterTuplePattern

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

Parameters:
ctx - the parse tree

exitTuplePattern

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

Parameters:
ctx - the parse tree

enterTuplePatternElementList

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

Parameters:
ctx - the parse tree

exitTuplePatternElementList

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

Parameters:
ctx - the parse tree

enterTuplePatternElement

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

Parameters:
ctx - the parse tree

exitTuplePatternElement

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

Parameters:
ctx - the parse tree

enterEnumCasePattern

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

Parameters:
ctx - the parse tree

exitEnumCasePattern

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

Parameters:
ctx - the parse tree

enterTypeCastingPattern

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

Parameters:
ctx - the parse tree

exitTypeCastingPattern

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

Parameters:
ctx - the parse tree

enterIsPattern

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

Parameters:
ctx - the parse tree

exitIsPattern

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

Parameters:
ctx - the parse tree

enterAsPattern

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

Parameters:
ctx - the parse tree

exitAsPattern

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

Parameters:
ctx - the parse tree

enterExpressionPattern

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

Parameters:
ctx - the parse tree

exitExpressionPattern

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

Parameters:
ctx - the parse tree

enterAttribute

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

Parameters:
ctx - the parse tree

exitAttribute

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

Parameters:
ctx - the parse tree

enterAttributeName

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

Parameters:
ctx - the parse tree

exitAttributeName

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

Parameters:
ctx - the parse tree

enterAttributeArgumentClause

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

Parameters:
ctx - the parse tree

exitAttributeArgumentClause

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

Parameters:
ctx - the parse tree

enterAttributes

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

Parameters:
ctx - the parse tree

exitAttributes

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

Parameters:
ctx - the parse tree

enterBalancedTokens

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

Parameters:
ctx - the parse tree

exitBalancedTokens

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

Parameters:
ctx - the parse tree

enterBalancedToken

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

Parameters:
ctx - the parse tree

exitBalancedToken

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

Parameters:
ctx - the parse tree

enterExpressionList

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

Parameters:
ctx - the parse tree

exitExpressionList

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

Parameters:
ctx - the parse tree

enterExpression

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

Parameters:
ctx - the parse tree

exitExpression

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

Parameters:
ctx - the parse tree

enterPrefixExpression

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

Parameters:
ctx - the parse tree

exitPrefixExpression

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

Parameters:
ctx - the parse tree

enterInOutExpression

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

Parameters:
ctx - the parse tree

exitInOutExpression

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

Parameters:
ctx - the parse tree

enterTryOperator

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

Parameters:
ctx - the parse tree

exitTryOperator

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

Parameters:
ctx - the parse tree

enterBinaryExpression

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

Parameters:
ctx - the parse tree

exitBinaryExpression

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

Parameters:
ctx - the parse tree

enterAssignmentOperator

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

Parameters:
ctx - the parse tree

exitAssignmentOperator

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

Parameters:
ctx - the parse tree

enterConditionalOperator

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

Parameters:
ctx - the parse tree

exitConditionalOperator

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

Parameters:
ctx - the parse tree

enterTypeCastingOperator

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

Parameters:
ctx - the parse tree

exitTypeCastingOperator

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

Parameters:
ctx - the parse tree

enterPrimaryExpression

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

Parameters:
ctx - the parse tree

exitPrimaryExpression

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

Parameters:
ctx - the parse tree

enterLiteralExpression

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

Parameters:
ctx - the parse tree

exitLiteralExpression

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

Parameters:
ctx - the parse tree

enterArrayLiteral

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

Parameters:
ctx - the parse tree

exitArrayLiteral

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

Parameters:
ctx - the parse tree

enterArrayLiteralItems

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

Parameters:
ctx - the parse tree

exitArrayLiteralItems

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

Parameters:
ctx - the parse tree

enterArrayLiteralItem

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

Parameters:
ctx - the parse tree

exitArrayLiteralItem

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

Parameters:
ctx - the parse tree

enterDictionaryLiteral

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

Parameters:
ctx - the parse tree

exitDictionaryLiteral

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

Parameters:
ctx - the parse tree

enterDictionaryLiteralItems

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

Parameters:
ctx - the parse tree

exitDictionaryLiteralItems

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

Parameters:
ctx - the parse tree

enterDictionaryLiteralItem

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

Parameters:
ctx - the parse tree

exitDictionaryLiteralItem

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

Parameters:
ctx - the parse tree

enterSelfExpression

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

Parameters:
ctx - the parse tree

exitSelfExpression

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

Parameters:
ctx - the parse tree

enterSuperclassExpression

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

Parameters:
ctx - the parse tree

exitSuperclassExpression

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

Parameters:
ctx - the parse tree

enterSuperclassMethodExpression

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

Parameters:
ctx - the parse tree

exitSuperclassMethodExpression

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

Parameters:
ctx - the parse tree

enterSuperclassSubscriptExpression

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

Parameters:
ctx - the parse tree

exitSuperclassSubscriptExpression

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

Parameters:
ctx - the parse tree

enterSuperclassInitializerExpression

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

Parameters:
ctx - the parse tree

exitSuperclassInitializerExpression

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

Parameters:
ctx - the parse tree

enterClosureExpression

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

Parameters:
ctx - the parse tree

exitClosureExpression

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

Parameters:
ctx - the parse tree

enterClosureSignature

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

Parameters:
ctx - the parse tree

exitClosureSignature

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

Parameters:
ctx - the parse tree

enterCaptureList

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

Parameters:
ctx - the parse tree

exitCaptureList

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

Parameters:
ctx - the parse tree

enterCaptureListItems

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

Parameters:
ctx - the parse tree

exitCaptureListItems

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

Parameters:
ctx - the parse tree

enterCaptureListItem

void enterCaptureListItem(SwiftParser.CaptureListItemContext ctx)
Enter a parse tree produced by SwiftParser.captureListItem().

Parameters:
ctx - the parse tree

exitCaptureListItem

void exitCaptureListItem(SwiftParser.CaptureListItemContext ctx)
Exit a parse tree produced by SwiftParser.captureListItem().

Parameters:
ctx - the parse tree

enterCaptureSpecifier

void enterCaptureSpecifier(SwiftParser.CaptureSpecifierContext ctx)
Enter a parse tree produced by SwiftParser.captureSpecifier().

Parameters:
ctx - the parse tree

exitCaptureSpecifier

void exitCaptureSpecifier(SwiftParser.CaptureSpecifierContext ctx)
Exit a parse tree produced by SwiftParser.captureSpecifier().

Parameters:
ctx - the parse tree

enterImplicitMemberExpression

void enterImplicitMemberExpression(SwiftParser.ImplicitMemberExpressionContext ctx)
Enter a parse tree produced by SwiftParser.implicitMemberExpression().

Parameters:
ctx - the parse tree

exitImplicitMemberExpression

void exitImplicitMemberExpression(SwiftParser.ImplicitMemberExpressionContext ctx)
Exit a parse tree produced by SwiftParser.implicitMemberExpression().

Parameters:
ctx - the parse tree

enterParenthesizedExpression

void enterParenthesizedExpression(SwiftParser.ParenthesizedExpressionContext ctx)
Enter a parse tree produced by SwiftParser.parenthesizedExpression().

Parameters:
ctx - the parse tree

exitParenthesizedExpression

void exitParenthesizedExpression(SwiftParser.ParenthesizedExpressionContext ctx)
Exit a parse tree produced by SwiftParser.parenthesizedExpression().

Parameters:
ctx - the parse tree

enterExpressionElementList

void enterExpressionElementList(SwiftParser.ExpressionElementListContext ctx)
Enter a parse tree produced by SwiftParser.expressionElementList().

Parameters:
ctx - the parse tree

exitExpressionElementList

void exitExpressionElementList(SwiftParser.ExpressionElementListContext ctx)
Exit a parse tree produced by SwiftParser.expressionElementList().

Parameters:
ctx - the parse tree

enterExpressionElement

void enterExpressionElement(SwiftParser.ExpressionElementContext ctx)
Enter a parse tree produced by SwiftParser.expressionElement().

Parameters:
ctx - the parse tree

exitExpressionElement

void exitExpressionElement(SwiftParser.ExpressionElementContext ctx)
Exit a parse tree produced by SwiftParser.expressionElement().

Parameters:
ctx - the parse tree

enterWildcardExpression

void enterWildcardExpression(SwiftParser.WildcardExpressionContext ctx)
Enter a parse tree produced by SwiftParser.wildcardExpression().

Parameters:
ctx - the parse tree

exitWildcardExpression

void exitWildcardExpression(SwiftParser.WildcardExpressionContext ctx)
Exit a parse tree produced by SwiftParser.wildcardExpression().

Parameters:
ctx - the parse tree

enterExplicitMemberExpression1

void enterExplicitMemberExpression1(SwiftParser.ExplicitMemberExpression1Context ctx)
Enter a parse tree produced by the explicitMemberExpression1 labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitExplicitMemberExpression1

void exitExplicitMemberExpression1(SwiftParser.ExplicitMemberExpression1Context ctx)
Exit a parse tree produced by the explicitMemberExpression1 labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterDynamicTypeExpression

void enterDynamicTypeExpression(SwiftParser.DynamicTypeExpressionContext ctx)
Enter a parse tree produced by the dynamicTypeExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitDynamicTypeExpression

void exitDynamicTypeExpression(SwiftParser.DynamicTypeExpressionContext ctx)
Exit a parse tree produced by the dynamicTypeExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterPostfixOperation

void enterPostfixOperation(SwiftParser.PostfixOperationContext ctx)
Enter a parse tree produced by the postfixOperation labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitPostfixOperation

void exitPostfixOperation(SwiftParser.PostfixOperationContext ctx)
Exit a parse tree produced by the postfixOperation labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterFunctionCallWithClosureExpression

void enterFunctionCallWithClosureExpression(SwiftParser.FunctionCallWithClosureExpressionContext ctx)
Enter a parse tree produced by the functionCallWithClosureExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitFunctionCallWithClosureExpression

void exitFunctionCallWithClosureExpression(SwiftParser.FunctionCallWithClosureExpressionContext ctx)
Exit a parse tree produced by the functionCallWithClosureExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterInitializerExpression

void enterInitializerExpression(SwiftParser.InitializerExpressionContext ctx)
Enter a parse tree produced by the initializerExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitInitializerExpression

void exitInitializerExpression(SwiftParser.InitializerExpressionContext ctx)
Exit a parse tree produced by the initializerExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterSubscriptExpression

void enterSubscriptExpression(SwiftParser.SubscriptExpressionContext ctx)
Enter a parse tree produced by the subscriptExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitSubscriptExpression

void exitSubscriptExpression(SwiftParser.SubscriptExpressionContext ctx)
Exit a parse tree produced by the subscriptExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterForcedValueExpression

void enterForcedValueExpression(SwiftParser.ForcedValueExpressionContext ctx)
Enter a parse tree produced by the forcedValueExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitForcedValueExpression

void exitForcedValueExpression(SwiftParser.ForcedValueExpressionContext ctx)
Exit a parse tree produced by the forcedValueExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterExplicitMemberExpression2

void enterExplicitMemberExpression2(SwiftParser.ExplicitMemberExpression2Context ctx)
Enter a parse tree produced by the explicitMemberExpression2 labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitExplicitMemberExpression2

void exitExplicitMemberExpression2(SwiftParser.ExplicitMemberExpression2Context ctx)
Exit a parse tree produced by the explicitMemberExpression2 labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterFunctionCallExpression

void enterFunctionCallExpression(SwiftParser.FunctionCallExpressionContext ctx)
Enter a parse tree produced by the functionCallExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitFunctionCallExpression

void exitFunctionCallExpression(SwiftParser.FunctionCallExpressionContext ctx)
Exit a parse tree produced by the functionCallExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterPostfixSelfExpression

void enterPostfixSelfExpression(SwiftParser.PostfixSelfExpressionContext ctx)
Enter a parse tree produced by the postfixSelfExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitPostfixSelfExpression

void exitPostfixSelfExpression(SwiftParser.PostfixSelfExpressionContext ctx)
Exit a parse tree produced by the postfixSelfExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterPrimary

void enterPrimary(SwiftParser.PrimaryContext ctx)
Enter a parse tree produced by the primary labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitPrimary

void exitPrimary(SwiftParser.PrimaryContext ctx)
Exit a parse tree produced by the primary labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterOptionalChainingExpression

void enterOptionalChainingExpression(SwiftParser.OptionalChainingExpressionContext ctx)
Enter a parse tree produced by the optionalChainingExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

exitOptionalChainingExpression

void exitOptionalChainingExpression(SwiftParser.OptionalChainingExpressionContext ctx)
Exit a parse tree produced by the optionalChainingExpression labeled alternative in SwiftParser.postfixExpression().

Parameters:
ctx - the parse tree

enterOperatorHead

void enterOperatorHead(SwiftParser.OperatorHeadContext ctx)
Enter a parse tree produced by SwiftParser.operatorHead().

Parameters:
ctx - the parse tree

exitOperatorHead

void exitOperatorHead(SwiftParser.OperatorHeadContext ctx)
Exit a parse tree produced by SwiftParser.operatorHead().

Parameters:
ctx - the parse tree

enterOperatorCharacter

void enterOperatorCharacter(SwiftParser.OperatorCharacterContext ctx)
Enter a parse tree produced by SwiftParser.operatorCharacter().

Parameters:
ctx - the parse tree

exitOperatorCharacter

void exitOperatorCharacter(SwiftParser.OperatorCharacterContext ctx)
Exit a parse tree produced by SwiftParser.operatorCharacter().

Parameters:
ctx - the parse tree

enterOperator

void enterOperator(SwiftParser.OperatorContext ctx)
Enter a parse tree produced by SwiftParser.operator().

Parameters:
ctx - the parse tree

exitOperator

void exitOperator(SwiftParser.OperatorContext ctx)
Exit a parse tree produced by SwiftParser.operator().

Parameters:
ctx - the parse tree

enterBinaryOperator

void enterBinaryOperator(SwiftParser.BinaryOperatorContext ctx)
Enter a parse tree produced by SwiftParser.binaryOperator().

Parameters:
ctx - the parse tree

exitBinaryOperator

void exitBinaryOperator(SwiftParser.BinaryOperatorContext ctx)
Exit a parse tree produced by SwiftParser.binaryOperator().

Parameters:
ctx - the parse tree

enterPrefixOperator

void enterPrefixOperator(SwiftParser.PrefixOperatorContext ctx)
Enter a parse tree produced by SwiftParser.prefixOperator().

Parameters:
ctx - the parse tree

exitPrefixOperator

void exitPrefixOperator(SwiftParser.PrefixOperatorContext ctx)
Exit a parse tree produced by SwiftParser.prefixOperator().

Parameters:
ctx - the parse tree

enterPostfixOperator

void enterPostfixOperator(SwiftParser.PostfixOperatorContext ctx)
Enter a parse tree produced by SwiftParser.postfixOperator().

Parameters:
ctx - the parse tree

exitPostfixOperator

void exitPostfixOperator(SwiftParser.PostfixOperatorContext ctx)
Exit a parse tree produced by SwiftParser.postfixOperator().

Parameters:
ctx - the parse tree

enterSType

void enterSType(SwiftParser.STypeContext ctx)
Enter a parse tree produced by SwiftParser.sType().

Parameters:
ctx - the parse tree

exitSType

void exitSType(SwiftParser.STypeContext ctx)
Exit a parse tree produced by SwiftParser.sType().

Parameters:
ctx - the parse tree

enterArrayType

void enterArrayType(SwiftParser.ArrayTypeContext ctx)
Enter a parse tree produced by SwiftParser.arrayType().

Parameters:
ctx - the parse tree

exitArrayType

void exitArrayType(SwiftParser.ArrayTypeContext ctx)
Exit a parse tree produced by SwiftParser.arrayType().

Parameters:
ctx - the parse tree

enterDictionaryType

void enterDictionaryType(SwiftParser.DictionaryTypeContext ctx)
Enter a parse tree produced by SwiftParser.dictionaryType().

Parameters:
ctx - the parse tree

exitDictionaryType

void exitDictionaryType(SwiftParser.DictionaryTypeContext ctx)
Exit a parse tree produced by SwiftParser.dictionaryType().

Parameters:
ctx - the parse tree

enterOptionalType

void enterOptionalType(SwiftParser.OptionalTypeContext ctx)
Enter a parse tree produced by SwiftParser.optionalType().

Parameters:
ctx - the parse tree

exitOptionalType

void exitOptionalType(SwiftParser.OptionalTypeContext ctx)
Exit a parse tree produced by SwiftParser.optionalType().

Parameters:
ctx - the parse tree

enterImplicitlyUnwrappedOptionalType

void enterImplicitlyUnwrappedOptionalType(SwiftParser.ImplicitlyUnwrappedOptionalTypeContext ctx)
Enter a parse tree produced by SwiftParser.implicitlyUnwrappedOptionalType().

Parameters:
ctx - the parse tree

exitImplicitlyUnwrappedOptionalType

void exitImplicitlyUnwrappedOptionalType(SwiftParser.ImplicitlyUnwrappedOptionalTypeContext ctx)
Exit a parse tree produced by SwiftParser.implicitlyUnwrappedOptionalType().

Parameters:
ctx - the parse tree

enterTypeAnnotation

void enterTypeAnnotation(SwiftParser.TypeAnnotationContext ctx)
Enter a parse tree produced by SwiftParser.typeAnnotation().

Parameters:
ctx - the parse tree

exitTypeAnnotation

void exitTypeAnnotation(SwiftParser.TypeAnnotationContext ctx)
Exit a parse tree produced by SwiftParser.typeAnnotation().

Parameters:
ctx - the parse tree

enterTypeIdentifier

void enterTypeIdentifier(SwiftParser.TypeIdentifierContext ctx)
Enter a parse tree produced by SwiftParser.typeIdentifier().

Parameters:
ctx - the parse tree

exitTypeIdentifier

void exitTypeIdentifier(SwiftParser.TypeIdentifierContext ctx)
Exit a parse tree produced by SwiftParser.typeIdentifier().

Parameters:
ctx - the parse tree

enterTypeName

void enterTypeName(SwiftParser.TypeNameContext ctx)
Enter a parse tree produced by SwiftParser.typeName().

Parameters:
ctx - the parse tree

exitTypeName

void exitTypeName(SwiftParser.TypeNameContext ctx)
Exit a parse tree produced by SwiftParser.typeName().

Parameters:
ctx - the parse tree

enterTupleType

void enterTupleType(SwiftParser.TupleTypeContext ctx)
Enter a parse tree produced by SwiftParser.tupleType().

Parameters:
ctx - the parse tree

exitTupleType

void exitTupleType(SwiftParser.TupleTypeContext ctx)
Exit a parse tree produced by SwiftParser.tupleType().

Parameters:
ctx - the parse tree

enterTupleTypeBody

void enterTupleTypeBody(SwiftParser.TupleTypeBodyContext ctx)
Enter a parse tree produced by SwiftParser.tupleTypeBody().

Parameters:
ctx - the parse tree

exitTupleTypeBody

void exitTupleTypeBody(SwiftParser.TupleTypeBodyContext ctx)
Exit a parse tree produced by SwiftParser.tupleTypeBody().

Parameters:
ctx - the parse tree

enterTupleTypeElementList

void enterTupleTypeElementList(SwiftParser.TupleTypeElementListContext ctx)
Enter a parse tree produced by SwiftParser.tupleTypeElementList().

Parameters:
ctx - the parse tree

exitTupleTypeElementList

void exitTupleTypeElementList(SwiftParser.TupleTypeElementListContext ctx)
Exit a parse tree produced by SwiftParser.tupleTypeElementList().

Parameters:
ctx - the parse tree

enterTupleTypeElement

void enterTupleTypeElement(SwiftParser.TupleTypeElementContext ctx)
Enter a parse tree produced by SwiftParser.tupleTypeElement().

Parameters:
ctx - the parse tree

exitTupleTypeElement

void exitTupleTypeElement(SwiftParser.TupleTypeElementContext ctx)
Exit a parse tree produced by SwiftParser.tupleTypeElement().

Parameters:
ctx - the parse tree

enterElementName

void enterElementName(SwiftParser.ElementNameContext ctx)
Enter a parse tree produced by SwiftParser.elementName().

Parameters:
ctx - the parse tree

exitElementName

void exitElementName(SwiftParser.ElementNameContext ctx)
Exit a parse tree produced by SwiftParser.elementName().

Parameters:
ctx - the parse tree

enterProtocolCompositionType

void enterProtocolCompositionType(SwiftParser.ProtocolCompositionTypeContext ctx)
Enter a parse tree produced by SwiftParser.protocolCompositionType().

Parameters:
ctx - the parse tree

exitProtocolCompositionType

void exitProtocolCompositionType(SwiftParser.ProtocolCompositionTypeContext ctx)
Exit a parse tree produced by SwiftParser.protocolCompositionType().

Parameters:
ctx - the parse tree

enterProtocolIdentifierList

void enterProtocolIdentifierList(SwiftParser.ProtocolIdentifierListContext ctx)
Enter a parse tree produced by SwiftParser.protocolIdentifierList().

Parameters:
ctx - the parse tree

exitProtocolIdentifierList

void exitProtocolIdentifierList(SwiftParser.ProtocolIdentifierListContext ctx)
Exit a parse tree produced by SwiftParser.protocolIdentifierList().

Parameters:
ctx - the parse tree

enterProtocolIdentifier

void enterProtocolIdentifier(SwiftParser.ProtocolIdentifierContext ctx)
Enter a parse tree produced by SwiftParser.protocolIdentifier().

Parameters:
ctx - the parse tree

exitProtocolIdentifier

void exitProtocolIdentifier(SwiftParser.ProtocolIdentifierContext ctx)
Exit a parse tree produced by SwiftParser.protocolIdentifier().

Parameters:
ctx - the parse tree

enterMetatypeType

void enterMetatypeType(SwiftParser.MetatypeTypeContext ctx)
Enter a parse tree produced by SwiftParser.metatypeType().

Parameters:
ctx - the parse tree

exitMetatypeType

void exitMetatypeType(SwiftParser.MetatypeTypeContext ctx)
Exit a parse tree produced by SwiftParser.metatypeType().

Parameters:
ctx - the parse tree

enterTypeInheritanceClause

void enterTypeInheritanceClause(SwiftParser.TypeInheritanceClauseContext ctx)
Enter a parse tree produced by SwiftParser.typeInheritanceClause().

Parameters:
ctx - the parse tree

exitTypeInheritanceClause

void exitTypeInheritanceClause(SwiftParser.TypeInheritanceClauseContext ctx)
Exit a parse tree produced by SwiftParser.typeInheritanceClause().

Parameters:
ctx - the parse tree

enterTypeInheritanceList

void enterTypeInheritanceList(SwiftParser.TypeInheritanceListContext ctx)
Enter a parse tree produced by SwiftParser.typeInheritanceList().

Parameters:
ctx - the parse tree

exitTypeInheritanceList

void exitTypeInheritanceList(SwiftParser.TypeInheritanceListContext ctx)
Exit a parse tree produced by SwiftParser.typeInheritanceList().

Parameters:
ctx - the parse tree

enterClassRequirement

void enterClassRequirement(SwiftParser.ClassRequirementContext ctx)
Enter a parse tree produced by SwiftParser.classRequirement().

Parameters:
ctx - the parse tree

exitClassRequirement

void exitClassRequirement(SwiftParser.ClassRequirementContext ctx)
Exit a parse tree produced by SwiftParser.classRequirement().

Parameters:
ctx - the parse tree

enterCompilerControlStatement

void enterCompilerControlStatement(SwiftParser.CompilerControlStatementContext ctx)
Enter a parse tree produced by SwiftParser.compilerControlStatement().

Parameters:
ctx - the parse tree

exitCompilerControlStatement

void exitCompilerControlStatement(SwiftParser.CompilerControlStatementContext ctx)
Exit a parse tree produced by SwiftParser.compilerControlStatement().

Parameters:
ctx - the parse tree

enterBuildConfigurationStatement

void enterBuildConfigurationStatement(SwiftParser.BuildConfigurationStatementContext ctx)
Enter a parse tree produced by SwiftParser.buildConfigurationStatement().

Parameters:
ctx - the parse tree

exitBuildConfigurationStatement

void exitBuildConfigurationStatement(SwiftParser.BuildConfigurationStatementContext ctx)
Exit a parse tree produced by SwiftParser.buildConfigurationStatement().

Parameters:
ctx - the parse tree

enterBuildConfigurationElseIfClauses

void enterBuildConfigurationElseIfClauses(SwiftParser.BuildConfigurationElseIfClausesContext ctx)
Enter a parse tree produced by SwiftParser.buildConfigurationElseIfClauses().

Parameters:
ctx - the parse tree

exitBuildConfigurationElseIfClauses

void exitBuildConfigurationElseIfClauses(SwiftParser.BuildConfigurationElseIfClausesContext ctx)
Exit a parse tree produced by SwiftParser.buildConfigurationElseIfClauses().

Parameters:
ctx - the parse tree

enterBuildConfigurationElseIfClause

void enterBuildConfigurationElseIfClause(SwiftParser.BuildConfigurationElseIfClauseContext ctx)
Enter a parse tree produced by SwiftParser.buildConfigurationElseIfClause().

Parameters:
ctx - the parse tree

exitBuildConfigurationElseIfClause

void exitBuildConfigurationElseIfClause(SwiftParser.BuildConfigurationElseIfClauseContext ctx)
Exit a parse tree produced by SwiftParser.buildConfigurationElseIfClause().

Parameters:
ctx - the parse tree

enterBuildConfigurationElseClause

void enterBuildConfigurationElseClause(SwiftParser.BuildConfigurationElseClauseContext ctx)
Enter a parse tree produced by SwiftParser.buildConfigurationElseClause().

Parameters:
ctx - the parse tree

exitBuildConfigurationElseClause

void exitBuildConfigurationElseClause(SwiftParser.BuildConfigurationElseClauseContext ctx)
Exit a parse tree produced by SwiftParser.buildConfigurationElseClause().

Parameters:
ctx - the parse tree

enterBuildConfiguration

void enterBuildConfiguration(SwiftParser.BuildConfigurationContext ctx)
Enter a parse tree produced by SwiftParser.buildConfiguration().

Parameters:
ctx - the parse tree

exitBuildConfiguration

void exitBuildConfiguration(SwiftParser.BuildConfigurationContext ctx)
Exit a parse tree produced by SwiftParser.buildConfiguration().

Parameters:
ctx - the parse tree

enterPlatformTestingFunction

void enterPlatformTestingFunction(SwiftParser.PlatformTestingFunctionContext ctx)
Enter a parse tree produced by SwiftParser.platformTestingFunction().

Parameters:
ctx - the parse tree

exitPlatformTestingFunction

void exitPlatformTestingFunction(SwiftParser.PlatformTestingFunctionContext ctx)
Exit a parse tree produced by SwiftParser.platformTestingFunction().

Parameters:
ctx - the parse tree

enterOperatingSystem

void enterOperatingSystem(SwiftParser.OperatingSystemContext ctx)
Enter a parse tree produced by SwiftParser.operatingSystem().

Parameters:
ctx - the parse tree

exitOperatingSystem

void exitOperatingSystem(SwiftParser.OperatingSystemContext ctx)
Exit a parse tree produced by SwiftParser.operatingSystem().

Parameters:
ctx - the parse tree

enterArchitecture

void enterArchitecture(SwiftParser.ArchitectureContext ctx)
Enter a parse tree produced by SwiftParser.architecture().

Parameters:
ctx - the parse tree

exitArchitecture

void exitArchitecture(SwiftParser.ArchitectureContext ctx)
Exit a parse tree produced by SwiftParser.architecture().

Parameters:
ctx - the parse tree

enterLineControlStatement

void enterLineControlStatement(SwiftParser.LineControlStatementContext ctx)
Enter a parse tree produced by SwiftParser.lineControlStatement().

Parameters:
ctx - the parse tree

exitLineControlStatement

void exitLineControlStatement(SwiftParser.LineControlStatementContext ctx)
Exit a parse tree produced by SwiftParser.lineControlStatement().

Parameters:
ctx - the parse tree

enterLineNumber

void enterLineNumber(SwiftParser.LineNumberContext ctx)
Enter a parse tree produced by SwiftParser.lineNumber().

Parameters:
ctx - the parse tree

exitLineNumber

void exitLineNumber(SwiftParser.LineNumberContext ctx)
Exit a parse tree produced by SwiftParser.lineNumber().

Parameters:
ctx - the parse tree

enterFileName

void enterFileName(SwiftParser.FileNameContext ctx)
Enter a parse tree produced by SwiftParser.fileName().

Parameters:
ctx - the parse tree

exitFileName

void exitFileName(SwiftParser.FileNameContext ctx)
Exit a parse tree produced by SwiftParser.fileName().

Parameters:
ctx - the parse tree

enterIdentifier

void enterIdentifier(SwiftParser.IdentifierContext ctx)
Enter a parse tree produced by SwiftParser.identifier().

Parameters:
ctx - the parse tree

exitIdentifier

void exitIdentifier(SwiftParser.IdentifierContext ctx)
Exit a parse tree produced by SwiftParser.identifier().

Parameters:
ctx - the parse tree

enterKeyword

void enterKeyword(SwiftParser.KeywordContext ctx)
Enter a parse tree produced by SwiftParser.keyword().

Parameters:
ctx - the parse tree

exitKeyword

void exitKeyword(SwiftParser.KeywordContext ctx)
Exit a parse tree produced by SwiftParser.keyword().

Parameters:
ctx - the parse tree

enterContextSensitiveKeyword

void enterContextSensitiveKeyword(SwiftParser.ContextSensitiveKeywordContext ctx)
Enter a parse tree produced by SwiftParser.contextSensitiveKeyword().

Parameters:
ctx - the parse tree

exitContextSensitiveKeyword

void exitContextSensitiveKeyword(SwiftParser.ContextSensitiveKeywordContext ctx)
Exit a parse tree produced by SwiftParser.contextSensitiveKeyword().

Parameters:
ctx - the parse tree

enterIdentifierList

void enterIdentifierList(SwiftParser.IdentifierListContext ctx)
Enter a parse tree produced by SwiftParser.identifierList().

Parameters:
ctx - the parse tree

exitIdentifierList

void exitIdentifierList(SwiftParser.IdentifierListContext ctx)
Exit a parse tree produced by SwiftParser.identifierList().

Parameters:
ctx - the parse tree

enterBooleanLiteral

void enterBooleanLiteral(SwiftParser.BooleanLiteralContext ctx)
Enter a parse tree produced by SwiftParser.booleanLiteral().

Parameters:
ctx - the parse tree

exitBooleanLiteral

void exitBooleanLiteral(SwiftParser.BooleanLiteralContext ctx)
Exit a parse tree produced by SwiftParser.booleanLiteral().

Parameters:
ctx - the parse tree

enterLiteral

void enterLiteral(SwiftParser.LiteralContext ctx)
Enter a parse tree produced by SwiftParser.literal().

Parameters:
ctx - the parse tree

exitLiteral

void exitLiteral(SwiftParser.LiteralContext ctx)
Exit a parse tree produced by SwiftParser.literal().

Parameters:
ctx - the parse tree

enterNumericLiteral

void enterNumericLiteral(SwiftParser.NumericLiteralContext ctx)
Enter a parse tree produced by SwiftParser.numericLiteral().

Parameters:
ctx - the parse tree

exitNumericLiteral

void exitNumericLiteral(SwiftParser.NumericLiteralContext ctx)
Exit a parse tree produced by SwiftParser.numericLiteral().

Parameters:
ctx - the parse tree

enterIntegerLiteral

void enterIntegerLiteral(SwiftParser.IntegerLiteralContext ctx)
Enter a parse tree produced by SwiftParser.integerLiteral().

Parameters:
ctx - the parse tree

exitIntegerLiteral

void exitIntegerLiteral(SwiftParser.IntegerLiteralContext ctx)
Exit a parse tree produced by SwiftParser.integerLiteral().

Parameters:
ctx - the parse tree


Copyright © 2002-2016 InfoEther. All Rights Reserved.