struct

Hecr::LSP::Css::QualifiedToken

Inherits Struct < Value < Object

A module-qualified token inside a :class value: Module.name reaching into a named styles module (not the paired default). from/to span the whole Module.name; name is the provider method (underscored).

Constructors

new(mod : String, name : String, from : Int32, to : Int32)
Source

Instance methods

clone
Source
copy_with(mod _mod = @mod, name _name = @name, from _from = @from, to _to = @to)
Source
from
mod
name
to