public class SemanticTokensClientCapabilitiesRequestsFull
extends java.lang.Object
Constructor and Description |
---|
SemanticTokensClientCapabilitiesRequestsFull() |
SemanticTokensClientCapabilitiesRequestsFull(java.lang.Boolean delta) |
Modifier and Type | Method and 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() |
public SemanticTokensClientCapabilitiesRequestsFull()
public SemanticTokensClientCapabilitiesRequestsFull(java.lang.Boolean delta)
@Pure public java.lang.Boolean getDelta()
public void setDelta(java.lang.Boolean delta)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object