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

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

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

Methods in org.eclipse.jdt.internal.codeassist that return PackageDeclaration
protected  PackageDeclaration CompletionUnitStructureRequestor.createPackageDeclaration(JavaElement parent, java.lang.String name)
           
 

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

Subclasses of PackageDeclaration in org.eclipse.jdt.internal.codeassist.impl
 class AssistPackageDeclaration
           
 

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

Methods in org.eclipse.jdt.internal.core that return PackageDeclaration
protected  PackageDeclaration CompilationUnitStructureRequestor.createPackageDeclaration(JavaElement parent, java.lang.String name)