public class RootElementTypeMustMatchDoctypedeclCodeAction extends Object implements ICodeActionParticipant
| Constructor and Description |
|---|
RootElementTypeMustMatchDoctypedeclCodeAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
doCodeAction(ICodeActionRequest request,
List<org.eclipse.lsp4j.CodeAction> codeActions,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Collect the code action in the given
codeActions for the given
code action request request. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResolveCodeActionParticipantpublic RootElementTypeMustMatchDoctypedeclCodeAction()
public void doCodeAction(ICodeActionRequest request, List<org.eclipse.lsp4j.CodeAction> codeActions, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
ICodeActionParticipantcodeActions for the given
code action request request.doCodeAction in interface ICodeActionParticipantrequest - the code action request.codeActions - list of code actions to fill.cancelChecker - the cancel checker.Copyright © 2022. All rights reserved.