Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Ast::OpBranch
Inherits
IrNode
<
Struct
<
Value
<
Object
Constructors
new
(location :
Location
, operator :
Operator
, term_split : ::
Array
(
Ast::RTerm
) = [] of
RTerm
)
Source
Instance methods
location
Source
location=
(location :
Location
)
Source
operator
Source
operator=
(operator :
Operator
)
Source
term_split
Source
term_split=
(term_split : ::
Array
(
RTerm
))
Source
to_s
(io :
IO
)
Same as
#inspect(io)
.
Source