il::if_statement Class Reference

The representation of an if statement. More...

#include <if_statement.h>

Inheritance diagram for il::if_statement:
il::control_statement il::statement il::node

List of all members.

Public Member Functions

 if_statement (expression *test, statement *if_branch, statement *else_branch, location loc)
void print ()
expressionget_test ()
statementget_if_statement ()
statementget_else_statement ()
virtual string to_string () const

Friends

class boost::serialization::access

Detailed Description

The representation of an if statement.


The documentation for this class was generated from the following files:
Generated on Sun Oct 17 14:01:25 2010 by  doxygen 1.6.3