struct Myst::Callstack::Entry

Defined in:

myst/interpreter/callstack.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(location : Location | Nil, name : String | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(location _location = @location, name _name = @name) #

[View source]
def location : Location | Nil #

def name : String | Nil #