public interface PackageElement
Represents a package program element. Provides access to information about the package and its members.
Elements.getPackageOf(javax.lang.model.element.Element)| Method Summary | |
|---|---|
Name |
getQualifiedName()
Returns the fully qualified name of this package. |
boolean |
isUnnamed()
Returns true is this is an unnamed package and false otherwise. |
| Methods inherited from interface javax.lang.model.element.Element |
|---|
accept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hashCode |
| Method Detail |
|---|
Name getQualifiedName()
boolean isUnnamed()
true is this is an unnamed package and false otherwise.
true is this is an unnamed package and false otherwise