Class SignatureHelpParams
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.TextDocumentPositionParams
org.graalvm.tools.lsp.server.types.SignatureHelpParams
Parameters for a [SignatureHelpRequest](#SignatureHelpRequest).
-
Method Summary
Modifier and TypeMethodDescriptionstatic SignatureHelpParamscreate(TextDocumentIdentifier textDocument, Position position) booleanThe signature help context.An optional token that a server can use to report work done progress.inthashCode()setContext(SignatureHelpContext context) setWorkDoneToken(Object workDoneToken) Methods inherited from class org.graalvm.tools.lsp.server.types.TextDocumentPositionParams
getPosition, getTextDocument, setPosition, setTextDocument
-
Method Details
-
getContext
The signature help context. This is only available if the client specifies to send this using the client capability `textDocument.signatureHelp.contextSupport === true`- Since:
- 3.15.0
-
setContext
-
getWorkDoneToken
An optional token that a server can use to report work done progress. -
setWorkDoneToken
-
equals
- Overrides:
equalsin classTextDocumentPositionParams
-
hashCode
public int hashCode()- Overrides:
hashCodein classTextDocumentPositionParams
-
create
-