Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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
Source
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