T - the model type (ex : DOM Document)public class ModelTextDocuments<T> extends TextDocuments<ModelTextDocument<T>>
TextDocument linked to a model.| Constructor and Description |
|---|
ModelTextDocuments(BiFunction<TextDocument,org.eclipse.lsp4j.jsonrpc.CancelChecker,T> parse) |
| Modifier and Type | Method and Description |
|---|---|
ModelTextDocument<T> |
createDocument(org.eclipse.lsp4j.TextDocumentItem document) |
all, get, isIncremental, onDidChangeTextDocument, onDidCloseTextDocument, onDidOpenTextDocument, setIncrementalpublic ModelTextDocuments(BiFunction<TextDocument,org.eclipse.lsp4j.jsonrpc.CancelChecker,T> parse)
public ModelTextDocument<T> createDocument(org.eclipse.lsp4j.TextDocumentItem document)
createDocument in class TextDocuments<ModelTextDocument<T>>Copyright © 2022. All rights reserved.