struct LSP::Range
- LSP::Range
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/range.crConstructors
Instance Method Summary
-
#end : Position
The range's end position.
-
#end=(end __arg0 : Position)
The range's end position.
-
#start : Position
The range's start position.
-
#start=(start : Position)
The range's start position.