public class TextDocumentVersionChecker extends Object implements org.eclipse.lsp4j.jsonrpc.CancelChecker
CancelChecker implementation to throw a
CancellationException when version of TextDocument changed.| Constructor and Description |
|---|
TextDocumentVersionChecker(TextDocument textDocument,
int version) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCanceled() |
public TextDocumentVersionChecker(TextDocument textDocument, int version)
Copyright © 2022. All rights reserved.