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 MethodNameMatch |
SearchEngine.createMethodNameMatch(IMethod method,
int modifiers)
Create a method name match on a given method with specific modifiers.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
MethodNameMatchRequestor.acceptMethodNameMatch(MethodNameMatch match)
Accepts a method name match (
MethodNameMatch ) which contains a method
information as package name, enclosing types names, method name, modifiers, etc. |
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.