Immutable Km Value Parameter
Immutable representation of KmValueParameter.
Represents a value parameter of a Kotlin constructor, function or property setter.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(flags: Flags, name: String, type: ImmutableKmType?, varargElementType: ImmutableKmType?): ImmutableKmValueParameter
Content copied to clipboard
equals
Link copied to clipboard
Properties
flags
Link copied to clipboard
Value parameter flags, consisting of Flag.ValueParameter flags.
name
Link copied to clipboard
type
Link copied to clipboard
Type of the value parameter, if this is not a vararg parameter.
varargElementType
Link copied to clipboard
Type of the value parameter, if this is a vararg parameter.
Extensions
declaresDefaultValue
Link copied to clipboard
isCrossInline
Link copied to clipboard
isNoInline
Link copied to clipboard