Files
kotlin-fork/analysis/analysis-api/testData/symbols/symbolByPsi/jvmName.txt
T
2021-11-22 22:47:01 +01:00

143 lines
3.0 KiB
Plaintext
Vendored

KtKotlinPropertySymbol:
annotationsList: []
callableIdIfNonLocal: /Foo.i
getter: KtPropertyGetterSymbol(<getter>)
hasBackingField: true
hasGetter: true
hasSetter: true
initializer: null
isConst: false
isDelegatedProperty: false
isExtension: false
isFromPrimaryConstructor: false
isLateInit: false
isOverride: false
isStatic: false
isVal: false
modality: FINAL
name: i
origin: SOURCE
receiverType: null
returnType: kotlin/Int
setter: KtPropertySetterSymbol(<setter>)
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): Foo
deprecationStatus: null
getterDeprecationStatus: null
javaGetterName: getMyI
javaSetterName: setMyI
setterDeprecationStatus: null
KtPropertyGetterSymbol:
annotationsList: [
kotlin/jvm/JvmName(name = "getMyJ")
psi: KtAnnotationEntry
]
callableIdIfNonLocal: null
hasBody: true
hasStableParameterNames: true
isDefault: false
isExtension: false
isInline: false
isOverride: false
modality: FINAL
origin: SOURCE
receiverType: null
returnType: kotlin/Int
symbolKind: ACCESSOR
valueParameters: []
visibility: Public
deprecationStatus: null
KtValueParameterSymbol:
annotationsList: []
callableIdIfNonLocal: null
hasDefaultValue: false
isExtension: false
isVararg: false
name: value
origin: SOURCE
receiverType: null
returnType: kotlin/Int
symbolKind: LOCAL
deprecationStatus: null
KtPropertySetterSymbol:
annotationsList: [
kotlin/jvm/JvmName(name = "setMyJ")
psi: KtAnnotationEntry
]
callableIdIfNonLocal: null
hasBody: true
hasStableParameterNames: true
isDefault: false
isExtension: false
isInline: false
isOverride: false
modality: FINAL
origin: SOURCE
parameter: KtValueParameterSymbol(value)
receiverType: null
returnType: kotlin/Unit
symbolKind: ACCESSOR
valueParameters: [
KtValueParameterSymbol(value)
]
visibility: Public
deprecationStatus: null
KtKotlinPropertySymbol:
annotationsList: []
callableIdIfNonLocal: /Foo.j
getter: KtPropertyGetterSymbol(<getter>)
hasBackingField: false
hasGetter: true
hasSetter: true
initializer: null
isConst: false
isDelegatedProperty: false
isExtension: false
isFromPrimaryConstructor: false
isLateInit: false
isOverride: false
isStatic: false
isVal: false
modality: FINAL
name: j
origin: SOURCE
receiverType: null
returnType: kotlin/Int
setter: KtPropertySetterSymbol(<setter>)
symbolKind: CLASS_MEMBER
typeParameters: []
visibility: Public
getDispatchReceiver(): Foo
deprecationStatus: null
getterDeprecationStatus: null
javaGetterName: getMyJ
javaSetterName: setMyJ
setterDeprecationStatus: null
KtNamedClassOrObjectSymbol:
annotationsList: []
classIdIfNonLocal: Foo
classKind: CLASS
companionObject: null
isData: false
isExternal: false
isFun: false
isInline: false
isInner: false
modality: FINAL
name: Foo
origin: SOURCE
superTypes: [
kotlin/Any
]
symbolKind: TOP_LEVEL
typeParameters: []
visibility: Public
deprecationStatus: null