ValueParameter
data class ValueParameter(val owner: Symbol.Member, val index: Int, val indexInValueParameters: Int, val name: String) : Symbol.Parameter(source)
A value parameter of a Member.
See also
Properties
Link copied to clipboard
The fully qualified name of the symbol.
Link copied to clipboard
The index of the parameter in the value parameters of the member.
Link copied to clipboard
The kind of the parameter
Link copied to clipboard
The segments of the fully qualified name of this symbol.
Link copied to clipboard
The symbol that owns the parameter