struct

Ast::BinaryCondition

Inherits Ast::Condition < IrNode < Struct < Value < Object

Constructors

new(location : Location, lhs : Ast::Expr, op_split : ::Array(Ast::OpBranch) = [] of OpBranch)
Source

Instance methods

lhs=(lhs : Expr)
Source
location
Source
location=(location : Location)
Source
op_split
Source
op_split=(op_split : ::Array(OpBranch))
Source
to_s(io : IO)

Same as #inspect(io).

Source