Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.ImportContainer
Packages that use ImportContainer
Package
Description
-
Uses of ImportContainer in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist that return ImportContainerModifier and TypeMethodDescriptionprotected ImportContainerCompletionUnitStructureRequestor.createImportContainer(ICompilationUnit parent)Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type ImportContainerModifier and TypeMethodDescriptionprotected ImportDeclarationCompletionUnitStructureRequestor.createImportDeclaration(ImportContainer parent, String name, boolean onDemand) -
Uses of ImportContainer in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Subclasses of ImportContainer in org.aspectj.org.eclipse.jdt.internal.codeassist.implConstructors in org.aspectj.org.eclipse.jdt.internal.codeassist.impl with parameters of type ImportContainerModifierConstructorDescriptionAssistImportDeclaration(ImportContainer parent, String name, boolean isOnDemand, Map infoCache) -
Uses of ImportContainer in org.aspectj.org.eclipse.jdt.internal.core
Fields in org.aspectj.org.eclipse.jdt.internal.core declared as ImportContainerModifier and TypeFieldDescriptionprotected ImportContainerCompilationUnitStructureRequestor.importContainerMethods in org.aspectj.org.eclipse.jdt.internal.core that return ImportContainerModifier and TypeMethodDescriptionprotected ImportContainerCompilationUnitStructureRequestor.createImportContainer(ICompilationUnit parent)Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ImportContainerModifier and TypeMethodDescriptionprotected ImportDeclarationCompilationUnitStructureRequestor.createImportDeclaration(ImportContainer parent, String name, boolean onDemand)Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ImportContainerModifierConstructorDescriptionprotectedImportDeclaration(ImportContainer parent, String name, boolean isOnDemand)Constructs an ImportDeclaration in the given import container with the given name.