struct Myst::Callstack
- Myst::Callstack
- Struct
- Value
- Object
Defined in:
myst/interpreter/callstack.crConstructors
Instance Method Summary
- #[](index)
- #[]=(index, value : Entry)
- #[]?(index)
- #context : Array(Entry)
- #context=(context : Array(Entry))
- #first(*args, **options)
- #first(*args, **options, &)
- #last(*args, **options)
- #last(*args, **options, &)
- #pop(*args, **options)
- #pop(*args, **options, &)
- #push(entry : Entry)
- #push(location : Location | Nil, name : String | Nil = nil)
- #reverse_each(*args, **options)
- #reverse_each(*args, **options, &)
- #size(*args, **options)
- #size(*args, **options, &)
-
#to_s(io : IO)
Same as
#inspect(io)
.