- All Superinterfaces:
AnnotatedConstruct
,Element
- All Known Subinterfaces:
ExecutableElement
,TypeElement
A mixin interface for an element that has type parameters.
- Since:
- 1.7
-
Method Summary
Modifier and TypeMethodDescriptionList
<? extends TypeParameterElement> Returns the formal type parameters of an element in declaration order.Methods declared in interface javax.lang.model.element.Element
accept, asType, equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hashCode
-
Method Details
-
getTypeParameters
List<? extends TypeParameterElement> getTypeParameters()Returns the formal type parameters of an element in declaration order.- Returns:
- the formal type parameters, or an empty list if there are none
-