Class DidCloseTextDocumentParams
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.DidCloseTextDocumentParams
The parameters send in a close text document notification.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DidCloseTextDocumentParamscreate(TextDocumentIdentifier textDocument) booleanThe document that was closed.inthashCode()setTextDocument(TextDocumentIdentifier textDocument)