org.aspectj.org.eclipse.jdt.internal.codeassist
Interface IExtendedCompletionRequestor

All Superinterfaces:
ICompletionRequestor

Deprecated. Use CompletionRequestor instead

public interface IExtendedCompletionRequestor
extends ICompletionRequestor


Method Summary
 void acceptPotentialMethodDeclaration(char[] declaringTypePackageName, char[] declaringTypeName, char[] selector, int completionStart, int completionEnd, int relevance)
          Deprecated.  
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.core.ICompletionRequestor
acceptAnonymousType, acceptClass, acceptError, acceptField, acceptInterface, acceptKeyword, acceptLabel, acceptLocalVariable, acceptMethod, acceptMethodDeclaration, acceptModifier, acceptPackage, acceptType, acceptVariableName
 

Method Detail

acceptPotentialMethodDeclaration

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