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