Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
CrLox::If
Inherits
CrLox::Stmt
<
Reference
<
Object
Constructors
new
(condition :
Expr
, then_branch :
Stmt
, else_branch :
Stmt
|
Nil
)
Source
Instance methods
accept
(visitor)
Source
condition
Source
else_branch
Source
then_branch
Source