[AA] DebugSymbolRenderer: improve type render

to process all nested annotations and types

^KT-56046
This commit is contained in:
Dmitrii Gridin
2023-01-26 12:48:59 +01:00
committed by Space Team
parent 0a06efa1bf
commit 1e2d517c21
282 changed files with 9169 additions and 2392 deletions
@@ -15,12 +15,18 @@ KtKotlinPropertySymbol:
modality: FINAL
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): MyEnumClass.FirstEntry
getDispatchReceiver(): KtUsualClassType:
type: MyEnumClass.FirstEntry
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -39,12 +45,18 @@ KtKotlinPropertySymbol:
name: a
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): MyEnumClass.FirstEntry
getDispatchReceiver(): KtUsualClassType:
type: MyEnumClass.FirstEntry
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -61,7 +73,10 @@ KtEnumEntrySymbol:
name: FirstEntry
origin: SOURCE
receiverParameter: null
returnType: MyEnumClass
returnType: KtUsualClassType:
type: MyEnumClass
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -76,7 +91,10 @@ KtEnumEntrySymbol:
name: SecondEntry
origin: SOURCE
receiverParameter: null
returnType: MyEnumClass
returnType: KtUsualClassType:
type: MyEnumClass
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -99,12 +117,18 @@ KtKotlinPropertySymbol:
modality: FINAL
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): MyEnumClass.ThirdEntry
getDispatchReceiver(): KtUsualClassType:
type: MyEnumClass.ThirdEntry
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -123,12 +147,18 @@ KtKotlinPropertySymbol:
name: b
origin: SOURCE
receiverParameter: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): MyEnumClass.ThirdEntry
getDispatchReceiver(): KtUsualClassType:
type: MyEnumClass.ThirdEntry
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -156,15 +186,24 @@ KtKotlinPropertySymbol:
annotationsList: []
origin: SOURCE
owningCallableSymbol: KtKotlinPropertySymbol(<local>/d)
type: kotlin/Int
type: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): MyEnumClass.ThirdEntry
getDispatchReceiver(): KtUsualClassType:
type: MyEnumClass.ThirdEntry
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: false
@@ -186,15 +225,24 @@ KtKotlinPropertySymbol:
annotationsList: []
origin: SOURCE
owningCallableSymbol: KtKotlinPropertySymbol(<local>/d)
type: kotlin/Int
type: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
returnType: kotlin/Int
returnType: KtUsualClassType:
type: kotlin/Int
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): MyEnumClass.ThirdEntry
getDispatchReceiver(): KtUsualClassType:
type: MyEnumClass.ThirdEntry
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -211,7 +259,10 @@ KtEnumEntrySymbol:
name: ThirdEntry
origin: SOURCE
receiverParameter: null
returnType: MyEnumClass
returnType: KtUsualClassType:
type: MyEnumClass
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -232,7 +283,15 @@ KtNamedClassOrObjectSymbol:
name: MyEnumClass
origin: SOURCE
superTypes: [
kotlin/Enum<MyEnumClass>
KtUsualClassType:
type: kotlin/Enum<MyEnumClass>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: MyEnumClass
annotationsList: []
ownTypeArguments: []
]
]
symbolKind: TOP_LEVEL
typeParameters: []