1 11 package org.eclipse.jdt.internal.codeassist; 12 13 16 public interface IExtendedCompletionRequestor extends org.eclipse.jdt.core.ICompletionRequestor { 18 void acceptPotentialMethodDeclaration( 19 char[] declaringTypePackageName, 20 char[] declaringTypeName, 21 char[] selector, 22 int completionStart, 23 int completionEnd, 24 int relevance); 25 } 26 | Popular Tags |