#include <statement.hh>
Inheritance diagram for UTAP::BlockStatement:
Public Types | |
typedef std::vector< Statement * >::const_iterator | const_iterator |
Public Member Functions | |
BlockStatement (frame_t frame) | |
virtual | ~BlockStatement () |
virtual int32_t | accept (StatementVisitor *visitor) |
void | push_stat (Statement *stat) |
Statement * | pop_stat () |
const_iterator | begin () const |
const_iterator | end () const |
Protected Attributes | |
std::vector< Statement * > | stats |
|
|
|
|
|
|
|
Implements UTAP::Statement. Reimplemented in UTAP::SwitchStatement, UTAP::CaseStatement, and UTAP::DefaultStatement. |
|
|
|
|
|
|
|
|
|
|