AssignedGotoStmt Class Reference#include <AssignedGotoStmt.h>
Inheritance diagram for AssignedGotoStmt:
[legend]List of all members.
|
Public Member Functions |
| void | build_refs () |
| void | expr (Expression *e) |
| const Expression & | expr () const |
| Expression & | expr () |
| const RefList< Statement > & | label_list () const |
| RefList< Statement > & | label_list () |
| virtual RefSet< Statement > * | build_succ (const StmtList &stmts) 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) |
| | AssignedGotoStmt (const char *l, Expression *expr_exp, Statement *stmt1, Statement *stmt2=0, Statement *stmt3=0, Statement *stmt4=0, Statement *stmt5=0) |
| | AssignedGotoStmt (const AssignedGotoStmt &stmt) |
| virtual | ~AssignedGotoStmt () |
| virtual AssignedGotoStmt & | operator= (const AssignedGotoStmt &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.
|
| | AssignedGotoStmt (const char *l) |
Protected Attributes |
| RefList< Statement > | _label_list |
| List< Statement > | _labels |
| | Temporary list for the RefList, used as Statement is built.
|
Friends |
| 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
| AssignedGotoStmt::AssignedGotoStmt |
( |
const char * |
l |
) |
[protected] |
|
Member Function Documentation
| void AssignedGotoStmt::_setptrs |
( |
Dictionary< VoidPtrDef > & |
labels, |
|
|
const FormatDB & |
formats |
|
) |
[protected, virtual] |
|
| void AssignedGotoStmt::build_refs |
( |
|
) |
[virtual] |
|
| void AssignedGotoStmt::expr |
( |
Expression * |
e |
) |
[virtual] |
|
| const Expression & AssignedGotoStmt::expr |
( |
|
) |
const [virtual] |
|
| int AssignedGotoStmt::structures_OK |
( |
|
) |
const [virtual] |
|
| Statement * AssignedGotoStmt::clone |
( |
|
) |
const [virtual] |
|
| void AssignedGotoStmt::print_debug |
( |
ostream & |
o, |
|
|
int |
debug |
|
) |
const [virtual] |
|
| virtual void AssignedGotoStmt::fortran_write |
( |
ostream & |
o, |
|
|
int & |
indent, |
|
|
char * |
type = "" |
|
) |
const [virtual] |
|
| void AssignedGotoStmt::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:
|