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