![]() |
Zen
A cross-platform functional programming language
|
| _cond | ForStatement | [private] |
| _incx | ForStatement | [private] |
| _init | ForStatement | [private] |
| _list | ForStatement | [private] |
| ForStatement(const Ast::InitVariableDef &init, const Ast::Expr &cond, const Ast::Expr &incx, const Ast::StatementList &list) | ForStatement | [inline] |
| getCond() const | ForStatement | [inline] |
| getIncx() const | ForStatement | [inline] |
| getInit() const | ForStatement | [inline] |
| getList() const | ForStatement | [inline] |
| Node() | Node | [inline, protected] |
| Statement() | Statement | [inline, protected] |
| visit(Statement::Visitor &visitor) const | ForStatement | [private, virtual] |
| ~Node() | Node | [inline, virtual] |