public class DocumentRangeFormattingParams extends DocumentFormattingParams
| Constructor and Description |
|---|
DocumentRangeFormattingParams() |
DocumentRangeFormattingParams(Range range)
Deprecated.
|
DocumentRangeFormattingParams(TextDocumentIdentifier textDocument,
FormattingOptions options,
Range range) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Range |
getRange()
The range to format
|
int |
hashCode() |
void |
setRange(Range range)
The range to format
|
java.lang.String |
toString() |
getOptions, getTextDocument, setOptions, setTextDocumentpublic DocumentRangeFormattingParams()
public DocumentRangeFormattingParams(TextDocumentIdentifier textDocument, FormattingOptions options, Range range)
@Deprecated public DocumentRangeFormattingParams(Range range)
@Pure public Range getRange()
public void setRange(Range range)
@Pure public java.lang.String toString()
toString in class DocumentFormattingParams@Pure public boolean equals(java.lang.Object obj)
equals in class DocumentFormattingParams@Pure public int hashCode()
hashCode in class DocumentFormattingParams