#include <syntree.h>
Public Member Functions | |
virtual Statement * | clone () const |
void | setCondition (Value *cond) |
StmtLoop (const StmtLoop &other) | |
StmtLoop (uint32 line, Value *cond=0) |
Falcon::StmtLoop::StmtLoop | ( | const StmtLoop & | other | ) | [inline] |
virtual Statement* Falcon::StmtLoop::clone | ( | ) | const [virtual] |
Implements Falcon::Statement.
void Falcon::StmtLoop::setCondition | ( | Value * | cond | ) | [inline] |