#include <ucstmt.h>
Inheritance diagram for Uc_while_statement:


Public Member Functions | |
| Uc_while_statement (Uc_expression *e, Uc_statement *s) | |
| ~Uc_while_statement () | |
| virtual void | gen (std::vector< char > &out, Uc_function *fun) |
Private Attributes | |
| Uc_expression * | expr |
| Uc_statement * | stmt |
Definition at line 106 of file ucstmt.h.
| Uc_while_statement::Uc_while_statement | ( | Uc_expression * | e, | |
| Uc_statement * | s | |||
| ) | [inline] |
| virtual void Uc_while_statement::gen | ( | std::vector< char > & | out, | |
| Uc_function * | fun | |||
| ) | [virtual] |
Implements Uc_statement.
Uc_expression* Uc_while_statement::expr [private] |
Uc_statement* Uc_while_statement::stmt [private] |
1.5.1