Eclipse JDT
Release 3.7

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

Packages that use TypeNameMatch
org.eclipse.jdt.core.search Provides support for searching the workspace Java elements that match a particular description. 
 

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.
 


Eclipse JDT
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.