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

Statement Class Reference

#include <statement.h>

Inheritance diagram for Statement:

Inheritance graph
[legend]
Collaboration diagram for Statement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

Statement::Statement SrcPosition position  )  [inline]
 

Definition at line 10 of file statement.h.

References Ast::position.

00011                                 : Ast(position) {}

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

Definition at line 13 of file statement.h.

00013                                      {
00014                 }


Member Function Documentation

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

Reimplemented from Ast.

Reimplemented in ActStatement, AssignStatement, BehaviorStatement, DoStatement, IfStatement, ReceiveStatement, SendStatement, SequentialStatement, SimpleStatement, SkipStatement, StartStatement, and StopStatement.

Definition at line 16 of file statement.h.

References Ast::operator=().

Referenced by SequentialStatement::operator=(), SendStatement::operator=(), and ReceiveStatement::operator=().

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

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

Reimplemented from Ast.

Reimplemented in ActStatement, AssignStatement, BehaviorStatement, DoStatement, IfStatement, ReceiveStatement, SendStatement, SequentialStatement, SimpleStatement, SkipStatement, StartStatement, and StopStatement.

Definition at line 20 of file statement.h.

References Ast::operator==().

Referenced by SequentialStatement::operator==(), SendStatement::operator==(), and ReceiveStatement::operator==().

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


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