public class TextDocumentSaveRegistrationOptions extends TextDocumentRegistrationOptions
| Constructor and Description |
|---|
TextDocumentSaveRegistrationOptions() |
TextDocumentSaveRegistrationOptions(java.lang.Boolean includeText) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getIncludeText()
The client is supposed to include the content on save.
|
int |
hashCode() |
void |
setIncludeText(java.lang.Boolean includeText)
The client is supposed to include the content on save.
|
java.lang.String |
toString() |
getDocumentSelector, setDocumentSelectorpublic TextDocumentSaveRegistrationOptions()
public TextDocumentSaveRegistrationOptions(java.lang.Boolean includeText)
@Pure public java.lang.Boolean getIncludeText()
public void setIncludeText(java.lang.Boolean includeText)
@Pure public java.lang.String toString()
toString in class TextDocumentRegistrationOptions@Pure public boolean equals(java.lang.Object obj)
equals in class TextDocumentRegistrationOptions@Pure public int hashCode()
hashCode in class TextDocumentRegistrationOptions