public class MethodNameRequestorWrapper extends java.lang.Object implements IRestrictedAccessMethodRequestor
IRestrictedAccessMethodRequestor with MethodNameRequestor.
This wrapper specifically allows the usage of internal method BasicSearchEngine.searchAllMethodNames(
char[] packageName,
int pkgMatchRule,
char[] declaringQualification,
int declQualificationMatchRule,
char[] delcaringSimpleName,
int declSimpleNameMatchRule,
char[] methodName,
int methodMatchRule,
IJavaSearchScope scope,
IRestrictedAccessMethodRequestor methodRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor) from API method
SearchEngine.searchAllMethodNames(
char[] packageName,
int pkgMatchRule,
char[] declaringQualification,
int declQualificationMatchRule,
char[] delcaringSimpleName,
int declSimpleNameMatchRule,
char[] methodName,
int methodMatchRule,
IJavaSearchScope scope,
MethodNameRequestor methodRequestor,
int waitingPolicy,
IProgressMonitor progressMonitor).| Constructor and Description |
|---|
MethodNameRequestorWrapper(MethodNameRequestor requestor) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptMethod(char[] methodName,
int parameterCount,
char[] declaringQualification,
char[] simpleTypeName,
int typeModifiers,
char[] packageName,
char[] signature,
char[][] parameterTypes,
char[][] parameterNames,
char[] returnType,
int modifiers,
java.lang.String path,
AccessRestriction access,
int methodIndex) |
public MethodNameRequestorWrapper(MethodNameRequestor requestor)
public void acceptMethod(char[] methodName,
int parameterCount,
char[] declaringQualification,
char[] simpleTypeName,
int typeModifiers,
char[] packageName,
char[] signature,
char[][] parameterTypes,
char[][] parameterNames,
char[] returnType,
int modifiers,
java.lang.String path,
AccessRestriction access,
int methodIndex)
acceptMethod in interface IRestrictedAccessMethodRequestor