public class RenameParams
extends java.lang.Object
| Constructor and Description |
|---|
RenameParams() |
RenameParams(TextDocumentIdentifier textDocument,
Position position,
java.lang.String newName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNewName()
The new name of the symbol.
|
Position |
getPosition()
The position at which this request was send.
|
TextDocumentIdentifier |
getTextDocument()
The document in which to find the symbol.
|
int |
hashCode() |
void |
setNewName(java.lang.String newName)
The new name of the symbol.
|
void |
setPosition(Position position)
The position at which this request was send.
|
void |
setTextDocument(TextDocumentIdentifier textDocument)
The document in which to find the symbol.
|
java.lang.String |
toString() |
public RenameParams()
public RenameParams(TextDocumentIdentifier textDocument, Position position, java.lang.String newName)
@Pure public TextDocumentIdentifier getTextDocument()
public void setTextDocument(TextDocumentIdentifier textDocument)
@Pure public Position getPosition()
public void setPosition(Position position)
@Pure public java.lang.String getNewName()
public void setNewName(java.lang.String newName)
@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