public class KotlinParserBaseListener extends java.lang.Object implements KotlinParserListener
KotlinParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
KotlinParserBaseListener() |
public void enterKotlinFile(KotlinParser.KotlinFileContext ctx)
KotlinParser.kotlinFile().
The default implementation does nothing.
enterKotlinFile in interface KotlinParserListenerctx - the parse treepublic void exitKotlinFile(KotlinParser.KotlinFileContext ctx)
KotlinParser.kotlinFile().
The default implementation does nothing.
exitKotlinFile in interface KotlinParserListenerctx - the parse treepublic void enterScript(KotlinParser.ScriptContext ctx)
KotlinParser.script().
The default implementation does nothing.
enterScript in interface KotlinParserListenerctx - the parse treepublic void exitScript(KotlinParser.ScriptContext ctx)
KotlinParser.script().
The default implementation does nothing.
exitScript in interface KotlinParserListenerctx - the parse treepublic void enterShebangLine(KotlinParser.ShebangLineContext ctx)
KotlinParser.shebangLine().
The default implementation does nothing.
enterShebangLine in interface KotlinParserListenerctx - the parse treepublic void exitShebangLine(KotlinParser.ShebangLineContext ctx)
KotlinParser.shebangLine().
The default implementation does nothing.
exitShebangLine in interface KotlinParserListenerctx - the parse treepublic void enterFileAnnotation(KotlinParser.FileAnnotationContext ctx)
KotlinParser.fileAnnotation().
The default implementation does nothing.
enterFileAnnotation in interface KotlinParserListenerctx - the parse treepublic void exitFileAnnotation(KotlinParser.FileAnnotationContext ctx)
KotlinParser.fileAnnotation().
The default implementation does nothing.
exitFileAnnotation in interface KotlinParserListenerctx - the parse treepublic void enterPackageHeader(KotlinParser.PackageHeaderContext ctx)
KotlinParser.packageHeader().
The default implementation does nothing.
enterPackageHeader in interface KotlinParserListenerctx - the parse treepublic void exitPackageHeader(KotlinParser.PackageHeaderContext ctx)
KotlinParser.packageHeader().
The default implementation does nothing.
exitPackageHeader in interface KotlinParserListenerctx - the parse treepublic void enterImportList(KotlinParser.ImportListContext ctx)
KotlinParser.importList().
The default implementation does nothing.
enterImportList in interface KotlinParserListenerctx - the parse treepublic void exitImportList(KotlinParser.ImportListContext ctx)
KotlinParser.importList().
The default implementation does nothing.
exitImportList in interface KotlinParserListenerctx - the parse treepublic void enterImportHeader(KotlinParser.ImportHeaderContext ctx)
KotlinParser.importHeader().
The default implementation does nothing.
enterImportHeader in interface KotlinParserListenerctx - the parse treepublic void exitImportHeader(KotlinParser.ImportHeaderContext ctx)
KotlinParser.importHeader().
The default implementation does nothing.
exitImportHeader in interface KotlinParserListenerctx - the parse treepublic void enterImportAlias(KotlinParser.ImportAliasContext ctx)
KotlinParser.importAlias().
The default implementation does nothing.
enterImportAlias in interface KotlinParserListenerctx - the parse treepublic void exitImportAlias(KotlinParser.ImportAliasContext ctx)
KotlinParser.importAlias().
The default implementation does nothing.
exitImportAlias in interface KotlinParserListenerctx - the parse treepublic void enterTopLevelObject(KotlinParser.TopLevelObjectContext ctx)
KotlinParser.topLevelObject().
The default implementation does nothing.
enterTopLevelObject in interface KotlinParserListenerctx - the parse treepublic void exitTopLevelObject(KotlinParser.TopLevelObjectContext ctx)
KotlinParser.topLevelObject().
The default implementation does nothing.
exitTopLevelObject in interface KotlinParserListenerctx - the parse treepublic void enterTypeAlias(KotlinParser.TypeAliasContext ctx)
KotlinParser.typeAlias().
The default implementation does nothing.
enterTypeAlias in interface KotlinParserListenerctx - the parse treepublic void exitTypeAlias(KotlinParser.TypeAliasContext ctx)
KotlinParser.typeAlias().
The default implementation does nothing.
exitTypeAlias in interface KotlinParserListenerctx - the parse treepublic void enterDeclaration(KotlinParser.DeclarationContext ctx)
KotlinParser.declaration().
The default implementation does nothing.
enterDeclaration in interface KotlinParserListenerctx - the parse treepublic void exitDeclaration(KotlinParser.DeclarationContext ctx)
KotlinParser.declaration().
The default implementation does nothing.
exitDeclaration in interface KotlinParserListenerctx - the parse treepublic void enterClassDeclaration(KotlinParser.ClassDeclarationContext ctx)
KotlinParser.classDeclaration().
The default implementation does nothing.
enterClassDeclaration in interface KotlinParserListenerctx - the parse treepublic void exitClassDeclaration(KotlinParser.ClassDeclarationContext ctx)
KotlinParser.classDeclaration().
The default implementation does nothing.
exitClassDeclaration in interface KotlinParserListenerctx - the parse treepublic void enterPrimaryConstructor(KotlinParser.PrimaryConstructorContext ctx)
KotlinParser.primaryConstructor().
The default implementation does nothing.
enterPrimaryConstructor in interface KotlinParserListenerctx - the parse treepublic void exitPrimaryConstructor(KotlinParser.PrimaryConstructorContext ctx)
KotlinParser.primaryConstructor().
The default implementation does nothing.
exitPrimaryConstructor in interface KotlinParserListenerctx - the parse treepublic void enterClassBody(KotlinParser.ClassBodyContext ctx)
KotlinParser.classBody().
The default implementation does nothing.
enterClassBody in interface KotlinParserListenerctx - the parse treepublic void exitClassBody(KotlinParser.ClassBodyContext ctx)
KotlinParser.classBody().
The default implementation does nothing.
exitClassBody in interface KotlinParserListenerctx - the parse treepublic void enterClassParameters(KotlinParser.ClassParametersContext ctx)
KotlinParser.classParameters().
The default implementation does nothing.
enterClassParameters in interface KotlinParserListenerctx - the parse treepublic void exitClassParameters(KotlinParser.ClassParametersContext ctx)
KotlinParser.classParameters().
The default implementation does nothing.
exitClassParameters in interface KotlinParserListenerctx - the parse treepublic void enterClassParameter(KotlinParser.ClassParameterContext ctx)
KotlinParser.classParameter().
The default implementation does nothing.
enterClassParameter in interface KotlinParserListenerctx - the parse treepublic void exitClassParameter(KotlinParser.ClassParameterContext ctx)
KotlinParser.classParameter().
The default implementation does nothing.
exitClassParameter in interface KotlinParserListenerctx - the parse treepublic void enterDelegationSpecifiers(KotlinParser.DelegationSpecifiersContext ctx)
KotlinParser.delegationSpecifiers().
The default implementation does nothing.
enterDelegationSpecifiers in interface KotlinParserListenerctx - the parse treepublic void exitDelegationSpecifiers(KotlinParser.DelegationSpecifiersContext ctx)
KotlinParser.delegationSpecifiers().
The default implementation does nothing.
exitDelegationSpecifiers in interface KotlinParserListenerctx - the parse treepublic void enterDelegationSpecifier(KotlinParser.DelegationSpecifierContext ctx)
KotlinParser.delegationSpecifier().
The default implementation does nothing.
enterDelegationSpecifier in interface KotlinParserListenerctx - the parse treepublic void exitDelegationSpecifier(KotlinParser.DelegationSpecifierContext ctx)
KotlinParser.delegationSpecifier().
The default implementation does nothing.
exitDelegationSpecifier in interface KotlinParserListenerctx - the parse treepublic void enterConstructorInvocation(KotlinParser.ConstructorInvocationContext ctx)
KotlinParser.constructorInvocation().
The default implementation does nothing.
enterConstructorInvocation in interface KotlinParserListenerctx - the parse treepublic void exitConstructorInvocation(KotlinParser.ConstructorInvocationContext ctx)
KotlinParser.constructorInvocation().
The default implementation does nothing.
exitConstructorInvocation in interface KotlinParserListenerctx - the parse treepublic void enterAnnotatedDelegationSpecifier(KotlinParser.AnnotatedDelegationSpecifierContext ctx)
KotlinParser.annotatedDelegationSpecifier().
The default implementation does nothing.
enterAnnotatedDelegationSpecifier in interface KotlinParserListenerctx - the parse treepublic void exitAnnotatedDelegationSpecifier(KotlinParser.AnnotatedDelegationSpecifierContext ctx)
KotlinParser.annotatedDelegationSpecifier().
The default implementation does nothing.
exitAnnotatedDelegationSpecifier in interface KotlinParserListenerctx - the parse treepublic void enterExplicitDelegation(KotlinParser.ExplicitDelegationContext ctx)
KotlinParser.explicitDelegation().
The default implementation does nothing.
enterExplicitDelegation in interface KotlinParserListenerctx - the parse treepublic void exitExplicitDelegation(KotlinParser.ExplicitDelegationContext ctx)
KotlinParser.explicitDelegation().
The default implementation does nothing.
exitExplicitDelegation in interface KotlinParserListenerctx - the parse treepublic void enterTypeParameters(KotlinParser.TypeParametersContext ctx)
KotlinParser.typeParameters().
The default implementation does nothing.
enterTypeParameters in interface KotlinParserListenerctx - the parse treepublic void exitTypeParameters(KotlinParser.TypeParametersContext ctx)
KotlinParser.typeParameters().
The default implementation does nothing.
exitTypeParameters in interface KotlinParserListenerctx - the parse treepublic void enterTypeParameter(KotlinParser.TypeParameterContext ctx)
KotlinParser.typeParameter().
The default implementation does nothing.
enterTypeParameter in interface KotlinParserListenerctx - the parse treepublic void exitTypeParameter(KotlinParser.TypeParameterContext ctx)
KotlinParser.typeParameter().
The default implementation does nothing.
exitTypeParameter in interface KotlinParserListenerctx - the parse treepublic void enterTypeConstraints(KotlinParser.TypeConstraintsContext ctx)
KotlinParser.typeConstraints().
The default implementation does nothing.
enterTypeConstraints in interface KotlinParserListenerctx - the parse treepublic void exitTypeConstraints(KotlinParser.TypeConstraintsContext ctx)
KotlinParser.typeConstraints().
The default implementation does nothing.
exitTypeConstraints in interface KotlinParserListenerctx - the parse treepublic void enterTypeConstraint(KotlinParser.TypeConstraintContext ctx)
KotlinParser.typeConstraint().
The default implementation does nothing.
enterTypeConstraint in interface KotlinParserListenerctx - the parse treepublic void exitTypeConstraint(KotlinParser.TypeConstraintContext ctx)
KotlinParser.typeConstraint().
The default implementation does nothing.
exitTypeConstraint in interface KotlinParserListenerctx - the parse treepublic void enterClassMemberDeclarations(KotlinParser.ClassMemberDeclarationsContext ctx)
KotlinParser.classMemberDeclarations().
The default implementation does nothing.
enterClassMemberDeclarations in interface KotlinParserListenerctx - the parse treepublic void exitClassMemberDeclarations(KotlinParser.ClassMemberDeclarationsContext ctx)
KotlinParser.classMemberDeclarations().
The default implementation does nothing.
exitClassMemberDeclarations in interface KotlinParserListenerctx - the parse treepublic void enterClassMemberDeclaration(KotlinParser.ClassMemberDeclarationContext ctx)
KotlinParser.classMemberDeclaration().
The default implementation does nothing.
enterClassMemberDeclaration in interface KotlinParserListenerctx - the parse treepublic void exitClassMemberDeclaration(KotlinParser.ClassMemberDeclarationContext ctx)
KotlinParser.classMemberDeclaration().
The default implementation does nothing.
exitClassMemberDeclaration in interface KotlinParserListenerctx - the parse treepublic void enterAnonymousInitializer(KotlinParser.AnonymousInitializerContext ctx)
KotlinParser.anonymousInitializer().
The default implementation does nothing.
enterAnonymousInitializer in interface KotlinParserListenerctx - the parse treepublic void exitAnonymousInitializer(KotlinParser.AnonymousInitializerContext ctx)
KotlinParser.anonymousInitializer().
The default implementation does nothing.
exitAnonymousInitializer in interface KotlinParserListenerctx - the parse treepublic void enterCompanionObject(KotlinParser.CompanionObjectContext ctx)
KotlinParser.companionObject().
The default implementation does nothing.
enterCompanionObject in interface KotlinParserListenerctx - the parse treepublic void exitCompanionObject(KotlinParser.CompanionObjectContext ctx)
KotlinParser.companionObject().
The default implementation does nothing.
exitCompanionObject in interface KotlinParserListenerctx - the parse treepublic void enterFunctionValueParameters(KotlinParser.FunctionValueParametersContext ctx)
KotlinParser.functionValueParameters().
The default implementation does nothing.
enterFunctionValueParameters in interface KotlinParserListenerctx - the parse treepublic void exitFunctionValueParameters(KotlinParser.FunctionValueParametersContext ctx)
KotlinParser.functionValueParameters().
The default implementation does nothing.
exitFunctionValueParameters in interface KotlinParserListenerctx - the parse treepublic void enterFunctionValueParameter(KotlinParser.FunctionValueParameterContext ctx)
KotlinParser.functionValueParameter().
The default implementation does nothing.
enterFunctionValueParameter in interface KotlinParserListenerctx - the parse treepublic void exitFunctionValueParameter(KotlinParser.FunctionValueParameterContext ctx)
KotlinParser.functionValueParameter().
The default implementation does nothing.
exitFunctionValueParameter in interface KotlinParserListenerctx - the parse treepublic void enterFunctionDeclaration(KotlinParser.FunctionDeclarationContext ctx)
KotlinParser.functionDeclaration().
The default implementation does nothing.
enterFunctionDeclaration in interface KotlinParserListenerctx - the parse treepublic void exitFunctionDeclaration(KotlinParser.FunctionDeclarationContext ctx)
KotlinParser.functionDeclaration().
The default implementation does nothing.
exitFunctionDeclaration in interface KotlinParserListenerctx - the parse treepublic void enterFunctionBody(KotlinParser.FunctionBodyContext ctx)
KotlinParser.functionBody().
The default implementation does nothing.
enterFunctionBody in interface KotlinParserListenerctx - the parse treepublic void exitFunctionBody(KotlinParser.FunctionBodyContext ctx)
KotlinParser.functionBody().
The default implementation does nothing.
exitFunctionBody in interface KotlinParserListenerctx - the parse treepublic void enterVariableDeclaration(KotlinParser.VariableDeclarationContext ctx)
KotlinParser.variableDeclaration().
The default implementation does nothing.
enterVariableDeclaration in interface KotlinParserListenerctx - the parse treepublic void exitVariableDeclaration(KotlinParser.VariableDeclarationContext ctx)
KotlinParser.variableDeclaration().
The default implementation does nothing.
exitVariableDeclaration in interface KotlinParserListenerctx - the parse treepublic void enterMultiVariableDeclaration(KotlinParser.MultiVariableDeclarationContext ctx)
KotlinParser.multiVariableDeclaration().
The default implementation does nothing.
enterMultiVariableDeclaration in interface KotlinParserListenerctx - the parse treepublic void exitMultiVariableDeclaration(KotlinParser.MultiVariableDeclarationContext ctx)
KotlinParser.multiVariableDeclaration().
The default implementation does nothing.
exitMultiVariableDeclaration in interface KotlinParserListenerctx - the parse treepublic void enterPropertyDeclaration(KotlinParser.PropertyDeclarationContext ctx)
KotlinParser.propertyDeclaration().
The default implementation does nothing.
enterPropertyDeclaration in interface KotlinParserListenerctx - the parse treepublic void exitPropertyDeclaration(KotlinParser.PropertyDeclarationContext ctx)
KotlinParser.propertyDeclaration().
The default implementation does nothing.
exitPropertyDeclaration in interface KotlinParserListenerctx - the parse treepublic void enterPropertyDelegate(KotlinParser.PropertyDelegateContext ctx)
KotlinParser.propertyDelegate().
The default implementation does nothing.
enterPropertyDelegate in interface KotlinParserListenerctx - the parse treepublic void exitPropertyDelegate(KotlinParser.PropertyDelegateContext ctx)
KotlinParser.propertyDelegate().
The default implementation does nothing.
exitPropertyDelegate in interface KotlinParserListenerctx - the parse treepublic void enterGetter(KotlinParser.GetterContext ctx)
KotlinParser.getter().
The default implementation does nothing.
enterGetter in interface KotlinParserListenerctx - the parse treepublic void exitGetter(KotlinParser.GetterContext ctx)
KotlinParser.getter().
The default implementation does nothing.
exitGetter in interface KotlinParserListenerctx - the parse treepublic void enterSetter(KotlinParser.SetterContext ctx)
KotlinParser.setter().
The default implementation does nothing.
enterSetter in interface KotlinParserListenerctx - the parse treepublic void exitSetter(KotlinParser.SetterContext ctx)
KotlinParser.setter().
The default implementation does nothing.
exitSetter in interface KotlinParserListenerctx - the parse treepublic void enterParametersWithOptionalType(KotlinParser.ParametersWithOptionalTypeContext ctx)
KotlinParser.parametersWithOptionalType().
The default implementation does nothing.
enterParametersWithOptionalType in interface KotlinParserListenerctx - the parse treepublic void exitParametersWithOptionalType(KotlinParser.ParametersWithOptionalTypeContext ctx)
KotlinParser.parametersWithOptionalType().
The default implementation does nothing.
exitParametersWithOptionalType in interface KotlinParserListenerctx - the parse treepublic void enterFunctionValueParameterWithOptionalType(KotlinParser.FunctionValueParameterWithOptionalTypeContext ctx)
KotlinParser.functionValueParameterWithOptionalType().
The default implementation does nothing.
enterFunctionValueParameterWithOptionalType in interface KotlinParserListenerctx - the parse treepublic void exitFunctionValueParameterWithOptionalType(KotlinParser.FunctionValueParameterWithOptionalTypeContext ctx)
KotlinParser.functionValueParameterWithOptionalType().
The default implementation does nothing.
exitFunctionValueParameterWithOptionalType in interface KotlinParserListenerctx - the parse treepublic void enterParameterWithOptionalType(KotlinParser.ParameterWithOptionalTypeContext ctx)
KotlinParser.parameterWithOptionalType().
The default implementation does nothing.
enterParameterWithOptionalType in interface KotlinParserListenerctx - the parse treepublic void exitParameterWithOptionalType(KotlinParser.ParameterWithOptionalTypeContext ctx)
KotlinParser.parameterWithOptionalType().
The default implementation does nothing.
exitParameterWithOptionalType in interface KotlinParserListenerctx - the parse treepublic void enterParameter(KotlinParser.ParameterContext ctx)
KotlinParser.parameter().
The default implementation does nothing.
enterParameter in interface KotlinParserListenerctx - the parse treepublic void exitParameter(KotlinParser.ParameterContext ctx)
KotlinParser.parameter().
The default implementation does nothing.
exitParameter in interface KotlinParserListenerctx - the parse treepublic void enterObjectDeclaration(KotlinParser.ObjectDeclarationContext ctx)
KotlinParser.objectDeclaration().
The default implementation does nothing.
enterObjectDeclaration in interface KotlinParserListenerctx - the parse treepublic void exitObjectDeclaration(KotlinParser.ObjectDeclarationContext ctx)
KotlinParser.objectDeclaration().
The default implementation does nothing.
exitObjectDeclaration in interface KotlinParserListenerctx - the parse treepublic void enterSecondaryConstructor(KotlinParser.SecondaryConstructorContext ctx)
KotlinParser.secondaryConstructor().
The default implementation does nothing.
enterSecondaryConstructor in interface KotlinParserListenerctx - the parse treepublic void exitSecondaryConstructor(KotlinParser.SecondaryConstructorContext ctx)
KotlinParser.secondaryConstructor().
The default implementation does nothing.
exitSecondaryConstructor in interface KotlinParserListenerctx - the parse treepublic void enterConstructorDelegationCall(KotlinParser.ConstructorDelegationCallContext ctx)
KotlinParser.constructorDelegationCall().
The default implementation does nothing.
enterConstructorDelegationCall in interface KotlinParserListenerctx - the parse treepublic void exitConstructorDelegationCall(KotlinParser.ConstructorDelegationCallContext ctx)
KotlinParser.constructorDelegationCall().
The default implementation does nothing.
exitConstructorDelegationCall in interface KotlinParserListenerctx - the parse treepublic void enterEnumClassBody(KotlinParser.EnumClassBodyContext ctx)
KotlinParser.enumClassBody().
The default implementation does nothing.
enterEnumClassBody in interface KotlinParserListenerctx - the parse treepublic void exitEnumClassBody(KotlinParser.EnumClassBodyContext ctx)
KotlinParser.enumClassBody().
The default implementation does nothing.
exitEnumClassBody in interface KotlinParserListenerctx - the parse treepublic void enterEnumEntries(KotlinParser.EnumEntriesContext ctx)
KotlinParser.enumEntries().
The default implementation does nothing.
enterEnumEntries in interface KotlinParserListenerctx - the parse treepublic void exitEnumEntries(KotlinParser.EnumEntriesContext ctx)
KotlinParser.enumEntries().
The default implementation does nothing.
exitEnumEntries in interface KotlinParserListenerctx - the parse treepublic void enterEnumEntry(KotlinParser.EnumEntryContext ctx)
KotlinParser.enumEntry().
The default implementation does nothing.
enterEnumEntry in interface KotlinParserListenerctx - the parse treepublic void exitEnumEntry(KotlinParser.EnumEntryContext ctx)
KotlinParser.enumEntry().
The default implementation does nothing.
exitEnumEntry in interface KotlinParserListenerctx - the parse treepublic void enterType(KotlinParser.TypeContext ctx)
KotlinParser.type().
The default implementation does nothing.
enterType in interface KotlinParserListenerctx - the parse treepublic void exitType(KotlinParser.TypeContext ctx)
KotlinParser.type().
The default implementation does nothing.
exitType in interface KotlinParserListenerctx - the parse treepublic void enterTypeReference(KotlinParser.TypeReferenceContext ctx)
KotlinParser.typeReference().
The default implementation does nothing.
enterTypeReference in interface KotlinParserListenerctx - the parse treepublic void exitTypeReference(KotlinParser.TypeReferenceContext ctx)
KotlinParser.typeReference().
The default implementation does nothing.
exitTypeReference in interface KotlinParserListenerctx - the parse treepublic void enterNullableType(KotlinParser.NullableTypeContext ctx)
KotlinParser.nullableType().
The default implementation does nothing.
enterNullableType in interface KotlinParserListenerctx - the parse treepublic void exitNullableType(KotlinParser.NullableTypeContext ctx)
KotlinParser.nullableType().
The default implementation does nothing.
exitNullableType in interface KotlinParserListenerctx - the parse treepublic void enterQuest(KotlinParser.QuestContext ctx)
KotlinParser.quest().
The default implementation does nothing.
enterQuest in interface KotlinParserListenerctx - the parse treepublic void exitQuest(KotlinParser.QuestContext ctx)
KotlinParser.quest().
The default implementation does nothing.
exitQuest in interface KotlinParserListenerctx - the parse treepublic void enterUserType(KotlinParser.UserTypeContext ctx)
KotlinParser.userType().
The default implementation does nothing.
enterUserType in interface KotlinParserListenerctx - the parse treepublic void exitUserType(KotlinParser.UserTypeContext ctx)
KotlinParser.userType().
The default implementation does nothing.
exitUserType in interface KotlinParserListenerctx - the parse treepublic void enterSimpleUserType(KotlinParser.SimpleUserTypeContext ctx)
KotlinParser.simpleUserType().
The default implementation does nothing.
enterSimpleUserType in interface KotlinParserListenerctx - the parse treepublic void exitSimpleUserType(KotlinParser.SimpleUserTypeContext ctx)
KotlinParser.simpleUserType().
The default implementation does nothing.
exitSimpleUserType in interface KotlinParserListenerctx - the parse treepublic void enterTypeProjection(KotlinParser.TypeProjectionContext ctx)
KotlinParser.typeProjection().
The default implementation does nothing.
enterTypeProjection in interface KotlinParserListenerctx - the parse treepublic void exitTypeProjection(KotlinParser.TypeProjectionContext ctx)
KotlinParser.typeProjection().
The default implementation does nothing.
exitTypeProjection in interface KotlinParserListenerctx - the parse treepublic void enterTypeProjectionModifiers(KotlinParser.TypeProjectionModifiersContext ctx)
KotlinParser.typeProjectionModifiers().
The default implementation does nothing.
enterTypeProjectionModifiers in interface KotlinParserListenerctx - the parse treepublic void exitTypeProjectionModifiers(KotlinParser.TypeProjectionModifiersContext ctx)
KotlinParser.typeProjectionModifiers().
The default implementation does nothing.
exitTypeProjectionModifiers in interface KotlinParserListenerctx - the parse treepublic void enterTypeProjectionModifier(KotlinParser.TypeProjectionModifierContext ctx)
KotlinParser.typeProjectionModifier().
The default implementation does nothing.
enterTypeProjectionModifier in interface KotlinParserListenerctx - the parse treepublic void exitTypeProjectionModifier(KotlinParser.TypeProjectionModifierContext ctx)
KotlinParser.typeProjectionModifier().
The default implementation does nothing.
exitTypeProjectionModifier in interface KotlinParserListenerctx - the parse treepublic void enterFunctionType(KotlinParser.FunctionTypeContext ctx)
KotlinParser.functionType().
The default implementation does nothing.
enterFunctionType in interface KotlinParserListenerctx - the parse treepublic void exitFunctionType(KotlinParser.FunctionTypeContext ctx)
KotlinParser.functionType().
The default implementation does nothing.
exitFunctionType in interface KotlinParserListenerctx - the parse treepublic void enterFunctionTypeParameters(KotlinParser.FunctionTypeParametersContext ctx)
KotlinParser.functionTypeParameters().
The default implementation does nothing.
enterFunctionTypeParameters in interface KotlinParserListenerctx - the parse treepublic void exitFunctionTypeParameters(KotlinParser.FunctionTypeParametersContext ctx)
KotlinParser.functionTypeParameters().
The default implementation does nothing.
exitFunctionTypeParameters in interface KotlinParserListenerctx - the parse treepublic void enterParenthesizedType(KotlinParser.ParenthesizedTypeContext ctx)
KotlinParser.parenthesizedType().
The default implementation does nothing.
enterParenthesizedType in interface KotlinParserListenerctx - the parse treepublic void exitParenthesizedType(KotlinParser.ParenthesizedTypeContext ctx)
KotlinParser.parenthesizedType().
The default implementation does nothing.
exitParenthesizedType in interface KotlinParserListenerctx - the parse treepublic void enterReceiverType(KotlinParser.ReceiverTypeContext ctx)
KotlinParser.receiverType().
The default implementation does nothing.
enterReceiverType in interface KotlinParserListenerctx - the parse treepublic void exitReceiverType(KotlinParser.ReceiverTypeContext ctx)
KotlinParser.receiverType().
The default implementation does nothing.
exitReceiverType in interface KotlinParserListenerctx - the parse treepublic void enterParenthesizedUserType(KotlinParser.ParenthesizedUserTypeContext ctx)
KotlinParser.parenthesizedUserType().
The default implementation does nothing.
enterParenthesizedUserType in interface KotlinParserListenerctx - the parse treepublic void exitParenthesizedUserType(KotlinParser.ParenthesizedUserTypeContext ctx)
KotlinParser.parenthesizedUserType().
The default implementation does nothing.
exitParenthesizedUserType in interface KotlinParserListenerctx - the parse treepublic void enterDefinitelyNonNullableType(KotlinParser.DefinitelyNonNullableTypeContext ctx)
KotlinParser.definitelyNonNullableType().
The default implementation does nothing.
enterDefinitelyNonNullableType in interface KotlinParserListenerctx - the parse treepublic void exitDefinitelyNonNullableType(KotlinParser.DefinitelyNonNullableTypeContext ctx)
KotlinParser.definitelyNonNullableType().
The default implementation does nothing.
exitDefinitelyNonNullableType in interface KotlinParserListenerctx - the parse treepublic void enterStatements(KotlinParser.StatementsContext ctx)
KotlinParser.statements().
The default implementation does nothing.
enterStatements in interface KotlinParserListenerctx - the parse treepublic void exitStatements(KotlinParser.StatementsContext ctx)
KotlinParser.statements().
The default implementation does nothing.
exitStatements in interface KotlinParserListenerctx - the parse treepublic void enterStatement(KotlinParser.StatementContext ctx)
KotlinParser.statement().
The default implementation does nothing.
enterStatement in interface KotlinParserListenerctx - the parse treepublic void exitStatement(KotlinParser.StatementContext ctx)
KotlinParser.statement().
The default implementation does nothing.
exitStatement in interface KotlinParserListenerctx - the parse treepublic void enterLabel(KotlinParser.LabelContext ctx)
KotlinParser.label().
The default implementation does nothing.
enterLabel in interface KotlinParserListenerctx - the parse treepublic void exitLabel(KotlinParser.LabelContext ctx)
KotlinParser.label().
The default implementation does nothing.
exitLabel in interface KotlinParserListenerctx - the parse treepublic void enterControlStructureBody(KotlinParser.ControlStructureBodyContext ctx)
KotlinParser.controlStructureBody().
The default implementation does nothing.
enterControlStructureBody in interface KotlinParserListenerctx - the parse treepublic void exitControlStructureBody(KotlinParser.ControlStructureBodyContext ctx)
KotlinParser.controlStructureBody().
The default implementation does nothing.
exitControlStructureBody in interface KotlinParserListenerctx - the parse treepublic void enterBlock(KotlinParser.BlockContext ctx)
KotlinParser.block().
The default implementation does nothing.
enterBlock in interface KotlinParserListenerctx - the parse treepublic void exitBlock(KotlinParser.BlockContext ctx)
KotlinParser.block().
The default implementation does nothing.
exitBlock in interface KotlinParserListenerctx - the parse treepublic void enterLoopStatement(KotlinParser.LoopStatementContext ctx)
KotlinParser.loopStatement().
The default implementation does nothing.
enterLoopStatement in interface KotlinParserListenerctx - the parse treepublic void exitLoopStatement(KotlinParser.LoopStatementContext ctx)
KotlinParser.loopStatement().
The default implementation does nothing.
exitLoopStatement in interface KotlinParserListenerctx - the parse treepublic void enterForStatement(KotlinParser.ForStatementContext ctx)
KotlinParser.forStatement().
The default implementation does nothing.
enterForStatement in interface KotlinParserListenerctx - the parse treepublic void exitForStatement(KotlinParser.ForStatementContext ctx)
KotlinParser.forStatement().
The default implementation does nothing.
exitForStatement in interface KotlinParserListenerctx - the parse treepublic void enterWhileStatement(KotlinParser.WhileStatementContext ctx)
KotlinParser.whileStatement().
The default implementation does nothing.
enterWhileStatement in interface KotlinParserListenerctx - the parse treepublic void exitWhileStatement(KotlinParser.WhileStatementContext ctx)
KotlinParser.whileStatement().
The default implementation does nothing.
exitWhileStatement in interface KotlinParserListenerctx - the parse treepublic void enterDoWhileStatement(KotlinParser.DoWhileStatementContext ctx)
KotlinParser.doWhileStatement().
The default implementation does nothing.
enterDoWhileStatement in interface KotlinParserListenerctx - the parse treepublic void exitDoWhileStatement(KotlinParser.DoWhileStatementContext ctx)
KotlinParser.doWhileStatement().
The default implementation does nothing.
exitDoWhileStatement in interface KotlinParserListenerctx - the parse treepublic void enterAssignment(KotlinParser.AssignmentContext ctx)
KotlinParser.assignment().
The default implementation does nothing.
enterAssignment in interface KotlinParserListenerctx - the parse treepublic void exitAssignment(KotlinParser.AssignmentContext ctx)
KotlinParser.assignment().
The default implementation does nothing.
exitAssignment in interface KotlinParserListenerctx - the parse treepublic void enterSemi(KotlinParser.SemiContext ctx)
KotlinParser.semi().
The default implementation does nothing.
enterSemi in interface KotlinParserListenerctx - the parse treepublic void exitSemi(KotlinParser.SemiContext ctx)
KotlinParser.semi().
The default implementation does nothing.
exitSemi in interface KotlinParserListenerctx - the parse treepublic void enterSemis(KotlinParser.SemisContext ctx)
KotlinParser.semis().
The default implementation does nothing.
enterSemis in interface KotlinParserListenerctx - the parse treepublic void exitSemis(KotlinParser.SemisContext ctx)
KotlinParser.semis().
The default implementation does nothing.
exitSemis in interface KotlinParserListenerctx - the parse treepublic void enterExpression(KotlinParser.ExpressionContext ctx)
KotlinParser.expression().
The default implementation does nothing.
enterExpression in interface KotlinParserListenerctx - the parse treepublic void exitExpression(KotlinParser.ExpressionContext ctx)
KotlinParser.expression().
The default implementation does nothing.
exitExpression in interface KotlinParserListenerctx - the parse treepublic void enterDisjunction(KotlinParser.DisjunctionContext ctx)
KotlinParser.disjunction().
The default implementation does nothing.
enterDisjunction in interface KotlinParserListenerctx - the parse treepublic void exitDisjunction(KotlinParser.DisjunctionContext ctx)
KotlinParser.disjunction().
The default implementation does nothing.
exitDisjunction in interface KotlinParserListenerctx - the parse treepublic void enterConjunction(KotlinParser.ConjunctionContext ctx)
KotlinParser.conjunction().
The default implementation does nothing.
enterConjunction in interface KotlinParserListenerctx - the parse treepublic void exitConjunction(KotlinParser.ConjunctionContext ctx)
KotlinParser.conjunction().
The default implementation does nothing.
exitConjunction in interface KotlinParserListenerctx - the parse treepublic void enterEquality(KotlinParser.EqualityContext ctx)
KotlinParser.equality().
The default implementation does nothing.
enterEquality in interface KotlinParserListenerctx - the parse treepublic void exitEquality(KotlinParser.EqualityContext ctx)
KotlinParser.equality().
The default implementation does nothing.
exitEquality in interface KotlinParserListenerctx - the parse treepublic void enterComparison(KotlinParser.ComparisonContext ctx)
KotlinParser.comparison().
The default implementation does nothing.
enterComparison in interface KotlinParserListenerctx - the parse treepublic void exitComparison(KotlinParser.ComparisonContext ctx)
KotlinParser.comparison().
The default implementation does nothing.
exitComparison in interface KotlinParserListenerctx - the parse treepublic void enterGenericCallLikeComparison(KotlinParser.GenericCallLikeComparisonContext ctx)
KotlinParser.genericCallLikeComparison().
The default implementation does nothing.
enterGenericCallLikeComparison in interface KotlinParserListenerctx - the parse treepublic void exitGenericCallLikeComparison(KotlinParser.GenericCallLikeComparisonContext ctx)
KotlinParser.genericCallLikeComparison().
The default implementation does nothing.
exitGenericCallLikeComparison in interface KotlinParserListenerctx - the parse treepublic void enterInfixOperation(KotlinParser.InfixOperationContext ctx)
KotlinParser.infixOperation().
The default implementation does nothing.
enterInfixOperation in interface KotlinParserListenerctx - the parse treepublic void exitInfixOperation(KotlinParser.InfixOperationContext ctx)
KotlinParser.infixOperation().
The default implementation does nothing.
exitInfixOperation in interface KotlinParserListenerctx - the parse treepublic void enterElvisExpression(KotlinParser.ElvisExpressionContext ctx)
KotlinParser.elvisExpression().
The default implementation does nothing.
enterElvisExpression in interface KotlinParserListenerctx - the parse treepublic void exitElvisExpression(KotlinParser.ElvisExpressionContext ctx)
KotlinParser.elvisExpression().
The default implementation does nothing.
exitElvisExpression in interface KotlinParserListenerctx - the parse treepublic void enterElvis(KotlinParser.ElvisContext ctx)
KotlinParser.elvis().
The default implementation does nothing.
enterElvis in interface KotlinParserListenerctx - the parse treepublic void exitElvis(KotlinParser.ElvisContext ctx)
KotlinParser.elvis().
The default implementation does nothing.
exitElvis in interface KotlinParserListenerctx - the parse treepublic void enterInfixFunctionCall(KotlinParser.InfixFunctionCallContext ctx)
KotlinParser.infixFunctionCall().
The default implementation does nothing.
enterInfixFunctionCall in interface KotlinParserListenerctx - the parse treepublic void exitInfixFunctionCall(KotlinParser.InfixFunctionCallContext ctx)
KotlinParser.infixFunctionCall().
The default implementation does nothing.
exitInfixFunctionCall in interface KotlinParserListenerctx - the parse treepublic void enterRangeExpression(KotlinParser.RangeExpressionContext ctx)
KotlinParser.rangeExpression().
The default implementation does nothing.
enterRangeExpression in interface KotlinParserListenerctx - the parse treepublic void exitRangeExpression(KotlinParser.RangeExpressionContext ctx)
KotlinParser.rangeExpression().
The default implementation does nothing.
exitRangeExpression in interface KotlinParserListenerctx - the parse treepublic void enterAdditiveExpression(KotlinParser.AdditiveExpressionContext ctx)
KotlinParser.additiveExpression().
The default implementation does nothing.
enterAdditiveExpression in interface KotlinParserListenerctx - the parse treepublic void exitAdditiveExpression(KotlinParser.AdditiveExpressionContext ctx)
KotlinParser.additiveExpression().
The default implementation does nothing.
exitAdditiveExpression in interface KotlinParserListenerctx - the parse treepublic void enterMultiplicativeExpression(KotlinParser.MultiplicativeExpressionContext ctx)
KotlinParser.multiplicativeExpression().
The default implementation does nothing.
enterMultiplicativeExpression in interface KotlinParserListenerctx - the parse treepublic void exitMultiplicativeExpression(KotlinParser.MultiplicativeExpressionContext ctx)
KotlinParser.multiplicativeExpression().
The default implementation does nothing.
exitMultiplicativeExpression in interface KotlinParserListenerctx - the parse treepublic void enterAsExpression(KotlinParser.AsExpressionContext ctx)
KotlinParser.asExpression().
The default implementation does nothing.
enterAsExpression in interface KotlinParserListenerctx - the parse treepublic void exitAsExpression(KotlinParser.AsExpressionContext ctx)
KotlinParser.asExpression().
The default implementation does nothing.
exitAsExpression in interface KotlinParserListenerctx - the parse treepublic void enterPrefixUnaryExpression(KotlinParser.PrefixUnaryExpressionContext ctx)
KotlinParser.prefixUnaryExpression().
The default implementation does nothing.
enterPrefixUnaryExpression in interface KotlinParserListenerctx - the parse treepublic void exitPrefixUnaryExpression(KotlinParser.PrefixUnaryExpressionContext ctx)
KotlinParser.prefixUnaryExpression().
The default implementation does nothing.
exitPrefixUnaryExpression in interface KotlinParserListenerctx - the parse treepublic void enterUnaryPrefix(KotlinParser.UnaryPrefixContext ctx)
KotlinParser.unaryPrefix().
The default implementation does nothing.
enterUnaryPrefix in interface KotlinParserListenerctx - the parse treepublic void exitUnaryPrefix(KotlinParser.UnaryPrefixContext ctx)
KotlinParser.unaryPrefix().
The default implementation does nothing.
exitUnaryPrefix in interface KotlinParserListenerctx - the parse treepublic void enterPostfixUnaryExpression(KotlinParser.PostfixUnaryExpressionContext ctx)
KotlinParser.postfixUnaryExpression().
The default implementation does nothing.
enterPostfixUnaryExpression in interface KotlinParserListenerctx - the parse treepublic void exitPostfixUnaryExpression(KotlinParser.PostfixUnaryExpressionContext ctx)
KotlinParser.postfixUnaryExpression().
The default implementation does nothing.
exitPostfixUnaryExpression in interface KotlinParserListenerctx - the parse treepublic void enterPostfixUnarySuffix(KotlinParser.PostfixUnarySuffixContext ctx)
KotlinParser.postfixUnarySuffix().
The default implementation does nothing.
enterPostfixUnarySuffix in interface KotlinParserListenerctx - the parse treepublic void exitPostfixUnarySuffix(KotlinParser.PostfixUnarySuffixContext ctx)
KotlinParser.postfixUnarySuffix().
The default implementation does nothing.
exitPostfixUnarySuffix in interface KotlinParserListenerctx - the parse treepublic void enterDirectlyAssignableExpression(KotlinParser.DirectlyAssignableExpressionContext ctx)
KotlinParser.directlyAssignableExpression().
The default implementation does nothing.
enterDirectlyAssignableExpression in interface KotlinParserListenerctx - the parse treepublic void exitDirectlyAssignableExpression(KotlinParser.DirectlyAssignableExpressionContext ctx)
KotlinParser.directlyAssignableExpression().
The default implementation does nothing.
exitDirectlyAssignableExpression in interface KotlinParserListenerctx - the parse treepublic void enterParenthesizedDirectlyAssignableExpression(KotlinParser.ParenthesizedDirectlyAssignableExpressionContext ctx)
KotlinParser.parenthesizedDirectlyAssignableExpression().
The default implementation does nothing.
enterParenthesizedDirectlyAssignableExpression in interface KotlinParserListenerctx - the parse treepublic void exitParenthesizedDirectlyAssignableExpression(KotlinParser.ParenthesizedDirectlyAssignableExpressionContext ctx)
KotlinParser.parenthesizedDirectlyAssignableExpression().
The default implementation does nothing.
exitParenthesizedDirectlyAssignableExpression in interface KotlinParserListenerctx - the parse treepublic void enterAssignableExpression(KotlinParser.AssignableExpressionContext ctx)
KotlinParser.assignableExpression().
The default implementation does nothing.
enterAssignableExpression in interface KotlinParserListenerctx - the parse treepublic void exitAssignableExpression(KotlinParser.AssignableExpressionContext ctx)
KotlinParser.assignableExpression().
The default implementation does nothing.
exitAssignableExpression in interface KotlinParserListenerctx - the parse treepublic void enterParenthesizedAssignableExpression(KotlinParser.ParenthesizedAssignableExpressionContext ctx)
KotlinParser.parenthesizedAssignableExpression().
The default implementation does nothing.
enterParenthesizedAssignableExpression in interface KotlinParserListenerctx - the parse treepublic void exitParenthesizedAssignableExpression(KotlinParser.ParenthesizedAssignableExpressionContext ctx)
KotlinParser.parenthesizedAssignableExpression().
The default implementation does nothing.
exitParenthesizedAssignableExpression in interface KotlinParserListenerctx - the parse treepublic void enterAssignableSuffix(KotlinParser.AssignableSuffixContext ctx)
KotlinParser.assignableSuffix().
The default implementation does nothing.
enterAssignableSuffix in interface KotlinParserListenerctx - the parse treepublic void exitAssignableSuffix(KotlinParser.AssignableSuffixContext ctx)
KotlinParser.assignableSuffix().
The default implementation does nothing.
exitAssignableSuffix in interface KotlinParserListenerctx - the parse treepublic void enterIndexingSuffix(KotlinParser.IndexingSuffixContext ctx)
KotlinParser.indexingSuffix().
The default implementation does nothing.
enterIndexingSuffix in interface KotlinParserListenerctx - the parse treepublic void exitIndexingSuffix(KotlinParser.IndexingSuffixContext ctx)
KotlinParser.indexingSuffix().
The default implementation does nothing.
exitIndexingSuffix in interface KotlinParserListenerctx - the parse treepublic void enterNavigationSuffix(KotlinParser.NavigationSuffixContext ctx)
KotlinParser.navigationSuffix().
The default implementation does nothing.
enterNavigationSuffix in interface KotlinParserListenerctx - the parse treepublic void exitNavigationSuffix(KotlinParser.NavigationSuffixContext ctx)
KotlinParser.navigationSuffix().
The default implementation does nothing.
exitNavigationSuffix in interface KotlinParserListenerctx - the parse treepublic void enterCallSuffix(KotlinParser.CallSuffixContext ctx)
KotlinParser.callSuffix().
The default implementation does nothing.
enterCallSuffix in interface KotlinParserListenerctx - the parse treepublic void exitCallSuffix(KotlinParser.CallSuffixContext ctx)
KotlinParser.callSuffix().
The default implementation does nothing.
exitCallSuffix in interface KotlinParserListenerctx - the parse treepublic void enterAnnotatedLambda(KotlinParser.AnnotatedLambdaContext ctx)
KotlinParser.annotatedLambda().
The default implementation does nothing.
enterAnnotatedLambda in interface KotlinParserListenerctx - the parse treepublic void exitAnnotatedLambda(KotlinParser.AnnotatedLambdaContext ctx)
KotlinParser.annotatedLambda().
The default implementation does nothing.
exitAnnotatedLambda in interface KotlinParserListenerctx - the parse treepublic void enterTypeArguments(KotlinParser.TypeArgumentsContext ctx)
KotlinParser.typeArguments().
The default implementation does nothing.
enterTypeArguments in interface KotlinParserListenerctx - the parse treepublic void exitTypeArguments(KotlinParser.TypeArgumentsContext ctx)
KotlinParser.typeArguments().
The default implementation does nothing.
exitTypeArguments in interface KotlinParserListenerctx - the parse treepublic void enterValueArguments(KotlinParser.ValueArgumentsContext ctx)
KotlinParser.valueArguments().
The default implementation does nothing.
enterValueArguments in interface KotlinParserListenerctx - the parse treepublic void exitValueArguments(KotlinParser.ValueArgumentsContext ctx)
KotlinParser.valueArguments().
The default implementation does nothing.
exitValueArguments in interface KotlinParserListenerctx - the parse treepublic void enterValueArgument(KotlinParser.ValueArgumentContext ctx)
KotlinParser.valueArgument().
The default implementation does nothing.
enterValueArgument in interface KotlinParserListenerctx - the parse treepublic void exitValueArgument(KotlinParser.ValueArgumentContext ctx)
KotlinParser.valueArgument().
The default implementation does nothing.
exitValueArgument in interface KotlinParserListenerctx - the parse treepublic void enterPrimaryExpression(KotlinParser.PrimaryExpressionContext ctx)
KotlinParser.primaryExpression().
The default implementation does nothing.
enterPrimaryExpression in interface KotlinParserListenerctx - the parse treepublic void exitPrimaryExpression(KotlinParser.PrimaryExpressionContext ctx)
KotlinParser.primaryExpression().
The default implementation does nothing.
exitPrimaryExpression in interface KotlinParserListenerctx - the parse treepublic void enterParenthesizedExpression(KotlinParser.ParenthesizedExpressionContext ctx)
KotlinParser.parenthesizedExpression().
The default implementation does nothing.
enterParenthesizedExpression in interface KotlinParserListenerctx - the parse treepublic void exitParenthesizedExpression(KotlinParser.ParenthesizedExpressionContext ctx)
KotlinParser.parenthesizedExpression().
The default implementation does nothing.
exitParenthesizedExpression in interface KotlinParserListenerctx - the parse treepublic void enterCollectionLiteral(KotlinParser.CollectionLiteralContext ctx)
KotlinParser.collectionLiteral().
The default implementation does nothing.
enterCollectionLiteral in interface KotlinParserListenerctx - the parse treepublic void exitCollectionLiteral(KotlinParser.CollectionLiteralContext ctx)
KotlinParser.collectionLiteral().
The default implementation does nothing.
exitCollectionLiteral in interface KotlinParserListenerctx - the parse treepublic void enterLiteralConstant(KotlinParser.LiteralConstantContext ctx)
KotlinParser.literalConstant().
The default implementation does nothing.
enterLiteralConstant in interface KotlinParserListenerctx - the parse treepublic void exitLiteralConstant(KotlinParser.LiteralConstantContext ctx)
KotlinParser.literalConstant().
The default implementation does nothing.
exitLiteralConstant in interface KotlinParserListenerctx - the parse treepublic void enterStringLiteral(KotlinParser.StringLiteralContext ctx)
KotlinParser.stringLiteral().
The default implementation does nothing.
enterStringLiteral in interface KotlinParserListenerctx - the parse treepublic void exitStringLiteral(KotlinParser.StringLiteralContext ctx)
KotlinParser.stringLiteral().
The default implementation does nothing.
exitStringLiteral in interface KotlinParserListenerctx - the parse treepublic void enterLineStringLiteral(KotlinParser.LineStringLiteralContext ctx)
KotlinParser.lineStringLiteral().
The default implementation does nothing.
enterLineStringLiteral in interface KotlinParserListenerctx - the parse treepublic void exitLineStringLiteral(KotlinParser.LineStringLiteralContext ctx)
KotlinParser.lineStringLiteral().
The default implementation does nothing.
exitLineStringLiteral in interface KotlinParserListenerctx - the parse treepublic void enterMultiLineStringLiteral(KotlinParser.MultiLineStringLiteralContext ctx)
KotlinParser.multiLineStringLiteral().
The default implementation does nothing.
enterMultiLineStringLiteral in interface KotlinParserListenerctx - the parse treepublic void exitMultiLineStringLiteral(KotlinParser.MultiLineStringLiteralContext ctx)
KotlinParser.multiLineStringLiteral().
The default implementation does nothing.
exitMultiLineStringLiteral in interface KotlinParserListenerctx - the parse treepublic void enterLineStringContent(KotlinParser.LineStringContentContext ctx)
KotlinParser.lineStringContent().
The default implementation does nothing.
enterLineStringContent in interface KotlinParserListenerctx - the parse treepublic void exitLineStringContent(KotlinParser.LineStringContentContext ctx)
KotlinParser.lineStringContent().
The default implementation does nothing.
exitLineStringContent in interface KotlinParserListenerctx - the parse treepublic void enterLineStringExpression(KotlinParser.LineStringExpressionContext ctx)
KotlinParser.lineStringExpression().
The default implementation does nothing.
enterLineStringExpression in interface KotlinParserListenerctx - the parse treepublic void exitLineStringExpression(KotlinParser.LineStringExpressionContext ctx)
KotlinParser.lineStringExpression().
The default implementation does nothing.
exitLineStringExpression in interface KotlinParserListenerctx - the parse treepublic void enterMultiLineStringContent(KotlinParser.MultiLineStringContentContext ctx)
KotlinParser.multiLineStringContent().
The default implementation does nothing.
enterMultiLineStringContent in interface KotlinParserListenerctx - the parse treepublic void exitMultiLineStringContent(KotlinParser.MultiLineStringContentContext ctx)
KotlinParser.multiLineStringContent().
The default implementation does nothing.
exitMultiLineStringContent in interface KotlinParserListenerctx - the parse treepublic void enterMultiLineStringExpression(KotlinParser.MultiLineStringExpressionContext ctx)
KotlinParser.multiLineStringExpression().
The default implementation does nothing.
enterMultiLineStringExpression in interface KotlinParserListenerctx - the parse treepublic void exitMultiLineStringExpression(KotlinParser.MultiLineStringExpressionContext ctx)
KotlinParser.multiLineStringExpression().
The default implementation does nothing.
exitMultiLineStringExpression in interface KotlinParserListenerctx - the parse treepublic void enterLambdaLiteral(KotlinParser.LambdaLiteralContext ctx)
KotlinParser.lambdaLiteral().
The default implementation does nothing.
enterLambdaLiteral in interface KotlinParserListenerctx - the parse treepublic void exitLambdaLiteral(KotlinParser.LambdaLiteralContext ctx)
KotlinParser.lambdaLiteral().
The default implementation does nothing.
exitLambdaLiteral in interface KotlinParserListenerctx - the parse treepublic void enterLambdaParameters(KotlinParser.LambdaParametersContext ctx)
KotlinParser.lambdaParameters().
The default implementation does nothing.
enterLambdaParameters in interface KotlinParserListenerctx - the parse treepublic void exitLambdaParameters(KotlinParser.LambdaParametersContext ctx)
KotlinParser.lambdaParameters().
The default implementation does nothing.
exitLambdaParameters in interface KotlinParserListenerctx - the parse treepublic void enterLambdaParameter(KotlinParser.LambdaParameterContext ctx)
KotlinParser.lambdaParameter().
The default implementation does nothing.
enterLambdaParameter in interface KotlinParserListenerctx - the parse treepublic void exitLambdaParameter(KotlinParser.LambdaParameterContext ctx)
KotlinParser.lambdaParameter().
The default implementation does nothing.
exitLambdaParameter in interface KotlinParserListenerctx - the parse treepublic void enterAnonymousFunction(KotlinParser.AnonymousFunctionContext ctx)
KotlinParser.anonymousFunction().
The default implementation does nothing.
enterAnonymousFunction in interface KotlinParserListenerctx - the parse treepublic void exitAnonymousFunction(KotlinParser.AnonymousFunctionContext ctx)
KotlinParser.anonymousFunction().
The default implementation does nothing.
exitAnonymousFunction in interface KotlinParserListenerctx - the parse treepublic void enterFunctionLiteral(KotlinParser.FunctionLiteralContext ctx)
KotlinParser.functionLiteral().
The default implementation does nothing.
enterFunctionLiteral in interface KotlinParserListenerctx - the parse treepublic void exitFunctionLiteral(KotlinParser.FunctionLiteralContext ctx)
KotlinParser.functionLiteral().
The default implementation does nothing.
exitFunctionLiteral in interface KotlinParserListenerctx - the parse treepublic void enterObjectLiteral(KotlinParser.ObjectLiteralContext ctx)
KotlinParser.objectLiteral().
The default implementation does nothing.
enterObjectLiteral in interface KotlinParserListenerctx - the parse treepublic void exitObjectLiteral(KotlinParser.ObjectLiteralContext ctx)
KotlinParser.objectLiteral().
The default implementation does nothing.
exitObjectLiteral in interface KotlinParserListenerctx - the parse treepublic void enterThisExpression(KotlinParser.ThisExpressionContext ctx)
KotlinParser.thisExpression().
The default implementation does nothing.
enterThisExpression in interface KotlinParserListenerctx - the parse treepublic void exitThisExpression(KotlinParser.ThisExpressionContext ctx)
KotlinParser.thisExpression().
The default implementation does nothing.
exitThisExpression in interface KotlinParserListenerctx - the parse treepublic void enterSuperExpression(KotlinParser.SuperExpressionContext ctx)
KotlinParser.superExpression().
The default implementation does nothing.
enterSuperExpression in interface KotlinParserListenerctx - the parse treepublic void exitSuperExpression(KotlinParser.SuperExpressionContext ctx)
KotlinParser.superExpression().
The default implementation does nothing.
exitSuperExpression in interface KotlinParserListenerctx - the parse treepublic void enterIfExpression(KotlinParser.IfExpressionContext ctx)
KotlinParser.ifExpression().
The default implementation does nothing.
enterIfExpression in interface KotlinParserListenerctx - the parse treepublic void exitIfExpression(KotlinParser.IfExpressionContext ctx)
KotlinParser.ifExpression().
The default implementation does nothing.
exitIfExpression in interface KotlinParserListenerctx - the parse treepublic void enterWhenSubject(KotlinParser.WhenSubjectContext ctx)
KotlinParser.whenSubject().
The default implementation does nothing.
enterWhenSubject in interface KotlinParserListenerctx - the parse treepublic void exitWhenSubject(KotlinParser.WhenSubjectContext ctx)
KotlinParser.whenSubject().
The default implementation does nothing.
exitWhenSubject in interface KotlinParserListenerctx - the parse treepublic void enterWhenExpression(KotlinParser.WhenExpressionContext ctx)
KotlinParser.whenExpression().
The default implementation does nothing.
enterWhenExpression in interface KotlinParserListenerctx - the parse treepublic void exitWhenExpression(KotlinParser.WhenExpressionContext ctx)
KotlinParser.whenExpression().
The default implementation does nothing.
exitWhenExpression in interface KotlinParserListenerctx - the parse treepublic void enterWhenEntry(KotlinParser.WhenEntryContext ctx)
KotlinParser.whenEntry().
The default implementation does nothing.
enterWhenEntry in interface KotlinParserListenerctx - the parse treepublic void exitWhenEntry(KotlinParser.WhenEntryContext ctx)
KotlinParser.whenEntry().
The default implementation does nothing.
exitWhenEntry in interface KotlinParserListenerctx - the parse treepublic void enterWhenCondition(KotlinParser.WhenConditionContext ctx)
KotlinParser.whenCondition().
The default implementation does nothing.
enterWhenCondition in interface KotlinParserListenerctx - the parse treepublic void exitWhenCondition(KotlinParser.WhenConditionContext ctx)
KotlinParser.whenCondition().
The default implementation does nothing.
exitWhenCondition in interface KotlinParserListenerctx - the parse treepublic void enterRangeTest(KotlinParser.RangeTestContext ctx)
KotlinParser.rangeTest().
The default implementation does nothing.
enterRangeTest in interface KotlinParserListenerctx - the parse treepublic void exitRangeTest(KotlinParser.RangeTestContext ctx)
KotlinParser.rangeTest().
The default implementation does nothing.
exitRangeTest in interface KotlinParserListenerctx - the parse treepublic void enterTypeTest(KotlinParser.TypeTestContext ctx)
KotlinParser.typeTest().
The default implementation does nothing.
enterTypeTest in interface KotlinParserListenerctx - the parse treepublic void exitTypeTest(KotlinParser.TypeTestContext ctx)
KotlinParser.typeTest().
The default implementation does nothing.
exitTypeTest in interface KotlinParserListenerctx - the parse treepublic void enterTryExpression(KotlinParser.TryExpressionContext ctx)
KotlinParser.tryExpression().
The default implementation does nothing.
enterTryExpression in interface KotlinParserListenerctx - the parse treepublic void exitTryExpression(KotlinParser.TryExpressionContext ctx)
KotlinParser.tryExpression().
The default implementation does nothing.
exitTryExpression in interface KotlinParserListenerctx - the parse treepublic void enterCatchBlock(KotlinParser.CatchBlockContext ctx)
KotlinParser.catchBlock().
The default implementation does nothing.
enterCatchBlock in interface KotlinParserListenerctx - the parse treepublic void exitCatchBlock(KotlinParser.CatchBlockContext ctx)
KotlinParser.catchBlock().
The default implementation does nothing.
exitCatchBlock in interface KotlinParserListenerctx - the parse treepublic void enterFinallyBlock(KotlinParser.FinallyBlockContext ctx)
KotlinParser.finallyBlock().
The default implementation does nothing.
enterFinallyBlock in interface KotlinParserListenerctx - the parse treepublic void exitFinallyBlock(KotlinParser.FinallyBlockContext ctx)
KotlinParser.finallyBlock().
The default implementation does nothing.
exitFinallyBlock in interface KotlinParserListenerctx - the parse treepublic void enterJumpExpression(KotlinParser.JumpExpressionContext ctx)
KotlinParser.jumpExpression().
The default implementation does nothing.
enterJumpExpression in interface KotlinParserListenerctx - the parse treepublic void exitJumpExpression(KotlinParser.JumpExpressionContext ctx)
KotlinParser.jumpExpression().
The default implementation does nothing.
exitJumpExpression in interface KotlinParserListenerctx - the parse treepublic void enterCallableReference(KotlinParser.CallableReferenceContext ctx)
KotlinParser.callableReference().
The default implementation does nothing.
enterCallableReference in interface KotlinParserListenerctx - the parse treepublic void exitCallableReference(KotlinParser.CallableReferenceContext ctx)
KotlinParser.callableReference().
The default implementation does nothing.
exitCallableReference in interface KotlinParserListenerctx - the parse treepublic void enterAssignmentAndOperator(KotlinParser.AssignmentAndOperatorContext ctx)
KotlinParser.assignmentAndOperator().
The default implementation does nothing.
enterAssignmentAndOperator in interface KotlinParserListenerctx - the parse treepublic void exitAssignmentAndOperator(KotlinParser.AssignmentAndOperatorContext ctx)
KotlinParser.assignmentAndOperator().
The default implementation does nothing.
exitAssignmentAndOperator in interface KotlinParserListenerctx - the parse treepublic void enterEqualityOperator(KotlinParser.EqualityOperatorContext ctx)
KotlinParser.equalityOperator().
The default implementation does nothing.
enterEqualityOperator in interface KotlinParserListenerctx - the parse treepublic void exitEqualityOperator(KotlinParser.EqualityOperatorContext ctx)
KotlinParser.equalityOperator().
The default implementation does nothing.
exitEqualityOperator in interface KotlinParserListenerctx - the parse treepublic void enterComparisonOperator(KotlinParser.ComparisonOperatorContext ctx)
KotlinParser.comparisonOperator().
The default implementation does nothing.
enterComparisonOperator in interface KotlinParserListenerctx - the parse treepublic void exitComparisonOperator(KotlinParser.ComparisonOperatorContext ctx)
KotlinParser.comparisonOperator().
The default implementation does nothing.
exitComparisonOperator in interface KotlinParserListenerctx - the parse treepublic void enterInOperator(KotlinParser.InOperatorContext ctx)
KotlinParser.inOperator().
The default implementation does nothing.
enterInOperator in interface KotlinParserListenerctx - the parse treepublic void exitInOperator(KotlinParser.InOperatorContext ctx)
KotlinParser.inOperator().
The default implementation does nothing.
exitInOperator in interface KotlinParserListenerctx - the parse treepublic void enterIsOperator(KotlinParser.IsOperatorContext ctx)
KotlinParser.isOperator().
The default implementation does nothing.
enterIsOperator in interface KotlinParserListenerctx - the parse treepublic void exitIsOperator(KotlinParser.IsOperatorContext ctx)
KotlinParser.isOperator().
The default implementation does nothing.
exitIsOperator in interface KotlinParserListenerctx - the parse treepublic void enterAdditiveOperator(KotlinParser.AdditiveOperatorContext ctx)
KotlinParser.additiveOperator().
The default implementation does nothing.
enterAdditiveOperator in interface KotlinParserListenerctx - the parse treepublic void exitAdditiveOperator(KotlinParser.AdditiveOperatorContext ctx)
KotlinParser.additiveOperator().
The default implementation does nothing.
exitAdditiveOperator in interface KotlinParserListenerctx - the parse treepublic void enterMultiplicativeOperator(KotlinParser.MultiplicativeOperatorContext ctx)
KotlinParser.multiplicativeOperator().
The default implementation does nothing.
enterMultiplicativeOperator in interface KotlinParserListenerctx - the parse treepublic void exitMultiplicativeOperator(KotlinParser.MultiplicativeOperatorContext ctx)
KotlinParser.multiplicativeOperator().
The default implementation does nothing.
exitMultiplicativeOperator in interface KotlinParserListenerctx - the parse treepublic void enterAsOperator(KotlinParser.AsOperatorContext ctx)
KotlinParser.asOperator().
The default implementation does nothing.
enterAsOperator in interface KotlinParserListenerctx - the parse treepublic void exitAsOperator(KotlinParser.AsOperatorContext ctx)
KotlinParser.asOperator().
The default implementation does nothing.
exitAsOperator in interface KotlinParserListenerctx - the parse treepublic void enterPrefixUnaryOperator(KotlinParser.PrefixUnaryOperatorContext ctx)
KotlinParser.prefixUnaryOperator().
The default implementation does nothing.
enterPrefixUnaryOperator in interface KotlinParserListenerctx - the parse treepublic void exitPrefixUnaryOperator(KotlinParser.PrefixUnaryOperatorContext ctx)
KotlinParser.prefixUnaryOperator().
The default implementation does nothing.
exitPrefixUnaryOperator in interface KotlinParserListenerctx - the parse treepublic void enterPostfixUnaryOperator(KotlinParser.PostfixUnaryOperatorContext ctx)
KotlinParser.postfixUnaryOperator().
The default implementation does nothing.
enterPostfixUnaryOperator in interface KotlinParserListenerctx - the parse treepublic void exitPostfixUnaryOperator(KotlinParser.PostfixUnaryOperatorContext ctx)
KotlinParser.postfixUnaryOperator().
The default implementation does nothing.
exitPostfixUnaryOperator in interface KotlinParserListenerctx - the parse treepublic void enterExcl(KotlinParser.ExclContext ctx)
KotlinParser.excl().
The default implementation does nothing.
enterExcl in interface KotlinParserListenerctx - the parse treepublic void exitExcl(KotlinParser.ExclContext ctx)
KotlinParser.excl().
The default implementation does nothing.
exitExcl in interface KotlinParserListenerctx - the parse treepublic void enterMemberAccessOperator(KotlinParser.MemberAccessOperatorContext ctx)
KotlinParser.memberAccessOperator().
The default implementation does nothing.
enterMemberAccessOperator in interface KotlinParserListenerctx - the parse treepublic void exitMemberAccessOperator(KotlinParser.MemberAccessOperatorContext ctx)
KotlinParser.memberAccessOperator().
The default implementation does nothing.
exitMemberAccessOperator in interface KotlinParserListenerctx - the parse treepublic void enterSafeNav(KotlinParser.SafeNavContext ctx)
KotlinParser.safeNav().
The default implementation does nothing.
enterSafeNav in interface KotlinParserListenerctx - the parse treepublic void exitSafeNav(KotlinParser.SafeNavContext ctx)
KotlinParser.safeNav().
The default implementation does nothing.
exitSafeNav in interface KotlinParserListenerctx - the parse treepublic void enterModifiers(KotlinParser.ModifiersContext ctx)
KotlinParser.modifiers().
The default implementation does nothing.
enterModifiers in interface KotlinParserListenerctx - the parse treepublic void exitModifiers(KotlinParser.ModifiersContext ctx)
KotlinParser.modifiers().
The default implementation does nothing.
exitModifiers in interface KotlinParserListenerctx - the parse treepublic void enterParameterModifiers(KotlinParser.ParameterModifiersContext ctx)
KotlinParser.parameterModifiers().
The default implementation does nothing.
enterParameterModifiers in interface KotlinParserListenerctx - the parse treepublic void exitParameterModifiers(KotlinParser.ParameterModifiersContext ctx)
KotlinParser.parameterModifiers().
The default implementation does nothing.
exitParameterModifiers in interface KotlinParserListenerctx - the parse treepublic void enterModifier(KotlinParser.ModifierContext ctx)
KotlinParser.modifier().
The default implementation does nothing.
enterModifier in interface KotlinParserListenerctx - the parse treepublic void exitModifier(KotlinParser.ModifierContext ctx)
KotlinParser.modifier().
The default implementation does nothing.
exitModifier in interface KotlinParserListenerctx - the parse treepublic void enterTypeModifiers(KotlinParser.TypeModifiersContext ctx)
KotlinParser.typeModifiers().
The default implementation does nothing.
enterTypeModifiers in interface KotlinParserListenerctx - the parse treepublic void exitTypeModifiers(KotlinParser.TypeModifiersContext ctx)
KotlinParser.typeModifiers().
The default implementation does nothing.
exitTypeModifiers in interface KotlinParserListenerctx - the parse treepublic void enterTypeModifier(KotlinParser.TypeModifierContext ctx)
KotlinParser.typeModifier().
The default implementation does nothing.
enterTypeModifier in interface KotlinParserListenerctx - the parse treepublic void exitTypeModifier(KotlinParser.TypeModifierContext ctx)
KotlinParser.typeModifier().
The default implementation does nothing.
exitTypeModifier in interface KotlinParserListenerctx - the parse treepublic void enterClassModifier(KotlinParser.ClassModifierContext ctx)
KotlinParser.classModifier().
The default implementation does nothing.
enterClassModifier in interface KotlinParserListenerctx - the parse treepublic void exitClassModifier(KotlinParser.ClassModifierContext ctx)
KotlinParser.classModifier().
The default implementation does nothing.
exitClassModifier in interface KotlinParserListenerctx - the parse treepublic void enterMemberModifier(KotlinParser.MemberModifierContext ctx)
KotlinParser.memberModifier().
The default implementation does nothing.
enterMemberModifier in interface KotlinParserListenerctx - the parse treepublic void exitMemberModifier(KotlinParser.MemberModifierContext ctx)
KotlinParser.memberModifier().
The default implementation does nothing.
exitMemberModifier in interface KotlinParserListenerctx - the parse treepublic void enterVisibilityModifier(KotlinParser.VisibilityModifierContext ctx)
KotlinParser.visibilityModifier().
The default implementation does nothing.
enterVisibilityModifier in interface KotlinParserListenerctx - the parse treepublic void exitVisibilityModifier(KotlinParser.VisibilityModifierContext ctx)
KotlinParser.visibilityModifier().
The default implementation does nothing.
exitVisibilityModifier in interface KotlinParserListenerctx - the parse treepublic void enterVarianceModifier(KotlinParser.VarianceModifierContext ctx)
KotlinParser.varianceModifier().
The default implementation does nothing.
enterVarianceModifier in interface KotlinParserListenerctx - the parse treepublic void exitVarianceModifier(KotlinParser.VarianceModifierContext ctx)
KotlinParser.varianceModifier().
The default implementation does nothing.
exitVarianceModifier in interface KotlinParserListenerctx - the parse treepublic void enterTypeParameterModifiers(KotlinParser.TypeParameterModifiersContext ctx)
KotlinParser.typeParameterModifiers().
The default implementation does nothing.
enterTypeParameterModifiers in interface KotlinParserListenerctx - the parse treepublic void exitTypeParameterModifiers(KotlinParser.TypeParameterModifiersContext ctx)
KotlinParser.typeParameterModifiers().
The default implementation does nothing.
exitTypeParameterModifiers in interface KotlinParserListenerctx - the parse treepublic void enterTypeParameterModifier(KotlinParser.TypeParameterModifierContext ctx)
KotlinParser.typeParameterModifier().
The default implementation does nothing.
enterTypeParameterModifier in interface KotlinParserListenerctx - the parse treepublic void exitTypeParameterModifier(KotlinParser.TypeParameterModifierContext ctx)
KotlinParser.typeParameterModifier().
The default implementation does nothing.
exitTypeParameterModifier in interface KotlinParserListenerctx - the parse treepublic void enterFunctionModifier(KotlinParser.FunctionModifierContext ctx)
KotlinParser.functionModifier().
The default implementation does nothing.
enterFunctionModifier in interface KotlinParserListenerctx - the parse treepublic void exitFunctionModifier(KotlinParser.FunctionModifierContext ctx)
KotlinParser.functionModifier().
The default implementation does nothing.
exitFunctionModifier in interface KotlinParserListenerctx - the parse treepublic void enterPropertyModifier(KotlinParser.PropertyModifierContext ctx)
KotlinParser.propertyModifier().
The default implementation does nothing.
enterPropertyModifier in interface KotlinParserListenerctx - the parse treepublic void exitPropertyModifier(KotlinParser.PropertyModifierContext ctx)
KotlinParser.propertyModifier().
The default implementation does nothing.
exitPropertyModifier in interface KotlinParserListenerctx - the parse treepublic void enterInheritanceModifier(KotlinParser.InheritanceModifierContext ctx)
KotlinParser.inheritanceModifier().
The default implementation does nothing.
enterInheritanceModifier in interface KotlinParserListenerctx - the parse treepublic void exitInheritanceModifier(KotlinParser.InheritanceModifierContext ctx)
KotlinParser.inheritanceModifier().
The default implementation does nothing.
exitInheritanceModifier in interface KotlinParserListenerctx - the parse treepublic void enterParameterModifier(KotlinParser.ParameterModifierContext ctx)
KotlinParser.parameterModifier().
The default implementation does nothing.
enterParameterModifier in interface KotlinParserListenerctx - the parse treepublic void exitParameterModifier(KotlinParser.ParameterModifierContext ctx)
KotlinParser.parameterModifier().
The default implementation does nothing.
exitParameterModifier in interface KotlinParserListenerctx - the parse treepublic void enterReificationModifier(KotlinParser.ReificationModifierContext ctx)
KotlinParser.reificationModifier().
The default implementation does nothing.
enterReificationModifier in interface KotlinParserListenerctx - the parse treepublic void exitReificationModifier(KotlinParser.ReificationModifierContext ctx)
KotlinParser.reificationModifier().
The default implementation does nothing.
exitReificationModifier in interface KotlinParserListenerctx - the parse treepublic void enterPlatformModifier(KotlinParser.PlatformModifierContext ctx)
KotlinParser.platformModifier().
The default implementation does nothing.
enterPlatformModifier in interface KotlinParserListenerctx - the parse treepublic void exitPlatformModifier(KotlinParser.PlatformModifierContext ctx)
KotlinParser.platformModifier().
The default implementation does nothing.
exitPlatformModifier in interface KotlinParserListenerctx - the parse treepublic void enterAnnotation(KotlinParser.AnnotationContext ctx)
KotlinParser.annotation().
The default implementation does nothing.
enterAnnotation in interface KotlinParserListenerctx - the parse treepublic void exitAnnotation(KotlinParser.AnnotationContext ctx)
KotlinParser.annotation().
The default implementation does nothing.
exitAnnotation in interface KotlinParserListenerctx - the parse treepublic void enterSingleAnnotation(KotlinParser.SingleAnnotationContext ctx)
KotlinParser.singleAnnotation().
The default implementation does nothing.
enterSingleAnnotation in interface KotlinParserListenerctx - the parse treepublic void exitSingleAnnotation(KotlinParser.SingleAnnotationContext ctx)
KotlinParser.singleAnnotation().
The default implementation does nothing.
exitSingleAnnotation in interface KotlinParserListenerctx - the parse treepublic void enterMultiAnnotation(KotlinParser.MultiAnnotationContext ctx)
KotlinParser.multiAnnotation().
The default implementation does nothing.
enterMultiAnnotation in interface KotlinParserListenerctx - the parse treepublic void exitMultiAnnotation(KotlinParser.MultiAnnotationContext ctx)
KotlinParser.multiAnnotation().
The default implementation does nothing.
exitMultiAnnotation in interface KotlinParserListenerctx - the parse treepublic void enterAnnotationUseSiteTarget(KotlinParser.AnnotationUseSiteTargetContext ctx)
KotlinParser.annotationUseSiteTarget().
The default implementation does nothing.
enterAnnotationUseSiteTarget in interface KotlinParserListenerctx - the parse treepublic void exitAnnotationUseSiteTarget(KotlinParser.AnnotationUseSiteTargetContext ctx)
KotlinParser.annotationUseSiteTarget().
The default implementation does nothing.
exitAnnotationUseSiteTarget in interface KotlinParserListenerctx - the parse treepublic void enterUnescapedAnnotation(KotlinParser.UnescapedAnnotationContext ctx)
KotlinParser.unescapedAnnotation().
The default implementation does nothing.
enterUnescapedAnnotation in interface KotlinParserListenerctx - the parse treepublic void exitUnescapedAnnotation(KotlinParser.UnescapedAnnotationContext ctx)
KotlinParser.unescapedAnnotation().
The default implementation does nothing.
exitUnescapedAnnotation in interface KotlinParserListenerctx - the parse treepublic void enterSimpleIdentifier(KotlinParser.SimpleIdentifierContext ctx)
KotlinParser.simpleIdentifier().
The default implementation does nothing.
enterSimpleIdentifier in interface KotlinParserListenerctx - the parse treepublic void exitSimpleIdentifier(KotlinParser.SimpleIdentifierContext ctx)
KotlinParser.simpleIdentifier().
The default implementation does nothing.
exitSimpleIdentifier in interface KotlinParserListenerctx - the parse treepublic void enterIdentifier(KotlinParser.IdentifierContext ctx)
KotlinParser.identifier().
The default implementation does nothing.
enterIdentifier in interface KotlinParserListenerctx - the parse treepublic void exitIdentifier(KotlinParser.IdentifierContext ctx)
KotlinParser.identifier().
The default implementation does nothing.
exitIdentifier in interface KotlinParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener