Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

cbl::codetree::stmt::TForStmt Class Reference

#include

Inheritance diagram for cbl::codetree::stmt::TForStmt:

cbl::codetree::stmt::TStatement cbl::codetree::TElement List of all members.

Public Methods

expr::TExpression counter () const
expr::TExpression init () const
expr::TExpression step () const
expr::TExpression done () const
TStatement statement () const
virtual void  accept (TStmtVisitor &)

Protected Methods

  TForStmt (symbols::TModuleSym *AOwner, expr::TExpression *FCounter, expr::TExpression *AInit, expr::TExpression *ADone, expr::TExpression *AStep, TStatement *AStatement)

Friends

class  symbols::TModuleSym

Constructor & Destructor Documentation

cbl::codetree::stmt::TForStmt::TForStmt symbols::TModuleSym   AOwner,
expr::TExpression   FCounter,
expr::TExpression   AInit,
expr::TExpression   ADone,
expr::TExpression   AStep,
TStatement   AStatement
[protected]
 


Member Function Documentation

virtual void cbl::codetree::stmt::TForStmt::accept TStmtVisitor   [virtual]
 

Implements cbl::codetree::stmt::TStatement.

expr::TExpression* cbl::codetree::stmt::TForStmt::counter   const
 

expr::TExpression* cbl::codetree::stmt::TForStmt::done   const
 

expr::TExpression* cbl::codetree::stmt::TForStmt::init   const
 

TStatement* cbl::codetree::stmt::TForStmt::statement   const
 

expr::TExpression* cbl::codetree::stmt::TForStmt::step   const
 


Friends And Related Function Documentation

friend class symbols::TModuleSym [friend]
 

Definition at line 35 of file sfor.h.


The documentation for this class was generated from the following file:
Generated on Sat Apr 6 19:07:27 2002 for Compiler Backend Library by doxygen1.2.14 written by , © 1997-2002