class

Myst::ControlExpr

Inherits Myst::Node / Reference / Object

Any flow control expression. These represent expressions that usurp the normal flow of execution. A flow control expression may optionally carry a value to be returned at the destination.

Constructors

new(value : Myst::Node | Nil = nil)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

accept_children(visitor)
Source
hash(hasher)

See Object#hash(hasher)

value
Source
value=(value : Node | Nil)
Source
value?
Source