AllocateStmt Class Reference#include <AllocateStmt.h>
Inheritance diagram for AllocateStmt:
[legend]List of all members.
|
Public Member Functions |
| void | build_refs () |
| | methods which will retrieve data from common fields
|
| const Expression & | parameters_guarded () const |
| Expression & | parameters_guarded () |
| int | parameters_valid () const |
| void | parameters (Expression *e) |
| virtual int | structures_OK () const |
| virtual void | convert (BinRep &stmt, ExprTable &etable, Symtab &symtab, const NamelistDict &namelists, const FormatDB &formats, Dictionary< NextEntry > *next_table) |
| | AllocateStmt (const char *l, Expression *parameters_exp) |
| | AllocateStmt (const AllocateStmt &stmt) |
| virtual | ~AllocateStmt () |
| virtual AllocateStmt & | operator= (const AllocateStmt &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 |
| | AllocateStmt (const char *l) |
| | < Expression * _parameters; - Now _exprlist[ALLOC_PARAMS]
|
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
| AllocateStmt::AllocateStmt |
( |
const char * |
l |
) |
[protected] |
|
| AllocateStmt::AllocateStmt |
( |
const char * |
l, |
|
|
Expression * |
parameters_exp |
|
) |
|
|
Member Function Documentation
| void AllocateStmt::build_refs |
( |
|
) |
[virtual] |
|
| const Expression& AllocateStmt::parameters_guarded |
( |
|
) |
const [inline, virtual] |
|
| Expression& AllocateStmt::parameters_guarded |
( |
|
) |
[inline, virtual] |
|
| int AllocateStmt::parameters_valid |
( |
|
) |
const [inline, virtual] |
|
| void AllocateStmt::parameters |
( |
Expression * |
e |
) |
[inline, virtual] |
|
| int AllocateStmt::structures_OK |
( |
|
) |
const [virtual] |
|
| Statement * AllocateStmt::clone |
( |
|
) |
const [virtual] |
|
| void AllocateStmt::print_debug |
( |
ostream & |
o, |
|
|
int |
debug |
|
) |
const [virtual] |
|
| virtual void AllocateStmt::fortran_write |
( |
ostream & |
o, |
|
|
int & |
indent, |
|
|
char * |
type = "" |
|
) |
const [virtual] |
|
| void AllocateStmt::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. |
The documentation for this class was generated from the following files:
|