class

Axal::AST::Conditional

Inherits Axal::AST::Expression < Reference < Object

Constructors

new(condition : Axal::AST::Expression | ::Nil = nil, when_true : ::Nil | Axal::AST::Block = nil, when_false : ::Nil | Axal::AST::Block = nil)
Source

Instance methods

==(other : Expression)
Source
children
Source
condition
Source
condition=(condition : Expression | ::Nil)
Source
when_false
Source
when_false=(when_false : Block | ::Nil)
Source
when_true
Source
when_true=(when_true : Block | ::Nil)
Source