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)
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.