LSP::SemanticTokens
Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object
The semantic tokens of a document.
The data is an array of relative 5-tuples: delta line, delta start, length, token type index and token modifier bitset.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
data
Sourcedata=(data : Array(Int32))
Source