Interface IRestrictedAccessMethodRequestor

All Known Implementing Classes:
MethodNameMatchRequestorWrapper, MethodNameRequestorWrapper

public interface IRestrictedAccessMethodRequestor
A IRestrictedAccessMethodRequestor collects search results from a searchAllMethodDeclarations query to a SearchBasicEngine providing restricted access information of declaring type when a method is accepted.
  • Method Summary

    Modifier and Type
    Method
    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, String path, AccessRestriction access, int methodIndex)
     
  • Method Details

    • acceptMethod

      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)