#include <as_statements.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::as_do_statement:
Public Member Functions | |
ptr< as_expression > | condition_get () const |
The method condition_get returns the value of the field as_do_statement::condition. | |
void | condition_set (const ptr< as_expression > &) |
The method condition_set sets the field as_do_statement::condition to the given value. | |
virtual void | accept_as_statement_visitor (ptr< as_statement_visitor > v) |
virtual ptr< reflection_list > | reflection_get () const |
for purposes of dumping | |
virtual ptr< field_list_list > | field_values_get () const |
for purposes of dumping | |
Static Public Member Functions | |
static ptr< as_do_statement > | create (ptr< ::lestes::std::source_location > a__as_base__location, ptr< as_statement > a__as_iteration_statement__controlled_statement, ptr< as_expression > a__as_do_statement__condition) |
First generated factory method for class as_do_statement. | |
Protected Member Functions | |
as_do_statement (ptr< ::lestes::std::source_location > a__as_base__location, ptr< as_statement > a__as_iteration_statement__controlled_statement, ptr< as_expression > a__as_do_statement__condition) | |
Generated constructor for class as_do_statement. | |
virtual void | gc_mark () |
Marking routine for class as_do_statement. | |
Private Attributes | |
srp< as_expression > | condition |
Static Private Attributes | |
static ptr< reflection_list > | reflection = reflection |
lestes::lang::cplus::sem::as_do_statement::as_do_statement | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
ptr< as_statement > | a__as_iteration_statement__controlled_statement, | |||
ptr< as_expression > | a__as_do_statement__condition | |||
) | [protected] |
Generated constructor for class as_do_statement.
Generated constructor for class as_do_statement.
ptr< as_expression > lestes::lang::cplus::sem::as_do_statement::condition_get | ( | ) | const |
The method condition_get returns the value of the field as_do_statement::condition.
void lestes::lang::cplus::sem::as_do_statement::condition_set | ( | const ptr< as_expression > & | x | ) |
The method condition_set sets the field as_do_statement::condition to the given value.
[in] | x | The new value to set as_do_statement::condition to. |
void lestes::lang::cplus::sem::as_do_statement::accept_as_statement_visitor | ( | ptr< as_statement_visitor > | v | ) | [virtual] |
Implements lestes::lang::cplus::sem::as_iteration_statement.
ptr< as_do_statement > lestes::lang::cplus::sem::as_do_statement::create | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
ptr< as_statement > | a__as_iteration_statement__controlled_statement, | |||
ptr< as_expression > | a__as_do_statement__condition | |||
) | [static] |
First generated factory method for class as_do_statement.
This factory method for class as_do_statement takes values of all fields as arguments.
ptr< object::reflection_list > lestes::lang::cplus::sem::as_do_statement::reflection_get | ( | ) | const [virtual] |
ptr< object::field_list_list > lestes::lang::cplus::sem::as_do_statement::field_values_get | ( | ) | const [virtual] |
void lestes::lang::cplus::sem::as_do_statement::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class as_do_statement.
Marking routine is used for garbage collection.
Reimplemented from lestes::lang::cplus::sem::as_iteration_statement.
srp< as_expression > lestes::lang::cplus::sem::as_do_statement::condition [private] |
ptr< object::reflection_list > lestes::lang::cplus::sem::as_do_statement::reflection = reflection [static, private] |
Reimplemented from lestes::lang::cplus::sem::as_iteration_statement.