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.[](line : Int32, column : Int32) #

[View source]

Instance Method Detail

def &(other : Location) : Location #

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

[View source]
def column_end_at(value : Int32) : Nil #

[View source]
def increment_column_start : Nil #

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

[View source]
def line_end_at(value : Int32) : Nil #

[View source]