View source
class MonikerRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Moniker
A request to get the moniker of a symbol at a given text document position.
The request parameter is of type TextDocumentPositionParams.
The response is of type Moniker[] or null
.