il::do_while_loop Class Reference

A do while loop construct. More...

#include <do_while_loop.h>

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

List of all members.

Public Member Functions

 do_while_loop (expression *continue_cond, statement *body)
expressionget_continuation_cond ()
statementget_body ()
void print ()

Friends

class boost::serialization::access

Detailed Description

A do while loop construct.

Since GCC replaces looping constructs with goto's during parsing, this instruction currently does not appear in SAIL.


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