Public Member Functions

OA::CallGraph::EdgeInterface Class Reference

#include <CallGraphInterface.hpp>

Inheritance diagram for OA::CallGraph::EdgeInterface:
Inheritance graph
[legend]
Collaboration diagram for OA::CallGraph::EdgeInterface:
Collaboration graph
[legend]

List of all members.

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< NodeInterfacegetCallGraphSource () const =0
virtual OA_ptr< NodeInterfacegetCallGraphSink () const =0

Detailed Description

Definition at line 153 of file CallGraphInterface.hpp.


Constructor & Destructor Documentation

OA::CallGraph::EdgeInterface::~EdgeInterface (  )  [inline, virtual]

Reimplemented from OA::DGraph::EdgeInterface.

Definition at line 156 of file CallGraphInterface.hpp.


Member Function Documentation

virtual OA_ptr<NodeInterface> OA::CallGraph::EdgeInterface::getCallGraphSink (  )  const [pure virtual]
virtual OA_ptr<NodeInterface> OA::CallGraph::EdgeInterface::getCallGraphSource (  )  const [pure virtual]
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

virtual EdgeType OA::CallGraph::EdgeInterface::getType (  )  const [pure virtual]

The documentation for this class was generated from the following file: