struct

Hecr::LSP::Css::ClassDef

Inherits Struct < Value < Object

A class selector found in a stylesheet: 0-based position of the name (after the .), plus the selector { … } rule text for hover.

Constructors

new(name : String, line : Int32, column : Int32, rule : String)
Source

Instance methods

clone
Source
column
copy_with(name _name = @name, line _line = @line, column _column = @column, rule _rule = @rule)
Source
line
name
rule