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 |
---|---|
void |
SearchEngine.searchAllMethodNames(char[] packageName,
int pkgMatchRule,
char[] declaringQualification,
int declQualificationMatchRule,
char[] declaringSimpleName,
int declSimpleNameMatchRule,
char[] methodName,
int methodMatchRule,
IJavaSearchScope scope,
MethodNameMatchRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor)
Searches for all method declarations in the given scope.
|
void |
SearchEngine.searchAllMethodNames(char[] qualifier,
int qualifierMatchRule,
char[] methodName,
int methodMatchRule,
IJavaSearchScope scope,
MethodNameMatchRequestor nameRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor)
Searches for all method declarations in the given scope.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.