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
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
accept_children(visitor)
Sourcehash(hasher)
See Object#hash(hasher)
target
Sourcetarget=(target : Node)
Sourcevalue
Sourcevalue=(value : Node)
Source