Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

Do Class Reference

Do statement. More...

#include <stree.h>

Inheritance diagram for Do:

Binary List Node

Public Member Functions

 Do (Node *statement1, Node *statement2)
 Constructor.

virtual ostream & php (ostream &os) const
 Writes node to the stream as php.

virtual Nodecopy () const
 Copies the node.


Detailed Description

Do statement.

The meaning of arguments is as follows:

Definition at line 301 of file stree.h.


Constructor & Destructor Documentation

Do::Do Node statement1,
Node statement2
 

Constructor.

Definition at line 298 of file stree.cpp.

References CDo.

Referenced by copy().


Member Function Documentation

Node * Do::copy  )  const [virtual]
 

Copies the node.

Reimplemented from Binary.

Definition at line 306 of file stree.cpp.

References Do(), Binary::getStatement1(), and Binary::getStatement2().

ostream & Do::php ostream &  os  )  const [virtual]
 

Writes node to the stream as php.

Reimplemented from Binary.

Definition at line 301 of file stree.cpp.

References Binary::getStatement1(), and Binary::getStatement2().


The documentation for this class was generated from the following files:
Generated on Fri Nov 21 17:54:06 2003 for PHPX by doxygen 1.3.3