Class DocumentSymbolParams
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.WorkDoneProgressParams
org.graalvm.tools.lsp.server.types.DocumentSymbolParams
Parameters for a [DocumentSymbolRequest](#DocumentSymbolRequest).
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentSymbolParamscreate(TextDocumentIdentifier textDocument) booleanAn optional token that a server can use to report partial results (e.g.The text document.inthashCode()setPartialResultToken(Object partialResultToken) setTextDocument(TextDocumentIdentifier textDocument) Methods inherited from class org.graalvm.tools.lsp.server.types.WorkDoneProgressParams
create, getWorkDoneToken, setWorkDoneToken
-
Method Details
-
getTextDocument
The text document. -
setTextDocument
-
getPartialResultToken
An optional token that a server can use to report partial results (e.g. streaming) to the client. -
setPartialResultToken
-
equals
- Overrides:
equalsin classWorkDoneProgressParams
-
hashCode
public int hashCode()- Overrides:
hashCodein classWorkDoneProgressParams
-
create
-