class LSP::Range

Included Modules

Defined in:

base/range.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(**args) #

Instance Method Detail

def end : Position #

The range's end position.


def end=(end __arg0 : Position) #

The range's end position.


def start : Position #

The range's start position.


def start=(start : Position) #

The range's start position.