class Funk::Position

Defined in:

funk/syntax/position.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(col : Int32, row : Int32, filename : String = "") #

[View source]

Instance Method Detail

def col : Int32 #

[View source]
def filename : String #

[View source]
def filename=(filename : String) #

[View source]
def row : Int32 #

[View source]
def to_s(io) #

[View source]