Uc_while_statement Class Reference

#include <ucstmt.h>

Inheritance diagram for Uc_while_statement:

Inheritance graph
[legend]
Collaboration diagram for Uc_while_statement:

Collaboration graph
[legend]
List of all members.

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_expressionexpr
Uc_statementstmt

Detailed Description

Definition at line 106 of file ucstmt.h.


Constructor & Destructor Documentation

Uc_while_statement::Uc_while_statement ( Uc_expression e,
Uc_statement s 
) [inline]

Definition at line 111 of file ucstmt.h.

Uc_while_statement::~Uc_while_statement (  ) 

Definition at line 153 of file ucstmt.cc.


Member Function Documentation

virtual void Uc_while_statement::gen ( std::vector< char > &  out,
Uc_function fun 
) [virtual]

Implements Uc_statement.


Member Data Documentation

Uc_expression* Uc_while_statement::expr [private]

Definition at line 108 of file ucstmt.h.

Uc_statement* Uc_while_statement::stmt [private]

Definition at line 109 of file ucstmt.h.


The documentation for this class was generated from the following files:
Generated on Mon Jul 9 15:04:52 2007 for ExultEngine by  doxygen 1.5.1