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

GuardedStatement Class Reference

#include <guardedstatement.h>

Inheritance diagram for GuardedStatement:

Inheritance graph
[legend]
Collaboration diagram for GuardedStatement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GuardedStatement (SrcPosition *position)
virtual ~GuardedStatement ()
virtual Astoperator= (const Ast &ast)
virtual bool operator== (const Ast &ast) const

Constructor & Destructor Documentation

GuardedStatement::GuardedStatement SrcPosition position  )  [inline]
 

Definition at line 10 of file guardedstatement.h.

References Ast::position.

00011                                 : Ast(position) {}

virtual GuardedStatement::~GuardedStatement  )  [inline, virtual]
 

Definition at line 13 of file guardedstatement.h.

00013                                             {
00014                 }


Member Function Documentation

virtual Ast& GuardedStatement::operator= const Ast ast  )  [inline, virtual]
 

Reimplemented from Ast.

Reimplemented in SequentialGuardedStatement, and SimpleGuardedStatement.

Definition at line 16 of file guardedstatement.h.

References Ast::operator=().

Referenced by SimpleGuardedStatement::operator=(), and SequentialGuardedStatement::operator=().

00016                                                          {
00017                         return Ast::operator=(ast);
00018                 }

virtual bool GuardedStatement::operator== const Ast ast  )  const [inline, virtual]
 

Reimplemented from Ast.

Reimplemented in SequentialGuardedStatement, and SimpleGuardedStatement.

Definition at line 19 of file guardedstatement.h.

References Ast::operator==().

Referenced by SimpleGuardedStatement::operator==(), and SequentialGuardedStatement::operator==().

00019                                                                 {
00020                         return Ast::operator==(ast);
00021                 }


The documentation for this class was generated from the following file:
Generated on Mon Dec 1 17:39:03 2003 for Protomake by doxygen1.3