class

Myst::SimpleAssign

Inherits Myst::Node / Reference / Object

An assignment. As mentioned for Var, assignments distinguish local variables from Calls. Those local variables are created by these assignments.

target '=' expression

Constructors

new(target : Myst::Node, value : Myst::Node)
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)

target
Source
target=(target : Node)
Source
value
Source
value=(value : Node)
Source