Package | Description |
---|---|
org.eclipse.jdt.core.search |
Provides support for searching the workspace Java
elements that match a particular description.
|
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) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.