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