Immutable Km Property
Immutable representation of KmProperty.
Represents a Kotlin property declaration.
Functions
component1
Link copied to clipboard
component10
Link copied to clipboard
component11
Link copied to clipboard
component12
Link copied to clipboard
component13
Link copied to clipboard
component14
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
component9
Link copied to clipboard
copy
Link copied to clipboard
fun copy(flags: Flags, name: String, getterFlags: Flags, setterFlags: Flags, typeParameters: List<ImmutableKmTypeParameter>, receiverParameterType: ImmutableKmType?, setterParameter: ImmutableKmValueParameter?, returnType: ImmutableKmType, versionRequirements: List<ImmutableKmVersionRequirement>, jvmFlags: Flags, fieldSignature: JvmFieldSignature?, getterSignature: JvmMethodSignature?, setterSignature: JvmMethodSignature?, syntheticMethodForAnnotations: JvmMethodSignature?): ImmutableKmProperty
Content copied to clipboard
Properties
fieldSignature
Link copied to clipboard
getterFlags
Link copied to clipboard
getterSignature
Link copied to clipboard
receiverParameterType
Link copied to clipboard
returnType
Link copied to clipboard
setterFlags
Link copied to clipboard
setterParameter
Link copied to clipboard
setterSignature
Link copied to clipboard
syntheticMethodForAnnotations
Link copied to clipboard
typeParameters
Link copied to clipboard
versionRequirements
Link copied to clipboard
Extensions
getterPropertyAccessorFlags
Link copied to clipboard
val ImmutableKmProperty.getterPropertyAccessorFlags: Set<PropertyAccessorFlag>
Content copied to clipboard
hasConstant
Link copied to clipboard
hasGetter
Link copied to clipboard
hasSetter
Link copied to clipboard
isConst
Link copied to clipboard
isDeclaration
Link copied to clipboard
isDelegated
Link copied to clipboard
isDelegation
Link copied to clipboard
isExpect
Link copied to clipboard
isExternal
Link copied to clipboard
isFakeOverride
Link copied to clipboard
isLateinit
Link copied to clipboard
isSynthesized
Link copied to clipboard
isVal
Link copied to clipboard
isVar
Link copied to clipboard
setterPropertyAccessorFlags
Link copied to clipboard
val ImmutableKmProperty.setterPropertyAccessorFlags: Set<PropertyAccessorFlag>
Content copied to clipboard