Class MethodNameRequestorWrapper
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.search.MethodNameRequestorWrapper
- All Implemented Interfaces:
IRestrictedAccessMethodRequestor
Wrapper used to linke
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptMethod(char[] methodName, int parameterCount, char[] declaringQualification, char[] simpleTypeName, int typeModifiers, char[] packageName, char[] signature, char[][] parameterTypes, char[][] parameterNames, char[] returnType, int modifiers, String path, AccessRestriction access, int methodIndex)
-
Constructor Details
-
MethodNameRequestorWrapper
-
-
Method Details
-
acceptMethod
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, String path, AccessRestriction access, int methodIndex)- Specified by:
acceptMethodin interfaceIRestrictedAccessMethodRequestor
-