public interface JvmTypeParameter extends JvmTypeDeclaration
TypeVariable
Modifier and Type | Method and Description |
---|---|
default <T> T |
accept(JvmElementVisitor<T> visitor) |
JvmReferenceType [] |
getBounds() |
JvmTypeParametersOwner |
getOwner() |
getName
getAnnotation, getAnnotations, hasAnnotation
getSourceElement
JvmReferenceType [] getBounds()
TypeVariable.getBounds()
,
TypeVariable.getAnnotatedBounds()
JvmTypeParametersOwner getOwner()
TypeVariable.getGenericDeclaration()
default <T> T accept(JvmElementVisitor<T> visitor)
accept
in interface JvmElement