struct LSP::Protocol::Range
- LSP::Protocol::Range
- Struct
- Value
- Object
Defined in:
lsp/protocol/range.crConstructors
- .new(start : LSP::Protocol::Position, end __arg0 : LSP::Protocol::Position)
- .new(__temp_245 : JSON::PullParser)
Instance Method Summary
- #end : Position
- #end=(_end : Position)
- #start : Position
- #start=(_start : Position)
- #to_json(json : JSON::Builder)