struct LSP::Range

Included Modules

Defined in:

lsp/protocol/range.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start : LSP::Position, end __arg0 : LSP::Position) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def end : Position #

The range's end position.


[View source]
def end=(end __arg0 : Position) #

The range's end position.


[View source]
def start : Position #

The range's start position.


[View source]
def start=(start : Position) #

The range's start position.


[View source]