public interface CompiledImport extends JavaElement, JavaHasName
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
JavaHasType |
getImportedElementAt(int index) |
int |
getImportedElementCount() |
java.util.Collection |
getImportedElements() |
JavaClass |
getQualifyingType()
If this import is a static import, then there must be a
qualifying type.
|
boolean |
isStatic() |
boolean |
isUsed() |
getName
getElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfo
boolean isStatic()
boolean isUsed()
java.util.Collection getImportedElements()
int getImportedElementCount()
JavaHasType getImportedElementAt(int index)
index
- 0-basedJavaClass getQualifyingType()