- 所有父级接口:
AnnotatedConstruct
,Element
- 所有已知的子接口:
ModuleElement
,PackageElement
,TypeElement
具有限定名称的元素的混合接口。
- 自从:
- 1.7
-
方法总结
在接口 javax.lang.model.element.Element 中声明的方法
accept, asType, equals, getAnnotation, getAnnotationMirrors, getAnnotationsByType, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hashCode
-
方法详情
-
getQualifiedName
Name getQualifiedName()返回元素的完全限定名称。- 返回:
- 元素的完全限定名称
-