Uses of Class
org.eclipse.jdt.internal.core.ImportDeclaration

Packages that use ImportDeclaration
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.core   
 

Uses of ImportDeclaration in org.eclipse.jdt.internal.codeassist
 

Methods in org.eclipse.jdt.internal.codeassist that return ImportDeclaration
protected  ImportDeclaration CompletionUnitStructureRequestor.createImportDeclaration(ImportContainer parent, java.lang.String name, boolean onDemand)
           
 

Uses of ImportDeclaration in org.eclipse.jdt.internal.codeassist.impl
 

Subclasses of ImportDeclaration in org.eclipse.jdt.internal.codeassist.impl
 class AssistImportDeclaration
           
 

Uses of ImportDeclaration in org.eclipse.jdt.internal.core
 

Methods in org.eclipse.jdt.internal.core that return ImportDeclaration
protected  ImportDeclaration CompilationUnitStructureRequestor.createImportDeclaration(ImportContainer parent, java.lang.String name, boolean onDemand)