Uses of Class
org.eclipse.jdt.internal.core.search.matching.PackageDeclarationPattern

Packages that use PackageDeclarationPattern
org.eclipse.jdt.internal.core.search.matching   
 

Uses of PackageDeclarationPattern in org.eclipse.jdt.internal.core.search.matching
 

Fields in org.eclipse.jdt.internal.core.search.matching declared as PackageDeclarationPattern
protected  PackageDeclarationPattern PackageDeclarationLocator.pattern
           
 

Constructors in org.eclipse.jdt.internal.core.search.matching with parameters of type PackageDeclarationPattern
PackageDeclarationLocator(PackageDeclarationPattern pattern)