LSProtocol::Moniker
Inherits JSON::Serializable / Reference / Object
Moniker definition to match LSIF 0.5 moniker definition.
@since 3.16.0
Constructors
new(identifier : String | Nil, scheme : String | Nil, unique : UniquenessLevel | Nil, kind : MonikerKind | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
identifier
The identifier of the moniker. The value is opaque in LSIF however schema owners are allowed to define the structure if they want.