struct SourceContext

Defined in:

models/framework_tagger.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, line : Int32 | Nil, full_content : String) #

[View source]

Instance Method Detail

def full_content : String #

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

[View source]
def line : Int32 | Nil #

[View source]
def line=(line : Int32 | Nil) #

[View source]
def path : String #

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

[View source]