struct Myst::Callstack

Defined in:

myst/interpreter/callstack.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(context : Array(Myst::Node) = [] of Node) #

[View source]

Instance Method Detail

def context : Array(Node) #

[View source]
def context=(context : Array(Node)) #

[View source]
def pop(*args, **options) #

[View source]
def pop(*args, **options, &) #

[View source]
def push(*args, **options) #

[View source]
def push(*args, **options, &) #

[View source]
def reverse_each(*args, **options) #

[View source]
def reverse_each(*args, **options, &) #

[View source]