Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Dragonstone::AST::UnlessStatement
Inherits
Dragonstone::AST::Node
<
Reference
<
Object
Constructors
new
(condition :
Node
, body :
NodeArray
, else_block :
NodeArray
|
Nil
= nil, location :
Location
|
Nil
= nil)
Source
Instance methods
accept
(visitor)
Source
body
Source
condition
Source
else_block
Source
to_source
(io :
IO
)
Source