- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TreegetQualifiedIdentifier()Returns the qualified identifier for the declaration(s) being imported.booleanisStatic()Returns true if this is a static import declaration.
 
- 
- 
- 
Method Detail- 
isStaticboolean isStatic() Returns true if this is a static import declaration.- Returns:
- true if this is a static import
 
 - 
getQualifiedIdentifierTree getQualifiedIdentifier() Returns the qualified identifier for the declaration(s) being imported. If this is an import-on-demand declaration, the qualified identifier will end in "*".- Returns:
- a qualified identifier, ending in "*" if and only if this is an import-on-demand
 
 
- 
 
-