public class SemanticTokensWorkspaceCapabilities
extends java.lang.Object
| Constructor and Description |
|---|
SemanticTokensWorkspaceCapabilities() |
SemanticTokensWorkspaceCapabilities(java.lang.Boolean refreshSupport) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getRefreshSupport()
Whether the client implementation supports a refresh request sent from the
server to the client.
|
int |
hashCode() |
void |
setRefreshSupport(java.lang.Boolean refreshSupport)
Whether the client implementation supports a refresh request sent from the
server to the client.
|
java.lang.String |
toString() |
public SemanticTokensWorkspaceCapabilities()
public SemanticTokensWorkspaceCapabilities(java.lang.Boolean refreshSupport)
@Pure public java.lang.Boolean getRefreshSupport()
public void setRefreshSupport(java.lang.Boolean refreshSupport)
@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