ParameterizedTypeImpl

class ParameterizedTypeImpl : ParameterizedType

Constructors

ParameterizedTypeImpl
Link copied to clipboard
open fun ParameterizedTypeImpl(@Nullable() ownerType: Type, rawType: Type, typeArguments: Array<Type>)

Functions

equals
Link copied to clipboard
open fun equals(other: Any): Boolean
getActualTypeArguments
Link copied to clipboard
open fun getActualTypeArguments(): Array<Type>
abstract fun getActualTypeArguments(): Array<Type>
getOwnerType
Link copied to clipboard
abstract fun getOwnerType(): Type
getRawType
Link copied to clipboard
abstract fun getRawType(): Type
getTypeName
Link copied to clipboard
open fun getTypeName(): String
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

ownerType
Link copied to clipboard
private val ownerType: Type
rawType
Link copied to clipboard
private val rawType: Type
typeArguments
Link copied to clipboard
val typeArguments: Array<Type>