View source
enum abstract MonikerKind(String)
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Moniker
The moniker kind.
Available since
3.16.0
.Static variables
staticinlineread onlyExport:MonikerKind = "export"
The moniker represents a symbol that is exported from a project
staticinlineread onlyImport:MonikerKind = "import"
The moniker represent a symbol that is imported into a project
staticinlineread onlyLocal:MonikerKind = "local"
The moniker represents a symbol that is local to a project (e.g. a local variable of a function, a class not visible outside the project, ...)