class

Lit::Expr::If

Inherits Lit::Expr / Reference / Object

Constructors

new(condition : ::Lit::Expr, then_branch : ::Lit::Expr, else_branch : ::Lit::Expr | Nil)
Source

Instance methods

accept(visitor : Visitor)
Source
condition
Source
else_branch
Source
then_branch
Source