#include <CallGraphInterface.hpp>


Public Member Functions | |
| ~EdgeInterface () | |
| virtual CallHandle | getCallHandle () const =0 |
| getId: An id unique within instances of CallGraph::Edge | |
| virtual EdgeType | getType () const =0 |
| virtual OA_ptr< NodeInterface > | getCallGraphSource () const =0 |
| virtual OA_ptr< NodeInterface > | getCallGraphSink () const =0 |
Definition at line 153 of file CallGraphInterface.hpp.
| OA::CallGraph::EdgeInterface::~EdgeInterface | ( | ) | [inline, virtual] |
Reimplemented from OA::DGraph::EdgeInterface.
Definition at line 156 of file CallGraphInterface.hpp.
| virtual OA_ptr<NodeInterface> OA::CallGraph::EdgeInterface::getCallGraphSink | ( | ) | const [pure virtual] |
Implemented in OA::CallGraph::Edge.
| virtual OA_ptr<NodeInterface> OA::CallGraph::EdgeInterface::getCallGraphSource | ( | ) | const [pure virtual] |
Implemented in OA::CallGraph::Edge.
| virtual CallHandle OA::CallGraph::EdgeInterface::getCallHandle | ( | ) | const [pure virtual] |
getId: An id unique within instances of CallGraph::Edge
Returns the handle for the callsite that induces this edge
Implemented in OA::CallGraph::Edge.
| virtual EdgeType OA::CallGraph::EdgeInterface::getType | ( | ) | const [pure virtual] |
Implemented in OA::CallGraph::Edge.
1.5.7.1