public class TypeHierarchySupertypesParams extends WorkDoneProgressAndPartialResultParams
null if the server couldn't infer
a valid type from item. The request doesn't define
its own client and server capabilities. It is only issued if a server registers for the
textDocument/prepareTypeHierarchy request.
Since 3.17.0
| Constructor and Description |
|---|
TypeHierarchySupertypesParams() |
TypeHierarchySupertypesParams(TypeHierarchyItem item) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
TypeHierarchyItem |
getItem()
Representation of an item that carries type information.
|
int |
hashCode() |
void |
setItem(TypeHierarchyItem item)
Representation of an item that carries type information.
|
java.lang.String |
toString() |
getPartialResultToken, getWorkDoneToken, setPartialResultToken, setPartialResultToken, setPartialResultToken, setWorkDoneToken, setWorkDoneToken, setWorkDoneTokenpublic TypeHierarchySupertypesParams()
public TypeHierarchySupertypesParams(TypeHierarchyItem item)
@Pure public TypeHierarchyItem getItem()
public void setItem(TypeHierarchyItem item)
@Pure public java.lang.String toString()
toString in class WorkDoneProgressAndPartialResultParams@Pure public boolean equals(java.lang.Object obj)
equals in class WorkDoneProgressAndPartialResultParams@Pure public int hashCode()
hashCode in class WorkDoneProgressAndPartialResultParams