Class SurroundWithCommand.SurroundWithResponse
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithResponse
- Enclosing class:
- SurroundWithCommand
-
Constructor Summary
ConstructorsConstructorDescriptionSurroundWithResponse(org.eclipse.lsp4j.TextEdit start, org.eclipse.lsp4j.TextEdit end) -
Method Summary
-
Constructor Details
-
SurroundWithResponse
public SurroundWithResponse() -
SurroundWithResponse
public SurroundWithResponse(org.eclipse.lsp4j.TextEdit start, org.eclipse.lsp4j.TextEdit end)
-
-
Method Details
-
getStart
public org.eclipse.lsp4j.TextEdit getStart() -
getEnd
public org.eclipse.lsp4j.TextEdit getEnd()
-