Package org.eclipse.lsp4j
Class ShowDocumentCapabilities
- java.lang.Object
-
- org.eclipse.lsp4j.ShowDocumentCapabilities
-
public class ShowDocumentCapabilities extends java.lang.ObjectClient capabilities for the show document request.Since 3.16.0
-
-
Constructor Summary
Constructors Constructor Description ShowDocumentCapabilities()ShowDocumentCapabilities(boolean support)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()booleanisSupport()The client has support for the show document request.voidsetSupport(boolean support)The client has support for the show document request.java.lang.StringtoString()
-
-
-
Method Detail
-
isSupport
public boolean isSupport()
The client has support for the show document request.
-
setSupport
public void setSupport(boolean support)
The client has support for the show document request.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-