Class DidOpenTextDocumentParams
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.DidOpenTextDocumentParams
The parameters send in a open text document notification.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DidOpenTextDocumentParamscreate(TextDocumentItem textDocument) booleanThe document that was opened.inthashCode()setTextDocument(TextDocumentItem textDocument)