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

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

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

Fields in org.eclipse.jdt.internal.core.search.matching declared as SuperTypeReferencePattern
protected  SuperTypeReferencePattern SuperTypeReferenceLocator.pattern
           
 

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