#include <as_other.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::as_statement_seq:

Public Member Functions | |
| ptr< ::lestes::std::list< srp< as_statement > > > | l_get () const |
| The method l_get returns the value of the field as_statement_seq::l. | |
| void | l_set (const ptr< ::lestes::std::list< srp< as_statement > > > &) |
| The method l_set sets the field as_statement_seq::l to the given value. | |
| 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_statement_seq > | create (ptr< ::lestes::std::source_location > a__as_base__location, ptr< ::lestes::std::list< srp< as_statement > > > a__as_statement_seq__l) |
| First generated factory method for class as_statement_seq. | |
Protected Member Functions | |
| as_statement_seq (ptr< ::lestes::std::source_location > a__as_base__location, ptr< ::lestes::std::list< srp< as_statement > > > a__as_statement_seq__l) | |
| Generated constructor for class as_statement_seq. | |
| virtual void | gc_mark () |
| Marking routine for class as_statement_seq. | |
Private Attributes | |
| srp< ::lestes::std::list< srp< as_statement > > > | l |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
Definition at line 104 of file as_other.g.hh.
| lestes::lang::cplus::sem::as_statement_seq::as_statement_seq | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
| ptr< ::lestes::std::list< srp< as_statement > > > | a__as_statement_seq__l | |||
| ) | [protected] |
Generated constructor for class as_statement_seq.
Generated constructor for class as_statement_seq.
Definition at line 104 of file as_other.g.cc.
Referenced by create().
| ptr<::lestes::std::list< srp< as_statement > > > lestes::lang::cplus::sem::as_statement_seq::l_get | ( | ) | const |
The method l_get returns the value of the field as_statement_seq::l.
Definition at line 75 of file as_other.g.cc.
References l.
00076 { 00077 return l; 00078 }
| void lestes::lang::cplus::sem::as_statement_seq::l_set | ( | const ptr< ::lestes::std::list< srp< as_statement > > > & | x | ) |
The method l_set sets the field as_statement_seq::l to the given value.
| [in] | x | The new value to set as_statement_seq::l to. |
Definition at line 84 of file as_other.g.cc.
References l.
00085 { 00086 as_statement_seq::l = x; 00087 }
| ptr< as_statement_seq > lestes::lang::cplus::sem::as_statement_seq::create | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
| ptr< ::lestes::std::list< srp< as_statement > > > | a__as_statement_seq__l | |||
| ) | [static] |
First generated factory method for class as_statement_seq.
This factory method for class as_statement_seq takes values of all fields as arguments.
Definition at line 93 of file as_other.g.cc.
References as_statement_seq().
00095 { 00096 return ptr< as_statement_seq > ( new as_statement_seq(a__as_base__location, 00097 a__as_statement_seq__l) ); 00098 }
| ptr< object::reflection_list > lestes::lang::cplus::sem::as_statement_seq::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::intercode::as_base.
Definition at line 109 of file as_other.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::intercode::as_base::reflection_get().
00110 { 00111 if (!reflection) { 00112 typedef class_reflection::field_metadata md; 00113 typedef class_reflection::field_metadata_list mdlist; 00114 ptr<mdlist> mdl = mdlist::create(); 00115 mdl->push_back( md::create( "l", "list< srp< as_statement > >" ) ); 00116 reflection = reflection_list::create( ::lestes::intercode::as_base::reflection_get() ); 00117 reflection->push_back( class_reflection::create( "as_statement_seq", mdl ) ); 00118 } 00119 return reflection; 00120 }
| ptr< object::field_list_list > lestes::lang::cplus::sem::as_statement_seq::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::intercode::as_base.
Definition at line 122 of file as_other.g.cc.
References lestes::std::list< T >::create(), and lestes::intercode::as_base::field_values_get().
00123 { 00124 ptr < field_list_list > result = ::lestes::intercode::as_base::field_values_get(); 00125 result->push_back( value_list::create() ); 00126 result->back()->push_back( this->l ); 00127 return result; 00128 }
| void lestes::lang::cplus::sem::as_statement_seq::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class as_statement_seq.
Marking routine is used for garbage collection.
Reimplemented from lestes::intercode::as_base.
Definition at line 135 of file as_other.g.cc.
References lestes::intercode::as_base::gc_mark().
00136 { 00137 ::lestes::intercode::as_base::gc_mark(); 00138 }
srp< ::lestes::std::list< srp< as_statement > > > lestes::lang::cplus::sem::as_statement_seq::l [private] |
ptr< object::reflection_list > lestes::lang::cplus::sem::as_statement_seq::reflection = reflection [static, private] |
Reimplemented from lestes::intercode::as_base.
Definition at line 136 of file as_other.g.hh.
Referenced by reflection_get().
1.5.1-20070107