public interface ICodeActionResolverRequest extends IBaseCodeActionRequest
| Modifier and Type | Method and Description |
|---|---|
String |
getDataProperty(String fieldName)
Returns the data property value of the given
fieldName and null
otherwise. |
String |
getParticipantId()
Returns the participant ID
ICodeActionResolvesParticipant which must
resolve the unresolved code action. |
org.eclipse.lsp4j.CodeAction |
getUnresolved()
Returns the unresolved code action.
|
XMLGenerator |
getXMLGenerator(org.eclipse.lsp4j.Range range)
Returns the XML generator and null otherwise.
|
getDocument, getSharedSettingsgetComponentorg.eclipse.lsp4j.CodeAction getUnresolved()
String getParticipantId()
ICodeActionResolvesParticipant which must
resolve the unresolved code action.ICodeActionResolvesParticipant which must
resolve the unresolved code action.String getDataProperty(String fieldName)
fieldName and null
otherwise.fieldName - the field name.fieldName and null
otherwise.XMLGenerator getXMLGenerator(org.eclipse.lsp4j.Range range) throws BadLocationException
range - the range of the Code ActionBadLocationExceptionCopyright © 2024. All rights reserved.