public class FoldingRangeCapabilities extends DynamicRegistrationCapabilities
| Constructor and Description |
|---|
FoldingRangeCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getLineFoldingOnly()
If set, the client signals that it only supports folding complete lines.
|
java.lang.Integer |
getRangeLimit()
The maximum number of folding ranges that the client prefers to receive per document.
|
int |
hashCode() |
void |
setLineFoldingOnly(java.lang.Boolean lineFoldingOnly)
If set, the client signals that it only supports folding complete lines.
|
void |
setRangeLimit(java.lang.Integer rangeLimit)
The maximum number of folding ranges that the client prefers to receive per document.
|
java.lang.String |
toString() |
getDynamicRegistration, setDynamicRegistration@Pure public java.lang.Integer getRangeLimit()
public void setRangeLimit(java.lang.Integer rangeLimit)
@Pure public java.lang.Boolean getLineFoldingOnly()
public void setLineFoldingOnly(java.lang.Boolean lineFoldingOnly)
@Pure public java.lang.String toString()
toString in class DynamicRegistrationCapabilities@Pure public boolean equals(java.lang.Object obj)
equals in class DynamicRegistrationCapabilities@Pure public int hashCode()
hashCode in class DynamicRegistrationCapabilities