[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
@@ -8,7 +8,10 @@ KtConstructorSymbol:
isPrimary: true
origin: SOURCE
receiverParameter: null
returnType: Style
returnType: KtUsualClassType:
type: Style
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
valueParameters: [
@@ -33,12 +36,18 @@ KtConstructorSymbol:
modality: FINAL
origin: SOURCE
receiverParameter: null
returnType: kotlin/String
returnType: KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): Style
getDispatchReceiver(): KtUsualClassType:
type: Style
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: true
@@ -57,12 +66,18 @@ KtConstructorSymbol:
name: value
origin: SOURCE
receiverParameter: null
returnType: kotlin/String
returnType: KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): Style
getDispatchReceiver(): KtUsualClassType:
type: Style
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -78,7 +93,10 @@ KtConstructorSymbol:
name: value
origin: SOURCE
receiverParameter: null
returnType: kotlin/String
returnType: KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: []
symbolKind: LOCAL
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -105,12 +123,18 @@ KtKotlinPropertySymbol:
modality: FINAL
origin: SOURCE
receiverParameter: null
returnType: kotlin/String
returnType: KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): Style.SHEET
getDispatchReceiver(): KtUsualClassType:
type: Style.SHEET
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: false
@@ -129,12 +153,18 @@ KtKotlinPropertySymbol:
name: exitAnimation
origin: SOURCE
receiverParameter: null
returnType: kotlin/String
returnType: KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): Style.SHEET
getDispatchReceiver(): KtUsualClassType:
type: Style.SHEET
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -151,7 +181,10 @@ KtEnumEntrySymbol:
name: SHEET
origin: SOURCE
receiverParameter: null
returnType: Style
returnType: KtUsualClassType:
type: Style
annotationsList: []
ownTypeArguments: []
symbolKind: CLASS_MEMBER
typeParameters: []
getContainingModule: KtSourceModule "Sources of main"
@@ -174,12 +207,18 @@ KtKotlinPropertySymbol:
modality: ABSTRACT
origin: SOURCE
receiverParameter: null
returnType: kotlin/String
returnType: KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: []
symbolKind: ACCESSOR
typeParameters: []
valueParameters: []
visibility: Public
getDispatchReceiver(): Style
getDispatchReceiver(): KtUsualClassType:
type: Style
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
hasBackingField: false
@@ -198,12 +237,18 @@ KtKotlinPropertySymbol:
name: exitAnimation
origin: SOURCE
receiverParameter: null
returnType: kotlin/String
returnType: KtUsualClassType:
type: kotlin/String
annotationsList: []
ownTypeArguments: []
setter: null
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): Style
getDispatchReceiver(): KtUsualClassType:
type: Style
annotationsList: []
ownTypeArguments: []
getContainingModule: KtSourceModule "Sources of main"
deprecationStatus: null
getterDeprecationStatus: null
@@ -226,7 +271,15 @@ KtNamedClassOrObjectSymbol:
name: Style
origin: SOURCE
superTypes: [
kotlin/Enum<Style>
KtUsualClassType:
type: kotlin/Enum<Style>
annotationsList: []
ownTypeArguments: [
KtUsualClassType:
type: Style
annotationsList: []
ownTypeArguments: []
]
]
symbolKind: TOP_LEVEL
typeParameters: []