Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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