#include <CFGInterface.hpp>


Definition at line 51 of file CFGInterface.hpp.
| OA::CFG::NodeInterface::NodeInterface | ( | ) | [inline] |
Definition at line 54 of file CFGInterface.hpp.
| OA::CFG::NodeInterface::NodeInterface | ( | OA::StmtHandle | n | ) | [inline] |
| virtual OA::CFG::NodeInterface::~NodeInterface | ( | ) | [inline, virtual] |
| virtual OA_ptr<EdgesIteratorInterface> OA::CFG::NodeInterface::getCFGIncomingEdgesIterator | ( | ) | const [pure virtual] |
Implemented in OA::CFG::Node.
| virtual OA_ptr<EdgesIteratorInterface> OA::CFG::NodeInterface::getCFGOutgoingEdgesIterator | ( | ) | const [pure virtual] |
Implemented in OA::CFG::Node.
| virtual OA_ptr<NodesIteratorInterface> OA::CFG::NodeInterface::getCFGPredNodesIterator | ( | ) | const [pure virtual] |
Implemented in OA::CFG::Node.
| virtual OA_ptr<NodesIteratorInterface> OA::CFG::NodeInterface::getCFGSinkNodesIterator | ( | ) | const [pure virtual] |
Implemented in OA::CFG::Node.
| virtual OA_ptr<NodesIteratorInterface> OA::CFG::NodeInterface::getCFGSourceNodesIterator | ( | ) | const [pure virtual] |
Implemented in OA::CFG::Node.
| virtual OA_ptr<NodesIteratorInterface> OA::CFG::NodeInterface::getCFGSuccNodesIterator | ( | ) | const [pure virtual] |
Implemented in OA::CFG::Node.
| virtual OA_ptr<NodeStatementsIteratorInterface> OA::CFG::NodeInterface::getNodeStatementsIterator | ( | ) | const [pure virtual] |
| virtual OA_ptr<NodeStatementsRevIteratorInterface> OA::CFG::NodeInterface::getNodeStatementsRevIterator | ( | ) | const [pure virtual] |
| virtual unsigned int OA::CFG::NodeInterface::size | ( | ) | const [pure virtual] |
get an id unique within instances of CFG::Node
number of statements in node
Implemented in OA::CFG::Node.
1.5.7.1