Klasse MethodNameRequestorWrapper

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.search.MethodNameRequestorWrapper
Alle implementierten Schnittstellen:
IRestrictedAccessMethodRequestor

public class MethodNameRequestorWrapper extends Object implements IRestrictedAccessMethodRequestor
  • Konstruktordetails

    • MethodNameRequestorWrapper

      public MethodNameRequestorWrapper(MethodNameRequestor requestor)
  • Methodendetails

    • 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)
      Angegeben von:
      acceptMethod in Schnittstelle IRestrictedAccessMethodRequestor