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]

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.


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

Generated on Fri Jul 24 05:39:20 2009 for OpenADFortTk (extended to Open64) by  doxygen 1.5.7.1