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