Uses of Class
org.eclipse.jdt.core.search.TypeNameMatch

Packages that use TypeNameMatch
org.eclipse.jdt.core.search   
org.eclipse.jdt.internal.core.search   
 

Uses of TypeNameMatch in org.eclipse.jdt.core.search
 

Methods in org.eclipse.jdt.core.search that return TypeNameMatch
static TypeNameMatch SearchEngine.createTypeNameMatch(IType type, int modifiers)
          Create a type name match on a given type with specific modifiers.
 

Methods in org.eclipse.jdt.core.search with parameters of type TypeNameMatch
abstract  void TypeNameMatchRequestor.acceptTypeNameMatch(TypeNameMatch match)
          Accepts a type name match (TypeNameMatch) which contains top-level or a member type information as package name, enclosing types names, simple type name, modifiers, etc.
 

Uses of TypeNameMatch in org.eclipse.jdt.internal.core.search
 

Subclasses of TypeNameMatch in org.eclipse.jdt.internal.core.search
 class JavaSearchTypeNameMatch
          Java Search concrete class for a type name match.
 

Methods in org.eclipse.jdt.internal.core.search that return TypeNameMatch
static TypeNameMatch BasicSearchEngine.createTypeNameMatch(IType type, int modifiers)