public interface PackageElement extends Element, QualifiedNameable
Elements.getPackageOf(javax.lang.model.element.Element)
Modifier and Type | Method and Description |
---|---|
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, getEnclosedElements, getKind, getModifiers, hashCode
Name getQualifiedName()
getQualifiedName
in interface QualifiedNameable
Name getSimpleName()
getSimpleName
in interface Element
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, 2012, Oracle and/or its affiliates. All rights reserved.