Uses of Class
org.eclipse.wst.jsdt.core.search.TypeNameMatch

Packages that use TypeNameMatch
org.eclipse.wst.jsdt.core.search   
 

Uses of TypeNameMatch in org.eclipse.wst.jsdt.core.search
 

Methods in org.eclipse.wst.jsdt.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.wst.jsdt.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.