Public Member Functions

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]
virtual OA_ptr<NodeInterface> OA::CFG::EdgeInterface::getCFGSource (  )  const [pure virtual]
virtual ExprHandle OA::CFG::EdgeInterface::getExpr (  )  const [pure virtual]

get expression associated with edge, specifies branching val

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

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


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