Package | Description |
---|---|
org.eclipse.wst.jsdt.core.search |
Modifier and Type | Method and Description |
---|---|
static TypeNameMatch |
SearchEngine.createTypeNameMatch(IType type,
int modifiers)
Create a type name match on a given type with specific modifiers.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.