AnnotatedConstruct
, Element
, QualifiedNameable
public interface PackageElement extends Element, QualifiedNameable
Elements.getPackageOf(javax.lang.model.element.Element)
Modifier and Type | Method | Description |
---|---|---|
Element |
getEnclosingElement() |
REVISED Returns the enclosing module if such a module exists; otherwise
returns
null . |
List<? extends Element> |
getEnclosedElements() |
Returns the top-level
classes and interfaces within this package.
|
Name |
getQualifiedName() |
Returns the fully qualified name of this package.
|
Name |
getSimpleName() |
Returns the simple name of this package.
|
boolean |
isUnnamed() |
Returns
true if this is an unnamed package and
false otherwise. |
accept, asType, equals, getAnnotation, getAnnotationMirrors, getKind, getModifiers, hashCode
getAnnotationsByType
Name getQualifiedName()
getQualifiedName
in interface QualifiedNameable
.
", followed by the simple
(member) name of the subpackage.Name getSimpleName()
getSimpleName
in interface Element
getSimpleName()
,
ExecutableElement.getSimpleName()
,
TypeElement.getSimpleName()
,
VariableElement.getSimpleName()
,
ModuleElement.getSimpleName()
List<? extends Element> getEnclosedElements()
getEnclosedElements
in interface Element
TypeElement.getEnclosedElements()
,
getEnclosedElements()
,
ModuleElement.getEnclosedElements()
,
Elements.getAllMembers(javax.lang.model.element.TypeElement)
boolean isUnnamed()
true
if this is an unnamed package and
false
otherwise.true
if this is an unnamed package and
false
otherwiseElement getEnclosingElement()
null
.
One situation where a module does not exist for a package is if
the environment does not include modules, such as an annotation
processing environment configured for a source version without modules.getEnclosingElement
in interface Element
null
if no such module existsElements.getPackageOf(javax.lang.model.element.Element)
Copyright © 1993, 2017, Oracle and/or its affiliates · All rights reserved · License