struct LSP::Range
- LSP::Range
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/range.crConstructors
- .new(start_line, start_column, end_line, end_column)
- .new(start : LSP::Position, ending : LSP::Position)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #ending : Position
- #ending=(ending : Position)
-
#start : Position
The range's start position.
-
#start=(start : Position)
The range's start position.
- #to_s(io)