#include <ss_expr_unary_op.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::ss_bnot:

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_bnot > | 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, ptr< ss_expression > a__ss_unary_expr__expr) |
| First generated factory method for class ss_bnot. | |
Protected Member Functions | |
| ss_bnot (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, ptr< ss_expression > a__ss_unary_expr__expr) | |
| Generated constructor for class ss_bnot. | |
| virtual void | gc_mark () |
| Marking routine for class ss_bnot. | |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
Definition at line 510 of file ss_expr_unary_op.g.hh.
| lestes::lang::cplus::sem::ss_bnot::ss_bnot | ( | 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, | |||
| ptr< ss_expression > | a__ss_unary_expr__expr | |||
| ) | [protected] |
Generated constructor for class ss_bnot.
Generated constructor for class ss_bnot.
Definition at line 920 of file ss_expr_unary_op.g.cc.
Referenced by create().
00925 : ss_unary_expr(a__ss_base_with_location__location, 00926 a__ss_expression__type, 00927 a__ss_expression__psp, 00928 a__ss_expression__nsp, 00929 a__ss_unary_expr__expr) 00930 {}
| void lestes::lang::cplus::sem::ss_bnot::accept_ss_expression_visitor | ( | ptr< ss_expression_visitor > | v | ) | [virtual] |
Implements lestes::lang::cplus::sem::ss_unary_expr.
Definition at line 894 of file ss_expr_unary_op.g.cc.
| ptr< ss_bnot > lestes::lang::cplus::sem::ss_bnot::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, | |||
| ptr< ss_expression > | a__ss_unary_expr__expr | |||
| ) | [static] |
First generated factory method for class ss_bnot.
This factory method for class ss_bnot takes values of all fields as arguments.
Definition at line 903 of file ss_expr_unary_op.g.cc.
References ss_bnot().
00908 { 00909 return ptr< ss_bnot > ( new ss_bnot(a__ss_base_with_location__location, 00910 a__ss_expression__type, 00911 a__ss_expression__psp, 00912 a__ss_expression__nsp, 00913 a__ss_unary_expr__expr) ); 00914 }
| ptr< object::reflection_list > lestes::lang::cplus::sem::ss_bnot::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_unary_expr.
Definition at line 932 of file ss_expr_unary_op.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::lang::cplus::sem::ss_unary_expr::reflection_get().
00933 { 00934 if (!reflection) { 00935 typedef class_reflection::field_metadata md; 00936 typedef class_reflection::field_metadata_list mdlist; 00937 ptr<mdlist> mdl = mdlist::create(); 00938 reflection = reflection_list::create( ss_unary_expr::reflection_get() ); 00939 reflection->push_back( class_reflection::create( "ss_bnot", mdl ) ); 00940 } 00941 return reflection; 00942 }
| ptr< object::field_list_list > lestes::lang::cplus::sem::ss_bnot::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_unary_expr.
Definition at line 944 of file ss_expr_unary_op.g.cc.
References lestes::lang::cplus::sem::ss_unary_expr::field_values_get().
00945 { 00946 ptr < field_list_list > result = ss_unary_expr::field_values_get(); 00947 return result; 00948 }
| void lestes::lang::cplus::sem::ss_bnot::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class ss_bnot.
Marking routine is used for garbage collection.
Reimplemented from lestes::lang::cplus::sem::ss_unary_expr.
Definition at line 955 of file ss_expr_unary_op.g.cc.
References lestes::lang::cplus::sem::ss_unary_expr::gc_mark().
00956 { 00957 ss_unary_expr::gc_mark(); 00958 }
ptr< object::reflection_list > lestes::lang::cplus::sem::ss_bnot::reflection = reflection [static, private] |
Reimplemented from lestes::lang::cplus::sem::ss_unary_expr.
Definition at line 542 of file ss_expr_unary_op.g.hh.
Referenced by reflection_get().
1.5.1-20070107