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

Behavior Class Reference

#include <behavior.h>

Inheritance diagram for Behavior:

Inheritance graph
[legend]
Collaboration diagram for Behavior:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

Behavior::Behavior SrcPosition position  )  [inline]
 

Definition at line 10 of file behavior.h.

References Ast::position.

00011                                 : Ast(position) {}

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

Definition at line 13 of file behavior.h.

00013                                     {
00014                 }


Member Function Documentation

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

Reimplemented from Ast.

Reimplemented in SequentialBehavior, and SimpleBehavior.

Definition at line 16 of file behavior.h.

References Ast::operator=().

Referenced by SimpleBehavior::operator=(), and SequentialBehavior::operator=().

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

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

Reimplemented from Ast.

Reimplemented in SequentialBehavior, and SimpleBehavior.

Definition at line 20 of file behavior.h.

References Ast::operator==().

Referenced by SimpleBehavior::operator==(), and SequentialBehavior::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:57 2003 for Protomake by doxygen1.3