class LSP::Range
- LSP::Range
- Reference
- Object
Included Modules
Defined in:
base/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.