struct Mint::Parser::Location
- Mint::Parser::Location
- Struct
- Value
- Object
Overview
Offset (from the start of the file), line and column.
Defined in:
parser/location.crConstructors
Instance Method Summary
- #+(other : Int64) : Location
- #-(other : Int64) : Location
- #clone
- #column : Int64
- #copy_with(offset _offset = @offset, line _line = @line, column _column = @column)
- #line : Int64
- #offset : Int64
- #to_tuple
Constructor Detail
Instance Method Detail
def copy_with(offset _offset = @offset, line _line = @line, column _column = @column)
#