public abstract class AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant extends Object implements ICodeActionResolvesParticipant
| Constructor and Description |
|---|
AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.eclipse.lsp4j.TextDocumentEdit |
createFileEdit(String grammarFileName,
DOMDocument document,
SharedSettings sharedSettings) |
protected abstract FileContentGeneratorSettings |
getFileContentGeneratorSettings() |
org.eclipse.lsp4j.CodeAction |
resolveCodeAction(ICodeActionResolverRequest request,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Returns the resolved codeAction coming from the unresolved codeAction of the
given
request. |
public AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant()
public final org.eclipse.lsp4j.CodeAction resolveCodeAction(ICodeActionResolverRequest request, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
ICodeActionResolvesParticipantrequest.resolveCodeAction in interface ICodeActionResolvesParticipantrequest - the resolve code action request.cancelChecker - the cancel checker.request.protected abstract org.eclipse.lsp4j.TextDocumentEdit createFileEdit(String grammarFileName, DOMDocument document, SharedSettings sharedSettings) throws BadLocationException
BadLocationExceptionprotected abstract FileContentGeneratorSettings getFileContentGeneratorSettings()
Copyright © 2024. All rights reserved.