struct

Myst::Callstack

Inherits Struct / Value / Object

Constructors

new(context : Array(Myst::Callstack::Entry) = [] of Entry)
Source

Instance methods

[](index)
Source
[]=(index, value : Entry)
Source
[]?(index)
Source
context
Source
context=(context : Array(Entry))
Source
first(*args, **options)
Source
first(*args, **options, &)
Source
last(*args, **options)
Source
last(*args, **options, &)
Source
pop(*args, **options)
Source
pop(*args, **options, &)
Source
push(entry : Entry)
Source
push(location : Location | Nil, name : String | Nil = nil)
Source
reverse_each(*args, **options)
Source
reverse_each(*args, **options, &)
Source
size(*args, **options)
Source
size(*args, **options, &)
Source
to_s(io : IO)

Same as #inspect(io).

Source

Nested types