#include <ss_misc.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::ss_continue_label:

Public Member Functions | |
| 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< ss_continue_label > | create (ptr< ::lestes::std::source_location > a__ss_base_with_location__location, ptr< ss_breakable_stmt > a__ss_breakable_stmt_label__breakable) |
| First generated factory method for class ss_continue_label. | |
Protected Member Functions | |
| ss_continue_label (ptr< ::lestes::std::source_location > a__ss_base_with_location__location, ptr< ss_breakable_stmt > a__ss_breakable_stmt_label__breakable) | |
| Generated constructor for class ss_continue_label. | |
| virtual void | gc_mark () |
| Marking routine for class ss_continue_label. | |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
Definition at line 405 of file ss_misc.g.hh.
| lestes::lang::cplus::sem::ss_continue_label::ss_continue_label | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location, | |
| ptr< ss_breakable_stmt > | a__ss_breakable_stmt_label__breakable | |||
| ) | [protected] |
Generated constructor for class ss_continue_label.
Generated constructor for class ss_continue_label.
Definition at line 597 of file ss_misc.g.cc.
Referenced by create().
00599 : ss_breakable_stmt_label(a__ss_base_with_location__location, 00600 a__ss_breakable_stmt_label__breakable) 00601 {}
| ptr< ss_continue_label > lestes::lang::cplus::sem::ss_continue_label::create | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location, | |
| ptr< ss_breakable_stmt > | a__ss_breakable_stmt_label__breakable | |||
| ) | [static] |
First generated factory method for class ss_continue_label.
This factory method for class ss_continue_label takes values of all fields as arguments.
Definition at line 586 of file ss_misc.g.cc.
References ss_continue_label().
00588 { 00589 return ptr< ss_continue_label > ( new ss_continue_label(a__ss_base_with_location__location, 00590 a__ss_breakable_stmt_label__breakable) ); 00591 }
| ptr< object::reflection_list > lestes::lang::cplus::sem::ss_continue_label::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_breakable_stmt_label.
Definition at line 603 of file ss_misc.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::lang::cplus::sem::ss_breakable_stmt_label::reflection_get().
00604 { 00605 if (!reflection) { 00606 typedef class_reflection::field_metadata md; 00607 typedef class_reflection::field_metadata_list mdlist; 00608 ptr<mdlist> mdl = mdlist::create(); 00609 reflection = reflection_list::create( ss_breakable_stmt_label::reflection_get() ); 00610 reflection->push_back( class_reflection::create( "ss_continue_label", mdl ) ); 00611 } 00612 return reflection; 00613 }
| ptr< object::field_list_list > lestes::lang::cplus::sem::ss_continue_label::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_breakable_stmt_label.
Definition at line 615 of file ss_misc.g.cc.
References lestes::lang::cplus::sem::ss_breakable_stmt_label::field_values_get().
00616 { 00617 ptr < field_list_list > result = ss_breakable_stmt_label::field_values_get(); 00618 return result; 00619 }
| void lestes::lang::cplus::sem::ss_continue_label::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class ss_continue_label.
Marking routine is used for garbage collection.
Reimplemented from lestes::lang::cplus::sem::ss_breakable_stmt_label.
Definition at line 626 of file ss_misc.g.cc.
References lestes::lang::cplus::sem::ss_breakable_stmt_label::gc_mark().
00627 { 00628 ss_breakable_stmt_label::gc_mark(); 00629 }
ptr< object::reflection_list > lestes::lang::cplus::sem::ss_continue_label::reflection = reflection [static, private] |
Reimplemented from lestes::lang::cplus::sem::ss_breakable_stmt_label.
Definition at line 430 of file ss_misc.g.hh.
Referenced by reflection_get().
1.5.1-20070107