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

SimpleStatement Class Reference

#include <simplestatement.h>

Inheritance diagram for SimpleStatement:

Inheritance graph
[legend]
Collaboration diagram for SimpleStatement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

SimpleStatement::SimpleStatement SrcPosition position  )  [inline]
 

Definition at line 10 of file simplestatement.h.

References Ast::position.

00011                         : Statement(position) {}

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

Definition at line 13 of file simplestatement.h.

00013                                            {
00014                 }


Member Function Documentation

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

Reimplemented from Statement.

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

Definition at line 16 of file simplestatement.h.

References Ast::operator=().

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

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

Reimplemented from Statement.

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

Definition at line 20 of file simplestatement.h.

References Ast::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:32 2003 for Protomake by doxygen1.3