Class CompletionItemImpl

    • Field Detail

      • help

        private java.lang.String help
      • methodProfile

        private java.lang.String methodProfile
      • returnValue

        private java.lang.String returnValue
      • type

        private java.lang.String type
    • Constructor Detail

      • CompletionItemImpl

        public CompletionItemImpl()
      • CompletionItemImpl

        public CompletionItemImpl​(java.lang.String type,
                                  java.lang.String methodProfile,
                                  java.lang.String returnValue,
                                  java.lang.String help)
        Parameters:
        type -
        methodProfile -
        returnValue -
        help -