#include <ss_expression.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::ss_this_expr:

Public Member Functions | |
| virtual void | accept_ss_expression_visitor (ptr< ss_expression_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_this_expr > | create (ptr< ::lestes::std::source_location > a__ss_base_with_location__location, ptr< ss_type > a__ss_expression__type, ptr< ss_sp > a__ss_expression__psp, ptr< ss_sp > a__ss_expression__nsp) |
| First generated factory method for class ss_this_expr. | |
Protected Member Functions | |
| ss_this_expr (ptr< ::lestes::std::source_location > a__ss_base_with_location__location, ptr< ss_type > a__ss_expression__type, ptr< ss_sp > a__ss_expression__psp, ptr< ss_sp > a__ss_expression__nsp) | |
| Generated constructor for class ss_this_expr. | |
| virtual void | gc_mark () |
| Marking routine for class ss_this_expr. | |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
Definition at line 137 of file ss_expression.g.hh.
| lestes::lang::cplus::sem::ss_this_expr::ss_this_expr | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location, | |
| ptr< ss_type > | a__ss_expression__type, | |||
| ptr< ss_sp > | a__ss_expression__psp, | |||
| ptr< ss_sp > | a__ss_expression__nsp | |||
| ) | [protected] |
Generated constructor for class ss_this_expr.
Generated constructor for class ss_this_expr.
Definition at line 165 of file ss_expression.g.cc.
Referenced by create().
00169 : ss_expression(a__ss_base_with_location__location, 00170 a__ss_expression__type, 00171 a__ss_expression__psp, 00172 a__ss_expression__nsp) 00173 {}
| void lestes::lang::cplus::sem::ss_this_expr::accept_ss_expression_visitor | ( | ptr< ss_expression_visitor > | v | ) | [virtual] |
Implements lestes::lang::cplus::sem::ss_expression.
Definition at line 141 of file ss_expression.g.cc.
| ptr< ss_this_expr > lestes::lang::cplus::sem::ss_this_expr::create | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location, | |
| ptr< ss_type > | a__ss_expression__type, | |||
| ptr< ss_sp > | a__ss_expression__psp, | |||
| ptr< ss_sp > | a__ss_expression__nsp | |||
| ) | [static] |
First generated factory method for class ss_this_expr.
This factory method for class ss_this_expr takes values of all fields as arguments.
Definition at line 150 of file ss_expression.g.cc.
References ss_this_expr().
00154 { 00155 return ptr< ss_this_expr > ( new ss_this_expr(a__ss_base_with_location__location, 00156 a__ss_expression__type, 00157 a__ss_expression__psp, 00158 a__ss_expression__nsp) ); 00159 }
| ptr< object::reflection_list > lestes::lang::cplus::sem::ss_this_expr::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_expression.
Definition at line 175 of file ss_expression.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::lang::cplus::sem::ss_expression::reflection_get().
00176 { 00177 if (!reflection) { 00178 typedef class_reflection::field_metadata md; 00179 typedef class_reflection::field_metadata_list mdlist; 00180 ptr<mdlist> mdl = mdlist::create(); 00181 reflection = reflection_list::create( ss_expression::reflection_get() ); 00182 reflection->push_back( class_reflection::create( "ss_this_expr", mdl ) ); 00183 } 00184 return reflection; 00185 }
| ptr< object::field_list_list > lestes::lang::cplus::sem::ss_this_expr::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_expression.
Definition at line 187 of file ss_expression.g.cc.
References lestes::lang::cplus::sem::ss_expression::field_values_get().
00188 { 00189 ptr < field_list_list > result = ss_expression::field_values_get(); 00190 return result; 00191 }
| void lestes::lang::cplus::sem::ss_this_expr::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class ss_this_expr.
Marking routine is used for garbage collection.
Reimplemented from lestes::lang::cplus::sem::ss_expression.
Definition at line 198 of file ss_expression.g.cc.
References lestes::lang::cplus::sem::ss_expression::gc_mark().
00199 { 00200 ss_expression::gc_mark(); 00201 }
ptr< object::reflection_list > lestes::lang::cplus::sem::ss_this_expr::reflection = reflection [static, private] |
Reimplemented from lestes::lang::cplus::sem::ss_expression.
Definition at line 167 of file ss_expression.g.hh.
Referenced by reflection_get().
1.5.1-20070107