Class SemanticTokensClientCapabilitiesRequestsFull


  • public class SemanticTokensClientCapabilitiesRequestsFull
    extends java.lang.Object
    Since 3.16.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.Boolean getDelta()
      The client will send the `textDocument/semanticTokens/full/delta` request if the server provides a corresponding handler.
      int hashCode()  
      void setDelta​(java.lang.Boolean delta)
      The client will send the `textDocument/semanticTokens/full/delta` request if the server provides a corresponding handler.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SemanticTokensClientCapabilitiesRequestsFull

        public SemanticTokensClientCapabilitiesRequestsFull()
      • SemanticTokensClientCapabilitiesRequestsFull

        public SemanticTokensClientCapabilitiesRequestsFull​(java.lang.Boolean delta)
    • Method Detail

      • getDelta

        public java.lang.Boolean getDelta()
        The client will send the `textDocument/semanticTokens/full/delta` request if the server provides a corresponding handler.
      • setDelta

        public void setDelta​(java.lang.Boolean delta)
        The client will send the `textDocument/semanticTokens/full/delta` request if the server provides a corresponding handler.
      • 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