class

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

new(left : Myst::Node, right : 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)

left
Source
left=(left : Node)
Source
right
Source
right=(right : Node)
Source