class

Omicron::Statement::If

Inherits Omicron::Statement < Reference < Object

Constructors

new(condition : Omicron::Expression, then_branch : Statement, else_branch : Statement | Nil)
Source

Instance methods

accept(visitor)
Source
condition
Source
condition=(condition : Omicron::Expression)
Source
else_branch
Source
else_branch=(else_branch : Omicron::Statement | Nil)
Source
then_branch
Source
then_branch=(then_branch : Omicron::Statement)
Source