Package org.eclipse.lsp4j
Class ReferenceParams
- java.lang.Object
-
- All Implemented Interfaces:
PartialResultParams,WorkDoneProgressParams
public class ReferenceParams extends TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
-
-
Constructor Summary
Constructors Constructor Description ReferenceParams()ReferenceParams(ReferenceContext context)Deprecated.ReferenceParams(TextDocumentIdentifier textDocument, Position position, ReferenceContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)ReferenceContextgetContext()inthashCode()voidsetContext(ReferenceContext context)java.lang.StringtoString()-
Methods inherited from class org.eclipse.lsp4j.TextDocumentPositionAndWorkDoneProgressAndPartialResultParams
getPartialResultToken, setPartialResultToken, setPartialResultToken, setPartialResultToken
-
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
-
ReferenceParams
public ReferenceParams()
-
ReferenceParams
public ReferenceParams(TextDocumentIdentifier textDocument, Position position, ReferenceContext context)
-
ReferenceParams
@Deprecated public ReferenceParams(ReferenceContext context)
Deprecated.
-
-
Method Detail
-
getContext
public ReferenceContext getContext()
-
setContext
public void setContext(ReferenceContext context)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classTextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classTextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTextDocumentPositionAndWorkDoneProgressAndPartialResultParams
-
-