View source
enum abstract UniquenessLevel(String)
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Moniker
Moniker uniqueness level to define scope of the moniker.
Available since
3.16.0
.Static variables
staticinlineread onlyDocument:UniquenessLevel = "document"
The moniker is only unique inside a document
staticinlineread onlyGroup:UniquenessLevel = "group"
The moniker is unique inside the group to which a project belongs
staticinlineread onlyProject:UniquenessLevel = "project"
The moniker is unique inside a project for which a dump got created
staticinlineread onlyScheme:UniquenessLevel = "scheme"
The moniker is unique inside the moniker scheme.