Class CodeLensKindCapabilities


  • public class CodeLensKindCapabilities
    extends Object
    Specific capabilities for the `CodeLensKind`.
    • Constructor Detail

      • CodeLensKindCapabilities

        public CodeLensKindCapabilities()
      • CodeLensKindCapabilities

        public CodeLensKindCapabilities​(List<String> valueSet)
    • Method Detail

      • getValueSet

        public List<String> getValueSet()
        The codeLens kind values the client supports. When this property exists the client also guarantees that it will handle values outside its set gracefully and falls back to a default value when unknown. If this property is not present the client only supports the codeLens kinds from `File` to `Array` as defined in the initial version of the protocol.
      • setValueSet

        public void setValueSet​(List<String> valueSet)
        The codeLens kind values the client supports. When this property exists the client also guarantees that it will handle values outside its set gracefully and falls back to a default value when unknown. If this property is not present the client only supports the codeLens kinds from `File` to `Array` as defined in the initial version of the protocol.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object