ContextParameter
data class ContextParameter(val owner: Symbol.Member, val index: Int, val indexInContextParameters: Int, val name: String) : Symbol.Parameter(source)
A context 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 context 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