OA::CFG::EdgeInterface Class Reference

#include <CFGInterface.hpp>

Inheritance diagram for OA::CFG::EdgeInterface:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 EdgeInterface ()
virtual ~EdgeInterface ()
virtual OA_ptr< NodeInterfacegetCFGSource () const =0
virtual OA_ptr< NodeInterfacegetCFGSink () const =0
virtual EdgeType getType () const =0
 get type associated with edge: TRUE_EDGE, FALLTHROUGH_EDGE, etc.
virtual ExprHandle getExpr () const =0
 get expression associated with edge, specifies branching val


Detailed Description

Edge in the CFG must satisfy the following interface.

Definition at line 100 of file CFGInterface.hpp.


Constructor & Destructor Documentation

OA::CFG::EdgeInterface::EdgeInterface (  )  [inline]

Definition at line 103 of file CFGInterface.hpp.

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

Reimplemented from OA::DGraph::EdgeInterface.

Definition at line 105 of file CFGInterface.hpp.


Member Function Documentation

virtual OA_ptr<NodeInterface> OA::CFG::EdgeInterface::getCFGSink (  )  const [pure virtual]

Implemented in OA::CFG::Edge.

virtual OA_ptr<NodeInterface> OA::CFG::EdgeInterface::getCFGSource (  )  const [pure virtual]

Implemented in OA::CFG::Edge.

virtual ExprHandle OA::CFG::EdgeInterface::getExpr (  )  const [pure virtual]

get expression associated with edge, specifies branching val

Implemented in OA::CFG::Edge.

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

get type associated with edge: TRUE_EDGE, FALLTHROUGH_EDGE, etc.

Implemented in OA::CFG::Edge.


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

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