public class TextDocumentRegistrationOptions
extends java.lang.Object
Constructor and Description |
---|
TextDocumentRegistrationOptions() |
TextDocumentRegistrationOptions(java.util.List<DocumentFilter> documentSelector) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<DocumentFilter> |
getDocumentSelector()
A document selector to identify the scope of the registration.
|
int |
hashCode() |
void |
setDocumentSelector(java.util.List<DocumentFilter> documentSelector)
A document selector to identify the scope of the registration.
|
java.lang.String |
toString() |
public TextDocumentRegistrationOptions()
public TextDocumentRegistrationOptions(java.util.List<DocumentFilter> documentSelector)
@Pure public java.util.List<DocumentFilter> getDocumentSelector()
public void setDocumentSelector(java.util.List<DocumentFilter> documentSelector)
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object