3e80433356
Introduce an extension method to retrieve the set of applicable targets for an annotation, given the annotation class's symbol. This extension on `KtSymbolInfoProvider` causes a large amount of churn in test data files, so this change starts off by introducing the property and always making it return null. A future change will introduce the actual behavior change, and will include the testdata changes for the few tests that actually return useful data for this property.
235 lines
6.1 KiB
Plaintext
Vendored
235 lines
6.1 KiB
Plaintext
Vendored
KtConstructorSymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: null
|
|
containingClassIdIfNonLocal: Style
|
|
contextReceivers: []
|
|
hasStableParameterNames: true
|
|
isExtension: false
|
|
isPrimary: true
|
|
origin: SOURCE
|
|
receiverParameter: null
|
|
returnType: Style
|
|
symbolKind: CLASS_MEMBER
|
|
typeParameters: []
|
|
valueParameters: [
|
|
KtValueParameterSymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: null
|
|
contextReceivers: []
|
|
generatedPrimaryConstructorProperty: KtKotlinPropertySymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: /Style.value
|
|
contextReceivers: []
|
|
getter: KtPropertyGetterSymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: null
|
|
contextReceivers: []
|
|
hasBody: false
|
|
hasStableParameterNames: true
|
|
isDefault: true
|
|
isExtension: false
|
|
isInline: false
|
|
isOverride: false
|
|
modality: FINAL
|
|
origin: SOURCE
|
|
receiverParameter: null
|
|
returnType: kotlin/String
|
|
symbolKind: ACCESSOR
|
|
typeParameters: []
|
|
valueParameters: []
|
|
visibility: Public
|
|
getDispatchReceiver(): Style
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|
|
hasBackingField: true
|
|
hasGetter: true
|
|
hasSetter: false
|
|
initializer: KtNonConstantInitializerValue(val value: String)
|
|
isConst: false
|
|
isDelegatedProperty: false
|
|
isExtension: false
|
|
isFromPrimaryConstructor: true
|
|
isLateInit: false
|
|
isOverride: false
|
|
isStatic: false
|
|
isVal: true
|
|
modality: FINAL
|
|
name: value
|
|
origin: SOURCE
|
|
receiverParameter: null
|
|
returnType: kotlin/String
|
|
setter: null
|
|
symbolKind: CLASS_MEMBER
|
|
typeParameters: []
|
|
visibility: Public
|
|
getDispatchReceiver(): Style
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|
|
getterDeprecationStatus: null
|
|
javaGetterName: getValue
|
|
javaSetterName: null
|
|
setterDeprecationStatus: null
|
|
hasDefaultValue: false
|
|
isCrossinline: false
|
|
isExtension: false
|
|
isImplicitLambdaParameter: false
|
|
isNoinline: false
|
|
isVararg: false
|
|
name: value
|
|
origin: SOURCE
|
|
receiverParameter: null
|
|
returnType: kotlin/String
|
|
symbolKind: LOCAL
|
|
typeParameters: []
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|
|
]
|
|
visibility: Private
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|
|
|
|
KtKotlinPropertySymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: null
|
|
contextReceivers: []
|
|
getter: KtPropertyGetterSymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: null
|
|
contextReceivers: []
|
|
hasBody: true
|
|
hasStableParameterNames: true
|
|
isDefault: false
|
|
isExtension: false
|
|
isInline: false
|
|
isOverride: true
|
|
modality: FINAL
|
|
origin: SOURCE
|
|
receiverParameter: null
|
|
returnType: kotlin/String
|
|
symbolKind: ACCESSOR
|
|
typeParameters: []
|
|
valueParameters: []
|
|
visibility: Public
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|
|
hasBackingField: false
|
|
hasGetter: true
|
|
hasSetter: false
|
|
initializer: null
|
|
isConst: false
|
|
isDelegatedProperty: false
|
|
isExtension: false
|
|
isFromPrimaryConstructor: false
|
|
isLateInit: false
|
|
isOverride: true
|
|
isStatic: false
|
|
isVal: true
|
|
modality: OPEN
|
|
name: exitAnimation
|
|
origin: SOURCE
|
|
receiverParameter: null
|
|
returnType: kotlin/String
|
|
setter: null
|
|
symbolKind: CLASS_MEMBER
|
|
typeParameters: []
|
|
visibility: Public
|
|
getDispatchReceiver(): <anonymous>
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|
|
getterDeprecationStatus: null
|
|
javaGetterName: getExitAnimation
|
|
javaSetterName: null
|
|
setterDeprecationStatus: null
|
|
|
|
KtEnumEntrySymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: /Style.SHEET
|
|
containingEnumClassIdIfNonLocal: Style
|
|
contextReceivers: []
|
|
isExtension: false
|
|
name: SHEET
|
|
origin: SOURCE
|
|
receiverParameter: null
|
|
returnType: Style
|
|
symbolKind: CLASS_MEMBER
|
|
typeParameters: []
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|
|
|
|
KtKotlinPropertySymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: /Style.exitAnimation
|
|
contextReceivers: []
|
|
getter: KtPropertyGetterSymbol:
|
|
annotationsList: []
|
|
callableIdIfNonLocal: null
|
|
contextReceivers: []
|
|
hasBody: false
|
|
hasStableParameterNames: true
|
|
isDefault: true
|
|
isExtension: false
|
|
isInline: false
|
|
isOverride: false
|
|
modality: FINAL
|
|
origin: SOURCE
|
|
receiverParameter: null
|
|
returnType: kotlin/String
|
|
symbolKind: ACCESSOR
|
|
typeParameters: []
|
|
valueParameters: []
|
|
visibility: Public
|
|
getDispatchReceiver(): Style
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|
|
hasBackingField: false
|
|
hasGetter: true
|
|
hasSetter: false
|
|
initializer: null
|
|
isConst: false
|
|
isDelegatedProperty: false
|
|
isExtension: false
|
|
isFromPrimaryConstructor: false
|
|
isLateInit: false
|
|
isOverride: false
|
|
isStatic: false
|
|
isVal: true
|
|
modality: ABSTRACT
|
|
name: exitAnimation
|
|
origin: SOURCE
|
|
receiverParameter: null
|
|
returnType: kotlin/String
|
|
setter: null
|
|
symbolKind: CLASS_MEMBER
|
|
typeParameters: []
|
|
visibility: Public
|
|
getDispatchReceiver(): Style
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
deprecationStatus: null
|
|
getterDeprecationStatus: null
|
|
javaGetterName: getExitAnimation
|
|
javaSetterName: null
|
|
setterDeprecationStatus: null
|
|
|
|
KtNamedClassOrObjectSymbol:
|
|
annotationsList: []
|
|
classIdIfNonLocal: Style
|
|
classKind: ENUM_CLASS
|
|
companionObject: null
|
|
contextReceivers: []
|
|
isData: false
|
|
isExternal: false
|
|
isFun: false
|
|
isInline: false
|
|
isInner: false
|
|
modality: FINAL
|
|
name: Style
|
|
origin: SOURCE
|
|
superTypes: [
|
|
kotlin/Enum<Style>
|
|
]
|
|
symbolKind: TOP_LEVEL
|
|
typeParameters: []
|
|
visibility: Public
|
|
getContainingModule: KtSourceModule "Sources of main"
|
|
annotationApplicableTargets: null
|
|
deprecationStatus: null |