|
Aegis
4.25.D505
|
#include <for.h>
Public Member Functions | |
| virtual | ~rpt_stmt_continue () |
Static Public Member Functions | |
| static rpt_stmt::pointer | create () |
Protected Member Functions | |
| void | run (rpt_stmt_result_ty *) const |
Private Member Functions | |
| rpt_stmt_continue () | |
| rpt_stmt_continue (const rpt_stmt_continue &) | |
| rpt_stmt_continue & | operator= (const rpt_stmt_continue &) |
The rpt_stmt_continue class is sued to represent a "continue" statement syntax tree node.
| virtual rpt_stmt_continue::~rpt_stmt_continue | ( | ) | [virtual] |
The destructor.
| rpt_stmt_continue::rpt_stmt_continue | ( | ) | [private] |
The default constructor. It is private on purpose, use the "create" class method instead.
| rpt_stmt_continue::rpt_stmt_continue | ( | const rpt_stmt_continue & | ) | [private] |
The copy constructor. Do not use.
| static rpt_stmt::pointer rpt_stmt_continue::create | ( | ) | [static] |
The create class method is used to create a new dynamically allocate instance of this class.
| rpt_stmt_continue& rpt_stmt_continue::operator= | ( | const rpt_stmt_continue & | ) | [private] |
The assignment operator. Do not use.
| void rpt_stmt_continue::run | ( | rpt_stmt_result_ty * | ) | const [protected, virtual] |
The run method is used to execute the statament.
Implements rpt_stmt.
1.7.6.1