#include <ShCfgBlock.hpp>
Inheritance diagram for SH::ShCfgBlock:


Public Member Functions | |
| ShCfgBlock (const ShProgram &program, bool copy=true) | |
| ShCfgBlock (ShCtrlGraphPtr cfg, bool copy=true) | |
| ShCfgBlock (ShCtrlGraphNodePtr node, bool copy=true) | |
| ~ShCfgBlock () | |
| ShCtrlGraphNodePtr | entry () const |
| ShCtrlGraphNodePtr | exit () const |
| void | print (std::ostream &out, int indent) const |
| Output a textual representation of this control statement. | |
| void | graphvizDump (std::ostream &out) const |
Definition at line 34 of file ShCfgBlock.hpp.
1.4.5