Interface CompletionInformation


  • public interface CompletionInformation
    • Method Detail

      • getOffset

        int getOffset()
      • getProposals

        java.util.List getProposals()
      • setPrefix

        void setPrefix​(java.lang.String prefix)
      • getPrefix

        java.lang.String getPrefix()