toggle menu
compiler-utils
2.5.0-beta08
jvm
switch theme
search in API
compiler-utils
/
com.squareup.anvil.compiler.internal.reference
/
TypeParameterReference
Type
Parameter
Reference
sealed
class
TypeParameterReference
Inheritors
Psi
Descriptor
Members
Types
Descriptor
Link copied to clipboard
class
Descriptor
:
TypeParameterReference
Psi
Link copied to clipboard
class
Psi
:
TypeParameterReference
Properties
declaring
Class
Link copied to clipboard
abstract
val
declaringClass
:
ClassReference
name
Link copied to clipboard
abstract
val
name
:
String
type
Variable
Name
Link copied to clipboard
val
typeVariableName
:
TypeVariableName
upper
Bounds
Link copied to clipboard
abstract
val
upperBounds
:
List
<
TypeReference
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String