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)
ICodeActionResolvesParticipant
request
.resolveCodeAction
in interface ICodeActionResolvesParticipant
request
- 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
BadLocationException
protected abstract FileContentGeneratorSettings getFileContentGeneratorSettings()
Copyright © 2022. All rights reserved.