Immutable Km Function
Immutable representation of KmFunction.
Represents a Kotlin function declaration.
Functions
component1
Link copied to clipboard
component10
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, typeParameters: List<ImmutableKmTypeParameter>, receiverParameterType: ImmutableKmType?, valueParameters: List<ImmutableKmValueParameter>, returnType: ImmutableKmType, versionRequirements: List<ImmutableKmVersionRequirement>, contract: ImmutableKmContract?, signature: JvmMethodSignature?, lambdaClassOriginName: String?): ImmutableKmFunction
Content copied to clipboard
Properties
contract
Link copied to clipboard
lambdaClassOriginName
Link copied to clipboard
receiverParameterType
Link copied to clipboard
returnType
Link copied to clipboard
typeParameters
Link copied to clipboard
valueParameters
Link copied to clipboard
versionRequirements
Link copied to clipboard
Extensions
isDeclaration
Link copied to clipboard
isDelegation
Link copied to clipboard
isExpect
Link copied to clipboard
isExternal
Link copied to clipboard
isFakeOverride
Link copied to clipboard
isInfix
Link copied to clipboard
isInline
Link copied to clipboard
isOperator
Link copied to clipboard
isSuspend
Link copied to clipboard
isSynthesized
Link copied to clipboard
isTailRec
Link copied to clipboard