Interface CompletionInformation


public interface CompletionInformation
  • Method Details

    • getOffset

      int getOffset()
    • getProposals

      List getProposals()
    • setPrefix

      void setPrefix(String prefix)
    • getPrefix

      String getPrefix()