struct Oxide::Location

Defined in:

oxide/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(line : Int32, column : Int32) #

[View source]

Instance Method Detail

def ==(other : self) #

def clone #

[View source]
def column : Int32 #

def copy_with(line _line = @line, column _column = @column) #

[View source]
def hash(hasher) #
Description copied from struct Struct

See Object#hash(hasher)


def line : Int32 #

def to_h #

[View source]
def to_json(builder : JSON::Builder) #

[View source]