class Syntaks::SourceLocation

Included Modules

Defined in:

syntaks/source_location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : Syntaks::Source, at : Int32) #

[View source]

Instance Method Detail

def at : Int32 #

[View source]
def column_number #

[View source]
def line #

[View source]
def line_end #

[View source]
def line_number #

[View source]
def line_start #

[View source]
def source : Source #

[View source]
def to_s(io) #

[View source]