Interface IExtendedCompletionRequestor

All Superinterfaces:
ICompletionRequestor

public interface IExtendedCompletionRequestor extends ICompletionRequestor
Deprecated.
  • Method Details

    • acceptPotentialMethodDeclaration

      void acceptPotentialMethodDeclaration(char[] declaringTypePackageName, char[] declaringTypeName, char[] selector, int completionStart, int completionEnd, int relevance)
      Deprecated.