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

Break Class Reference

Break statement. More...

#include <stree.h>

Inheritance diagram for Break:

Unary List Node

Public Member Functions

 Break (Node *statement)
 Constructor.

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

virtual Nodecopy () const
 Copies the node.


Detailed Description

Break statement.

The argumnets is a break expresson.

Definition at line 329 of file stree.h.


Constructor & Destructor Documentation

Break::Break Node statement  ) 
 

Constructor.

Definition at line 322 of file stree.cpp.

References CBreak.

Referenced by copy().


Member Function Documentation

Node * Break::copy  )  const [virtual]
 

Copies the node.

Reimplemented from Unary.

Definition at line 329 of file stree.cpp.

References Break(), and Unary::getStatement1().

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

Writes node to the stream as php.

Reimplemented from Unary.

Definition at line 324 of file stree.cpp.

References Unary::getStatement1().


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