Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Ast::Binop
Inherits
Ast::Expr
<
IrNode
<
Struct
<
Value
<
Object
Constructors
new
(left :
Expr
, operator :
Operator
, right :
Expr
)
Source
Instance methods
left
Source
left=
(left :
Cell
(
Expr
))
Source
location
Source
operator
Source
operator=
(operator :
Operator
)
Source
right
Source
right=
(right :
Cell
(
Expr
))
Source
to_s
(io :
IO
)
Same as
#inspect(io)
.
Source