class FullParameter
Gets and stores additional information about parameters so that the additional information is easily accessible when needed.
function |
val function: KFunction<*> |
kclass |
val kclass: KClass<*> |
name |
val name: String |
param |
val param: KParameter |
type |
val type: Type |