class Marker::Location

Defined in:

marker/token.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(value : StaticArray(Int32, 4)) #

[View source]

Class Method Detail

def self.[](line : Int32, column : Int32) #

[View source]

Instance Method Detail

def &(other : Location) : Location #

[View source]
def end : Tuple(Int32, Int32) #

[View source]
def end_at(line : Int32, column : Int32) : self #

[View source]
def start : Tuple(Int32, Int32) #

[View source]
def start_at(line : Int32, column : Int32) : self #

[View source]