public interface PackageElement extends Element, QualifiedNameable
Elements.getPackageOf(javax.lang.model.element.Element)
Modifier and Type | Method and Description |
---|---|
List<? extends Element> |
getEnclosedElements()
Returns the top-level
classes and interfaces within this package.
|
Element |
getEnclosingElement()
Returns
null since a package is not enclosed by another
element. |
Name |
getQualifiedName()
Returns the fully qualified name of this package.
|
Name |
getSimpleName()
Returns the simple name of this package.
|
boolean |
isUnnamed()
Returns
true is this is an unnamed package and false otherwise. |
accept, asType, equals, getAnnotation, getAnnotationMirrors, getKind, getModifiers, hashCode
getAnnotationsByType
Name getQualifiedName()
getQualifiedName
in interface QualifiedNameable
Name getSimpleName()
getSimpleName
in interface Element
getSimpleName()
,
ExecutableElement.getSimpleName()
,
TypeElement.getSimpleName()
,
VariableElement.getSimpleName()
List<? extends Element> getEnclosedElements()
getEnclosedElements
in interface Element
getEnclosedElements()
,
TypeElement.getEnclosedElements()
,
Elements.getAllMembers(javax.lang.model.element.TypeElement)
boolean isUnnamed()
true
is this is an unnamed package and false
otherwise.true
is this is an unnamed package and false
otherwiseElement getEnclosingElement()
null
since a package is not enclosed by another
element.getEnclosingElement
in interface Element
null
Elements.getPackageOf(javax.lang.model.element.Element)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.