Package org.eclipse.lsp4j
Class SemanticTokensClientCapabilitiesRequests
- java.lang.Object
-
- org.eclipse.lsp4j.SemanticTokensClientCapabilitiesRequests
-
public class SemanticTokensClientCapabilitiesRequests extends java.lang.ObjectSince 3.16.0
-
-
Constructor Summary
Constructors Constructor Description SemanticTokensClientCapabilitiesRequests()SemanticTokensClientCapabilitiesRequests(java.lang.Boolean full)SemanticTokensClientCapabilitiesRequests(java.lang.Boolean full, java.lang.Boolean range)SemanticTokensClientCapabilitiesRequests(SemanticTokensClientCapabilitiesRequestsFull full)SemanticTokensClientCapabilitiesRequests(SemanticTokensClientCapabilitiesRequestsFull full, java.lang.Boolean range)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,SemanticTokensClientCapabilitiesRequestsFull>getFull()The client will send the `textDocument/semanticTokens/full` request if the server provides a corresponding handler.org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,java.lang.Object>getRange()The client will send the `textDocument/semanticTokens/range` request if the server provides a corresponding handler.inthashCode()voidsetFull(java.lang.Boolean full)voidsetFull(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,SemanticTokensClientCapabilitiesRequestsFull> full)The client will send the `textDocument/semanticTokens/full` request if the server provides a corresponding handler.voidsetFull(SemanticTokensClientCapabilitiesRequestsFull full)voidsetRange(java.lang.Boolean range)voidsetRange(java.lang.Object range)voidsetRange(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,java.lang.Object> range)The client will send the `textDocument/semanticTokens/range` request if the server provides a corresponding handler.java.lang.StringtoString()
-
-
-
Constructor Detail
-
SemanticTokensClientCapabilitiesRequests
public SemanticTokensClientCapabilitiesRequests()
-
SemanticTokensClientCapabilitiesRequests
public SemanticTokensClientCapabilitiesRequests(java.lang.Boolean full)
-
SemanticTokensClientCapabilitiesRequests
public SemanticTokensClientCapabilitiesRequests(SemanticTokensClientCapabilitiesRequestsFull full)
-
SemanticTokensClientCapabilitiesRequests
public SemanticTokensClientCapabilitiesRequests(java.lang.Boolean full, java.lang.Boolean range)
-
SemanticTokensClientCapabilitiesRequests
public SemanticTokensClientCapabilitiesRequests(SemanticTokensClientCapabilitiesRequestsFull full, java.lang.Boolean range)
-
-
Method Detail
-
getRange
public org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,java.lang.Object> getRange()
The client will send the `textDocument/semanticTokens/range` request if the server provides a corresponding handler.
-
setRange
public void setRange(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,java.lang.Object> range)
The client will send the `textDocument/semanticTokens/range` request if the server provides a corresponding handler.
-
setRange
public void setRange(java.lang.Boolean range)
-
setRange
public void setRange(java.lang.Object range)
-
getFull
public org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,SemanticTokensClientCapabilitiesRequestsFull> getFull()
The client will send the `textDocument/semanticTokens/full` request if the server provides a corresponding handler.
-
setFull
public void setFull(org.eclipse.lsp4j.jsonrpc.messages.Either<java.lang.Boolean,SemanticTokensClientCapabilitiesRequestsFull> full)
The client will send the `textDocument/semanticTokens/full` request if the server provides a corresponding handler.
-
setFull
public void setFull(java.lang.Boolean full)
-
setFull
public void setFull(SemanticTokensClientCapabilitiesRequestsFull full)
-
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
-
-