- 所有超级接口:
-
AnnotatedConstruct
,Element
- 所有已知子接口:
-
ModuleElement
,PackageElement
,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
-
getQualifiedName
Name getQualifiedName()返回元素的完全限定名称。- 返回:
- 元素的完全限定名称
-