lestes::lang::cplus::sem::ss_break_label Class Reference

Class for the break label in loops and switch. More...

#include <ss_misc.g.hh>

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

lestes::lang::cplus::sem::ss_breakable_stmt_label lestes::lang::cplus::sem::ss_label 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 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_break_labelcreate (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_listreflection = reflection

Detailed Description

Class for the break label in loops and switch.

Definition at line 436 of file ss_misc.g.hh.


Constructor & Destructor Documentation

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.

Author:
lsg

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


Member Function Documentation

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.

Author:
lsg

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.

Author:
lsg

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 }


Member Data Documentation

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


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