class Z::Ast::While
- Z::Ast::While
- Z::Ast::Node
- Reference
- Object
Defined in:
ast/node.crConstructors
Instance Method Summary
-
#==(o)
Returns
false
(other can only be aValue
here). - #inspect(io)
- #statement : Node
- #statement=(statement : Node)
- #test : Expr
- #test=(test : Expr)
- #to_s(io)