class
Lucid::Compiler::Location
- Lucid::Compiler::Location
- Reference
- Object
Defined in:
compiler/location.crConstructors
Class Method Summary
Instance Method Summary
- #&(other : Location) : Location
- #end : Tuple(Int32, Int32)
- #start : Tuple(Int32, Int32)
- #to_tuple : Tuple(Int32, Int32, Int32, Int32)
Constructor Detail
Class Method Detail
def self.[](start_line : Int32, start_column : Int32, end_line : Int32, end_column : Int32)
#