class

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)
Source
new(*children)
Source

Instance methods

==(other : self)

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

accept_children(visitor)
Source
children
Source
children=(children : Array(Node))
Source
end_location
Source
hash(hasher)

See Object#hash(hasher)

location
Source