public class SemanticTokensWorkspaceCapabilities
extends java.lang.Object
Since 3.16.0
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()
Note that this event is global and will force the client to refresh all semantic tokens currently shown. It should be used with absolute care and is useful for situations where a server for example detects a project-wide change that requires such a calculation.
public void setRefreshSupport(java.lang.Boolean refreshSupport)
Note that this event is global and will force the client to refresh all semantic tokens currently shown. It should be used with absolute care and is useful for situations where a server for example detects a project-wide change that requires such a calculation.
@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