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