Myst::Expressions
Inherits Myst::Node / Reference / Object
A container for one or more expressions. The main block of a program will be an Expressions node. Other examples include function bodies, module bodies, etc.
Constructors
new(other : self)
Sourcenew
Sourcenew(*children)
SourceInstance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
accept_children(visitor)
Sourcechildren
Sourcechildren=(children : Array(Node))
Sourceend_location
Sourcehash(hasher)
See Object#hash(hasher)
location
Source