Class MethodNameMatchRequestorWrapper

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.search.NameMatchRequestorWrapper
org.aspectj.org.eclipse.jdt.internal.core.search.MethodNameMatchRequestorWrapper
All Implemented Interfaces:
IRestrictedAccessMethodRequestor

public class MethodNameMatchRequestorWrapper extends NameMatchRequestorWrapper implements IRestrictedAccessMethodRequestor
  • Constructor Details

  • Method Details

    • acceptMethod

      public void acceptMethod(char[] methodName, int parameterCount, char[] declaringQualifier, char[] simpleTypeName, int typeModifiers, char[] packageName, char[] signature, char[][] parameterTypes, char[][] parameterNames, char[] returnType, int modifiers, String path, AccessRestriction access, int methodIndex)
      Specified by:
      acceptMethod in interface IRestrictedAccessMethodRequestor