public interface ImportElement extends ExtendedElement
| Modifier and Type | Method and Description |
|---|---|
TypeElement |
getImportedType()
Returns the imported type (null if a static or wildcard import).
|
boolean |
isStatic()
Tells if this import is static or not.
|
boolean |
isWildcard()
Tells if this import is a wildcard import or not.
|
getType, getTypeAsElement, isConstant, isStringLiteralboolean isStatic()
boolean isWildcard()
TypeElement getImportedType()