lestes::lang::cplus::sem::ss_band Class Reference

Class for bitwise and binary operator (&). More...

#include <ss_expr_binary_op.g.hh>

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

lestes::lang::cplus::sem::ss_binary_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_bandcreate (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_binary_expr__left, ptr< ss_expression > a__ss_binary_expr__right)
 First generated factory method for class ss_band.

Protected Member Functions

 ss_band (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_binary_expr__left, ptr< ss_expression > a__ss_binary_expr__right)
 Generated constructor for class ss_band.
virtual void gc_mark ()
 Marking routine for class ss_band.

Static Private Attributes

static ptr< reflection_listreflection = reflection

Detailed Description

Class for bitwise and binary operator (&).

Definition at line 622 of file ss_expr_binary_op.g.hh.


Constructor & Destructor Documentation

lestes::lang::cplus::sem::ss_band::ss_band ( 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_binary_expr__left,
ptr< ss_expression a__ss_binary_expr__right 
) [protected]

Generated constructor for class ss_band.

Generated constructor for class ss_band.

Author:
lsg

Definition at line 1095 of file ss_expr_binary_op.g.cc.

Referenced by create().

01101         : ss_binary_expr(a__ss_base_with_location__location,
01102                 a__ss_expression__type,
01103                 a__ss_expression__psp,
01104                 a__ss_expression__nsp,
01105                 a__ss_binary_expr__left,
01106                 a__ss_binary_expr__right)
01107 {}


Member Function Documentation

void lestes::lang::cplus::sem::ss_band::accept_ss_expression_visitor ( ptr< ss_expression_visitor v  )  [virtual]

Implements lestes::lang::cplus::sem::ss_binary_expr.

Definition at line 1067 of file ss_expr_binary_op.g.cc.

01068 {
01069         return v->visit_ss_band( this );
01070 }

ptr< ss_band > lestes::lang::cplus::sem::ss_band::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_binary_expr__left,
ptr< ss_expression a__ss_binary_expr__right 
) [static]

First generated factory method for class ss_band.

This factory method for class ss_band takes values of all fields as arguments.

Author:
lsg

Definition at line 1076 of file ss_expr_binary_op.g.cc.

References ss_band().

01082 {
01083         return ptr< ss_band > ( new ss_band(a__ss_base_with_location__location,
01084                 a__ss_expression__type,
01085                 a__ss_expression__psp,
01086                 a__ss_expression__nsp,
01087                 a__ss_binary_expr__left,
01088                 a__ss_binary_expr__right) );
01089 }

ptr< object::reflection_list > lestes::lang::cplus::sem::ss_band::reflection_get (  )  const [virtual]

for purposes of dumping

Reimplemented from lestes::lang::cplus::sem::ss_binary_expr.

Definition at line 1109 of file ss_expr_binary_op.g.cc.

References lestes::std::list< T >::create(), reflection, and lestes::lang::cplus::sem::ss_binary_expr::reflection_get().

01110 {
01111         if (!reflection) {
01112                 typedef class_reflection::field_metadata md;
01113                 typedef class_reflection::field_metadata_list mdlist;
01114                 ptr<mdlist> mdl = mdlist::create();
01115                 reflection = reflection_list::create( ss_binary_expr::reflection_get() );
01116                 reflection->push_back( class_reflection::create( "ss_band", mdl ) );
01117         }
01118         return reflection;
01119 }

ptr< object::field_list_list > lestes::lang::cplus::sem::ss_band::field_values_get (  )  const [virtual]

for purposes of dumping

Reimplemented from lestes::lang::cplus::sem::ss_binary_expr.

Definition at line 1121 of file ss_expr_binary_op.g.cc.

References lestes::lang::cplus::sem::ss_binary_expr::field_values_get().

01122 {
01123         ptr < field_list_list > result = ss_binary_expr::field_values_get();
01124         return result;
01125 }

void lestes::lang::cplus::sem::ss_band::gc_mark ( void   )  [protected, virtual]

Marking routine for class ss_band.

Marking routine is used for garbage collection.

Author:
lsg

Reimplemented from lestes::lang::cplus::sem::ss_binary_expr.

Definition at line 1132 of file ss_expr_binary_op.g.cc.

References lestes::lang::cplus::sem::ss_binary_expr::gc_mark().

01133 {
01134         ss_binary_expr::gc_mark();
01135 }


Member Data Documentation

ptr< object::reflection_list > lestes::lang::cplus::sem::ss_band::reflection = reflection [static, private]

Reimplemented from lestes::lang::cplus::sem::ss_binary_expr.

Definition at line 656 of file ss_expr_binary_op.g.hh.

Referenced by reflection_get().


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