Package org.eclipse.lsp4j
Class HoverParams
- java.lang.Object
-
- org.eclipse.lsp4j.TextDocumentPositionParams
-
- org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
-
- org.eclipse.lsp4j.HoverParams
-
- All Implemented Interfaces:
WorkDoneProgressParams
public class HoverParams extends TextDocumentPositionAndWorkDoneProgressParams
The hover request is sent from the client to the server to request hover information at a given text document position.
-
-
Constructor Summary
Constructors Constructor Description HoverParams()HoverParams(TextDocumentIdentifier textDocument, Position position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()-
Methods inherited from class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressParams
getWorkDoneToken, setWorkDoneToken, setWorkDoneToken, setWorkDoneToken
-
Methods inherited from class org.eclipse.lsp4j.TextDocumentPositionParams
getPosition, getTextDocument, setPosition, setTextDocument
-
-
-
-
Constructor Detail
-
HoverParams
public HoverParams()
-
HoverParams
public HoverParams(TextDocumentIdentifier textDocument, Position position)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTextDocumentPositionAndWorkDoneProgressParams
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classTextDocumentPositionAndWorkDoneProgressParams
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTextDocumentPositionAndWorkDoneProgressParams
-
-