Myst::BinaryOp
Inherits Myst::Node / Reference / Object
A binary operation. This only represents logical operations where the
operation is independent of its operands. Non-logical, infix operations
such as a + b are parsed as Calls.
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)
left
Sourceleft=(left : Node)
Sourceright
Sourceright=(right : Node)
Source