BlockExitStmt Class Reference#include <BlockExitStmt.h>
Inheritance diagram for BlockExitStmt:
[legend]List of all members.
|
Public Member Functions |
| virtual RefSet< Statement > * | build_succ (const StmtList &stmts) const |
| Statement * | follow_ref () const |
| virtual int | structures_OK () const |
| virtual void | convert (BinRep &stmt, ExprTable &etable, Symtab &symtab, const NamelistDict &namelists, const FormatDB &formats, Dictionary< NextEntry > *next_table) |
| | BlockExitStmt (const char *l) |
| | BlockExitStmt (const BlockExitStmt &stmt) |
| virtual | ~BlockExitStmt () |
| virtual BlockExitStmt & | operator= (const BlockExitStmt &stmt) |
| virtual Statement * | clone () const |
| virtual void | print_debug (ostream &o, int debug) const |
| virtual void | fortran_write (ostream &o, int &indent, char *type="") const |
| virtual void | exchange_convert (VDL &vdl) |
| | Convert the Statement into the exchange format.
|
Protected Member Functions |
| virtual void | _setptrs (Dictionary< VoidPtrDef > &labels, const FormatDB &formats) |
| | Copies base values of this into other.
|
Protected Attributes |
| Statement * | _follow |
Friends |
| class | Directive |
| class | StmtList |
| Statement * | make_statement (const char *name, const BinRep &binstr) |
| | make_statement expects the statement name ("S10") and a binstr containing the statement set.
|
Constructor & Destructor Documentation
| BlockExitStmt::BlockExitStmt |
( |
const char * |
l |
) |
|
|
Member Function Documentation
| void BlockExitStmt::_setptrs |
( |
Dictionary< VoidPtrDef > & |
labels, |
|
|
const FormatDB & |
formats |
|
) |
[protected, virtual] |
|
| Statement* BlockExitStmt::follow_ref |
( |
|
) |
const [inline, virtual] |
|
| int BlockExitStmt::structures_OK |
( |
|
) |
const [virtual] |
|
| Statement * BlockExitStmt::clone |
( |
|
) |
const [virtual] |
|
| void BlockExitStmt::print_debug |
( |
ostream & |
o, |
|
|
int |
debug |
|
) |
const [virtual] |
|
| virtual void BlockExitStmt::fortran_write |
( |
ostream & |
o, |
|
|
int & |
indent, |
|
|
char * |
type = "" |
|
) |
const [virtual] |
|
| void BlockExitStmt::exchange_convert |
( |
VDL & |
vdl |
) |
[virtual] |
|
Friends And Related Function Documentation
| Statement* make_statement |
( |
const char * |
name, |
|
|
const BinRep & |
binstr |
|
) |
[friend] |
|
|
|
make_statement expects the statement name ("S10") and a binstr containing the statement set.
It returns a pointer to the correct statement object with the tag field already filled in.
The statement table contains tuples of the from ["tag", { all the statement info}]. One should call make_statement passing the "tag" for the name and a binstr which represents the set.
Definition at line 265 of file StmtList.cc. |
Member Data Documentation
The documentation for this class was generated from the following files:
|