class Lucid::Compiler::Location

Defined in:

compiler/location.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.[](start_line : Int32, start_column : Int32, end_line : Int32, end_column : Int32) #

[View source]

Instance Method Detail

def &(other : Location) : Location #

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

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

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

[View source]