- 所有超接口:
-
AnnotatedConstruct
,Element
- 所有已知子接口:
-
ExecutableElement
,TypeElement
具有类型参数的元素的混合接口。
- 自版本:
- 1.7
-
Method Summary
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()返回元素的声明顺序中的形式类型参数。- 返回:
- 形式类型参数,如果没有则返回空列表
-