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

Parameter Class Reference

Paramenter or a paramenter definition ParamenterList. More...

#include <stree.h>

Inheritance diagram for Parameter:

Ternary List Node

Public Member Functions

 Parameter (Node *statement1, Node *statement2, Node *statement3)
 Constructor.

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

virtual Nodecopy () const
 Copies the node.


Detailed Description

Paramenter or a paramenter definition ParamenterList.

The meaning of arguments is as follows:

Definition at line 597 of file stree.h.


Constructor & Destructor Documentation

Parameter::Parameter Node statement1,
Node statement2,
Node statement3
 

Constructor.

Definition at line 571 of file stree.cpp.

References CParameter.

Referenced by copy().


Member Function Documentation

Node * Parameter::copy  )  const [virtual]
 

Copies the node.

Reimplemented from Ternary.

Definition at line 581 of file stree.cpp.

References Ternary::getStatement1(), Ternary::getStatement2(), Ternary::getStatement3(), and Parameter().

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

Writes node to the stream as php.

Reimplemented from Ternary.

Definition at line 574 of file stree.cpp.

References Ternary::getStatement1(), Ternary::getStatement2(), Ternary::getStatement3(), Node::getType(), and SPin.


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