class Syntaks::SourceInterval

Included Modules

Defined in:

syntaks/source_interval.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : Syntaks::Source, from : Int32, content : String) #

interval does not include last character


[View source]

Instance Method Detail

def content : String #

[View source]
def from : Int32 #

[View source]
def from_location #

[View source]
def inspect(io) #

[View source]
def length : Int32 #

[View source]
def source : Source #

[View source]
def to #

[View source]
def to_location #

[View source]
def to_s(io) #

[View source]