struct

LSP::Range

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(start_line, start_column, end_line, end_column)
Source
new(start : LSP::Position, ending : LSP::Position)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

ending

The range's end position.

Source
ending=(ending : Position)

The range's end position.

Source
start

The range's start position.

Source
start=(start : Position)

The range's start position.

Source
to_s(io)
Source