Package org.eclipse.jdt.internal.codeassist

Examples of org.eclipse.jdt.internal.codeassist.InternalCompletionProposal


   * @param kind one of the kind constants declared on this class
   * @param completionOffset original offset of code completion request
   * @return a new completion proposal
   */
  public static CompletionProposal create(int kind, int completionOffset) {
    return new InternalCompletionProposal(kind, completionOffset);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.jdt.internal.codeassist.InternalCompletionProposal

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.