#include <ICFGInterface.hpp>


Public Member Functions | |
| EdgeInterface () | |
| ~EdgeInterface () | |
| virtual EdgeType | getType () const =0 |
| virtual ProcHandle | getSourceProc () const =0 |
| virtual ProcHandle | getSinkProc () const =0 |
| virtual CallHandle | getCall () const =0 |
| virtual OA_ptr< NodeInterface > | getICFGSource () const =0 |
| virtual OA_ptr< NodeInterface > | getICFGSink () const =0 |
Definition at line 122 of file ICFGInterface.hpp.
| OA::ICFG::EdgeInterface::EdgeInterface | ( | ) | [inline] |
Definition at line 124 of file ICFGInterface.hpp.
| OA::ICFG::EdgeInterface::~EdgeInterface | ( | ) | [inline, virtual] |
| virtual CallHandle OA::ICFG::EdgeInterface::getCall | ( | ) | const [pure virtual] |
Implemented in OA::ICFG::Edge.
| virtual OA_ptr<NodeInterface> OA::ICFG::EdgeInterface::getICFGSink | ( | ) | const [pure virtual] |
Implemented in OA::ICFG::Edge.
| virtual OA_ptr<NodeInterface> OA::ICFG::EdgeInterface::getICFGSource | ( | ) | const [pure virtual] |
Implemented in OA::ICFG::Edge.
| virtual ProcHandle OA::ICFG::EdgeInterface::getSinkProc | ( | ) | const [pure virtual] |
Implemented in OA::ICFG::Edge.
| virtual ProcHandle OA::ICFG::EdgeInterface::getSourceProc | ( | ) | const [pure virtual] |
Implemented in OA::ICFG::Edge.
| virtual EdgeType OA::ICFG::EdgeInterface::getType | ( | ) | const [pure virtual] |
Implemented in OA::ICFG::Edge.
1.5.7.1