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

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

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

Subclasses of TypeReferencePattern in org.eclipse.jdt.internal.core.search.matching
 class DeclarationOfReferencedTypesPattern
           
 

Fields in org.eclipse.jdt.internal.core.search.matching declared as TypeReferencePattern
protected  TypeReferencePattern TypeReferenceLocator.pattern
           
 

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