#include <ss_statement.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::ss_goto:

Public Member Functions | |
| ptr< ss_label > | label_get () const |
| The method label_get returns the value of the field ss_goto::label. | |
| void | label_set (const ptr< ss_label > &) |
| The method label_set sets the field ss_goto::label to the given value. | |
| virtual void | accept_ss_statement_visitor (ptr< ss_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< ss_goto > | create (ptr< ::lestes::std::source_location > a__ss_base_with_location__location, ptr< ::lestes::std::list< srp< ss_label > > > a__ss_statement__labels, ptr< ss_compound_stmt > a__ss_statement__parent, ptr< ss_sp > a__ss_statement__psp, ptr< ss_sp > a__ss_statement__nsp, ptr< ::lestes::std::list< srp< ss_sp > > > a__ss_statement__sequence_points, ptr< ss_label > a__ss_goto__label) |
| First generated factory method for class ss_goto. | |
Protected Member Functions | |
| ss_goto (ptr< ::lestes::std::source_location > a__ss_base_with_location__location, ptr< ::lestes::std::list< srp< ss_label > > > a__ss_statement__labels, ptr< ss_compound_stmt > a__ss_statement__parent, ptr< ss_sp > a__ss_statement__psp, ptr< ss_sp > a__ss_statement__nsp, ptr< ::lestes::std::list< srp< ss_sp > > > a__ss_statement__sequence_points, ptr< ss_label > a__ss_goto__label) | |
| Generated constructor for class ss_goto. | |
| virtual void | gc_mark () |
| Marking routine for class ss_goto. | |
Private Attributes | |
| srp< ss_label > | label |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
Definition at line 470 of file ss_statement.g.hh.
| lestes::lang::cplus::sem::ss_goto::ss_goto | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location, | |
| ptr< ::lestes::std::list< srp< ss_label > > > | a__ss_statement__labels, | |||
| ptr< ss_compound_stmt > | a__ss_statement__parent, | |||
| ptr< ss_sp > | a__ss_statement__psp, | |||
| ptr< ss_sp > | a__ss_statement__nsp, | |||
| ptr< ::lestes::std::list< srp< ss_sp > > > | a__ss_statement__sequence_points, | |||
| ptr< ss_label > | a__ss_goto__label | |||
| ) | [protected] |
Generated constructor for class ss_goto.
Generated constructor for class ss_goto.
Definition at line 840 of file ss_statement.g.cc.
Referenced by create().
00847 : ss_statement(a__ss_base_with_location__location, 00848 a__ss_statement__labels, 00849 a__ss_statement__parent, 00850 a__ss_statement__psp, 00851 a__ss_statement__nsp, 00852 a__ss_statement__sequence_points), label(checked(a__ss_goto__label)) 00853 {}
| ptr< ss_label > lestes::lang::cplus::sem::ss_goto::label_get | ( | ) | const |
The method label_get returns the value of the field ss_goto::label.
Definition at line 796 of file ss_statement.g.cc.
References label.
00797 { 00798 return label; 00799 }
| void lestes::lang::cplus::sem::ss_goto::label_set | ( | const ptr< ss_label > & | x | ) |
The method label_set sets the field ss_goto::label to the given value.
| [in] | x | The new value to set ss_goto::label to. |
Definition at line 805 of file ss_statement.g.cc.
References label.
00806 { 00807 ss_goto::label = x; 00808 }
| void lestes::lang::cplus::sem::ss_goto::accept_ss_statement_visitor | ( | ptr< ss_statement_visitor > | v | ) | [virtual] |
Implements lestes::lang::cplus::sem::ss_statement.
Definition at line 810 of file ss_statement.g.cc.
| ptr< ss_goto > lestes::lang::cplus::sem::ss_goto::create | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location, | |
| ptr< ::lestes::std::list< srp< ss_label > > > | a__ss_statement__labels, | |||
| ptr< ss_compound_stmt > | a__ss_statement__parent, | |||
| ptr< ss_sp > | a__ss_statement__psp, | |||
| ptr< ss_sp > | a__ss_statement__nsp, | |||
| ptr< ::lestes::std::list< srp< ss_sp > > > | a__ss_statement__sequence_points, | |||
| ptr< ss_label > | a__ss_goto__label | |||
| ) | [static] |
First generated factory method for class ss_goto.
This factory method for class ss_goto takes values of all fields as arguments.
Definition at line 819 of file ss_statement.g.cc.
References ss_goto().
00826 { 00827 return ptr< ss_goto > ( new ss_goto(a__ss_base_with_location__location, 00828 a__ss_statement__labels, 00829 a__ss_statement__parent, 00830 a__ss_statement__psp, 00831 a__ss_statement__nsp, 00832 a__ss_statement__sequence_points, 00833 a__ss_goto__label) ); 00834 }
| ptr< object::reflection_list > lestes::lang::cplus::sem::ss_goto::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_statement.
Definition at line 855 of file ss_statement.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::lang::cplus::sem::ss_statement::reflection_get().
00856 { 00857 if (!reflection) { 00858 typedef class_reflection::field_metadata md; 00859 typedef class_reflection::field_metadata_list mdlist; 00860 ptr<mdlist> mdl = mdlist::create(); 00861 mdl->push_back( md::create( "label", "ss_label" ) ); 00862 reflection = reflection_list::create( ss_statement::reflection_get() ); 00863 reflection->push_back( class_reflection::create( "ss_goto", mdl ) ); 00864 } 00865 return reflection; 00866 }
| ptr< object::field_list_list > lestes::lang::cplus::sem::ss_goto::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_statement.
Definition at line 868 of file ss_statement.g.cc.
References lestes::std::list< T >::create(), and lestes::lang::cplus::sem::ss_statement::field_values_get().
00869 { 00870 ptr < field_list_list > result = ss_statement::field_values_get(); 00871 result->push_back( value_list::create() ); 00872 result->back()->push_back( this->label ); 00873 return result; 00874 }
| void lestes::lang::cplus::sem::ss_goto::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class ss_goto.
Marking routine is used for garbage collection.
Reimplemented from lestes::lang::cplus::sem::ss_statement.
Definition at line 881 of file ss_statement.g.cc.
References lestes::lang::cplus::sem::ss_statement::gc_mark().
00882 { 00883 ss_statement::gc_mark(); 00884 }
srp< ss_label > lestes::lang::cplus::sem::ss_goto::label [private] |
ptr< object::reflection_list > lestes::lang::cplus::sem::ss_goto::reflection = reflection [static, private] |
Reimplemented from lestes::lang::cplus::sem::ss_statement.
Definition at line 513 of file ss_statement.g.hh.
Referenced by reflection_get().
1.5.1-20070107