#include <ss_misc.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::ss_break_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_break_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_break_label. | |
Protected Member Functions | |
| ss_break_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_break_label. | |
| virtual void | gc_mark () |
| Marking routine for class ss_break_label. | |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
Definition at line 436 of file ss_misc.g.hh.
| lestes::lang::cplus::sem::ss_break_label::ss_break_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_break_label.
Generated constructor for class ss_break_label.
Definition at line 650 of file ss_misc.g.cc.
Referenced by create().
00652 : ss_breakable_stmt_label(a__ss_base_with_location__location, 00653 a__ss_breakable_stmt_label__breakable) 00654 {}
| ptr< ss_break_label > lestes::lang::cplus::sem::ss_break_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_break_label.
This factory method for class ss_break_label takes values of all fields as arguments.
Definition at line 639 of file ss_misc.g.cc.
References ss_break_label().
00641 { 00642 return ptr< ss_break_label > ( new ss_break_label(a__ss_base_with_location__location, 00643 a__ss_breakable_stmt_label__breakable) ); 00644 }
| ptr< object::reflection_list > lestes::lang::cplus::sem::ss_break_label::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_breakable_stmt_label.
Definition at line 656 of file ss_misc.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::lang::cplus::sem::ss_breakable_stmt_label::reflection_get().
00657 { 00658 if (!reflection) { 00659 typedef class_reflection::field_metadata md; 00660 typedef class_reflection::field_metadata_list mdlist; 00661 ptr<mdlist> mdl = mdlist::create(); 00662 reflection = reflection_list::create( ss_breakable_stmt_label::reflection_get() ); 00663 reflection->push_back( class_reflection::create( "ss_break_label", mdl ) ); 00664 } 00665 return reflection; 00666 }
| ptr< object::field_list_list > lestes::lang::cplus::sem::ss_break_label::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_breakable_stmt_label.
Definition at line 668 of file ss_misc.g.cc.
References lestes::lang::cplus::sem::ss_breakable_stmt_label::field_values_get().
00669 { 00670 ptr < field_list_list > result = ss_breakable_stmt_label::field_values_get(); 00671 return result; 00672 }
| void lestes::lang::cplus::sem::ss_break_label::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class ss_break_label.
Marking routine is used for garbage collection.
Reimplemented from lestes::lang::cplus::sem::ss_breakable_stmt_label.
Definition at line 679 of file ss_misc.g.cc.
References lestes::lang::cplus::sem::ss_breakable_stmt_label::gc_mark().
00680 { 00681 ss_breakable_stmt_label::gc_mark(); 00682 }
ptr< object::reflection_list > lestes::lang::cplus::sem::ss_break_label::reflection = reflection [static, private] |
Reimplemented from lestes::lang::cplus::sem::ss_breakable_stmt_label.
Definition at line 461 of file ss_misc.g.hh.
Referenced by reflection_get().
1.5.1-20070107