Package org.eclipse.lsp4j
Class SemanticTokensClientCapabilitiesRequestsFull
- java.lang.Object
-
- org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequestsFull
-
public class SemanticTokensClientCapabilitiesRequestsFull extends java.lang.ObjectSince 3.16.0
-
-
Constructor Summary
Constructors Constructor Description SemanticTokensClientCapabilitiesRequestsFull()SemanticTokensClientCapabilitiesRequestsFull(java.lang.Boolean delta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.BooleangetDelta()The client will send the `textDocument/semanticTokens/full/delta` request if the server provides a corresponding handler.inthashCode()voidsetDelta(java.lang.Boolean delta)The client will send the `textDocument/semanticTokens/full/delta` request if the server provides a corresponding handler.java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-