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

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

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

Methods in org.eclipse.jdt.internal.codeassist that return ImportContainer
protected  ImportContainer CompletionUnitStructureRequestor.createImportContainer(ICompilationUnit parent)
           
 

Methods in org.eclipse.jdt.internal.codeassist with parameters of type ImportContainer
protected  ImportDeclaration CompletionUnitStructureRequestor.createImportDeclaration(ImportContainer parent, java.lang.String name, boolean onDemand)
           
 

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

Subclasses of ImportContainer in org.eclipse.jdt.internal.codeassist.impl
 class AssistImportContainer
           
 

Constructors in org.eclipse.jdt.internal.codeassist.impl with parameters of type ImportContainer
AssistImportDeclaration(ImportContainer parent, java.lang.String name, boolean isOnDemand, java.util.Map infoCache)
           
 

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

Fields in org.eclipse.jdt.internal.core declared as ImportContainer
protected  ImportContainer CompilationUnitStructureRequestor.importContainer
           
 

Methods in org.eclipse.jdt.internal.core that return ImportContainer
protected  ImportContainer CompilationUnitStructureRequestor.createImportContainer(ICompilationUnit parent)
           
 

Methods in org.eclipse.jdt.internal.core with parameters of type ImportContainer
protected  ImportDeclaration CompilationUnitStructureRequestor.createImportDeclaration(ImportContainer parent, java.lang.String name, boolean onDemand)
           
 

Constructors in org.eclipse.jdt.internal.core with parameters of type ImportContainer
ImportDeclaration(ImportContainer parent, java.lang.String name, boolean isOnDemand)
          Constructs an ImportDeclaration in the given import container with the given name.