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

FunctionCall Class Reference

Function call. More...

#include <stree.h>

Inheritance diagram for FunctionCall:

Ternary List Node

Public Member Functions

 FunctionCall (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

Function call.

The meaning of arguments is as follows:

Definition at line 744 of file stree.h.


Constructor & Destructor Documentation

FunctionCall::FunctionCall Node statement1,
Node statement2,
Node statement3
 

Constructor.

Definition at line 775 of file stree.cpp.

References CFunctionCall.

Referenced by copy().


Member Function Documentation

Node * FunctionCall::copy  )  const [virtual]
 

Copies the node.

Reimplemented from Ternary.

Definition at line 785 of file stree.cpp.

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

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

Writes node to the stream as php.

Reimplemented from Ternary.

Definition at line 778 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:07 2003 for PHPX by doxygen 1.3.3