lestes::lang::cplus::sem::ss_this_expr Class Reference

Class for this pointer. More...

#include <ss_expression.g.hh>

Inheritance diagram for lestes::lang::cplus::sem::ss_this_expr:

lestes::lang::cplus::sem::ss_expression lestes::intercode::ss_base_with_location lestes::intercode::ss_base lestes::intercode::intercode lestes::std::object lestes::std::mem::keystone List of all members.

Public Member Functions

virtual void accept_ss_expression_visitor (ptr< ss_expression_visitor > v)
virtual ptr< reflection_listreflection_get () const
 for purposes of dumping
virtual ptr< field_list_listfield_values_get () const
 for purposes of dumping

Static Public Member Functions

static ptr< ss_this_exprcreate (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_listreflection = reflection

Detailed Description

Class for this pointer.

Definition at line 137 of file ss_expression.g.hh.


Constructor & Destructor Documentation

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.

Author:
lsg

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 {}


Member Function Documentation

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.

00142 {
00143         return v->visit_ss_this_expr( this );
00144 }

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.

Author:
lsg

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.

Author:
lsg

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 }


Member Data Documentation

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().


The documentation for this class was generated from the following files:
Generated on Mon Feb 12 18:25:21 2007 for lestes by doxygen 1.5.1-20070107