Class SymbolKindCapabilities


  • public class SymbolKindCapabilities
    extends java.lang.Object
    Specific capabilities for the SymbolKind.

    Since 3.4.0

    • Constructor Detail

      • SymbolKindCapabilities

        public SymbolKindCapabilities()
      • SymbolKindCapabilities

        public SymbolKindCapabilities​(java.util.List<SymbolKind> valueSet)
    • Method Detail

      • getValueSet

        public java.util.List<SymbolKind> getValueSet()
        The symbol 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 symbol kinds from SymbolKind.File to SymbolKind.Array as defined in the initial version of the protocol.

      • setValueSet

        public void setValueSet​(java.util.List<SymbolKind> valueSet)
        The symbol 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 symbol kinds from SymbolKind.File to SymbolKind.Array as defined in the initial version of the protocol.

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object