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

Action Class Reference

#include <action.h>

Inheritance diagram for Action:

Inheritance graph
[legend]
Collaboration diagram for Action:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

Action::Action SrcPosition position  )  [inline]
 

Definition at line 10 of file action.h.

References Ast::position.

00011                                 : Ast(position) {}

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

Definition at line 13 of file action.h.

00013                                   {
00014                 }


Member Function Documentation

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

Reimplemented from Ast.

Reimplemented in SequentialAction, and SimpleAction.

Definition at line 16 of file action.h.

References Ast::operator=().

Referenced by SimpleAction::operator=(), and SequentialAction::operator=().

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

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

Reimplemented from Ast.

Reimplemented in SequentialAction, and SimpleAction.

Definition at line 20 of file action.h.

References Ast::operator==().

Referenced by SimpleAction::operator==(), and SequentialAction::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:38:46 2003 for Protomake by doxygen1.3