ROSE 0.11.145.147
Public Member Functions | List of all members
VirtualCFG::CFGPath Class Reference

Description

Definition at line 157 of file virtualCFG.h.

Public Member Functions

 CFGPath (CFGEdge e)
 
 CFGPath (const CFGPath &a, const CFGPath &b)
 
std::string toString () const
 
std::string toStringForDebugging () const
 
std::string id () const
 
CFGNode source () const
 
CFGNode target () const
 
EdgeConditionKind condition () const
 
SgExpressioncaseLabel () const
 
SgExpressionconditionBasedOn () const
 
std::vector< SgInitializedName * > scopesBeingExited () const
 
std::vector< SgInitializedName * > scopesBeingEntered () const
 
bool operator== (const CFGPath &o) const
 
bool operator!= (const CFGPath &o) const
 
bool operator< (const CFGPath &o) const
 An arbitrary order, so we can use this in std::set and std::map.
 
const std::vector< CFGEdge > & getEdges () const
 Returns the edges in the path, starting at the source and ending at the target.
 

Constructor & Destructor Documentation

◆ CFGPath() [1/3]

VirtualCFG::CFGPath::CFGPath ( CFGEdge  e)
inline

Definition at line 162 of file virtualCFG.h.

◆ CFGPath() [2/3]

VirtualCFG::CFGPath::CFGPath ( const CFGPath a,
const CFGPath b 
)
inline

Definition at line 164 of file virtualCFG.h.

◆ CFGPath() [3/3]

VirtualCFG::CFGPath::CFGPath ( )
inline

Definition at line 172 of file virtualCFG.h.

Member Function Documentation

◆ source()

CFGNode VirtualCFG::CFGPath::source ( ) const
inline

Definition at line 180 of file virtualCFG.h.

◆ target()

CFGNode VirtualCFG::CFGPath::target ( ) const
inline

Definition at line 182 of file virtualCFG.h.

◆ condition()

EdgeConditionKind VirtualCFG::CFGPath::condition ( ) const
inline

Definition at line 184 of file virtualCFG.h.

◆ caseLabel()

SgExpression * VirtualCFG::CFGPath::caseLabel ( ) const
inline

Definition at line 192 of file virtualCFG.h.

◆ conditionBasedOn()

SgExpression * VirtualCFG::CFGPath::conditionBasedOn ( ) const
inline

Definition at line 199 of file virtualCFG.h.

◆ scopesBeingExited()

std::vector< SgInitializedName * > VirtualCFG::CFGPath::scopesBeingExited ( ) const
inline

Definition at line 206 of file virtualCFG.h.

◆ scopesBeingEntered()

std::vector< SgInitializedName * > VirtualCFG::CFGPath::scopesBeingEntered ( ) const
inline

Definition at line 214 of file virtualCFG.h.

◆ operator==()

bool VirtualCFG::CFGPath::operator== ( const CFGPath o) const
inline

Definition at line 222 of file virtualCFG.h.

◆ operator!=()

bool VirtualCFG::CFGPath::operator!= ( const CFGPath o) const
inline

Definition at line 223 of file virtualCFG.h.

◆ operator<()

bool VirtualCFG::CFGPath::operator< ( const CFGPath o) const
inline

An arbitrary order, so we can use this in std::set and std::map.

Definition at line 226 of file virtualCFG.h.

◆ getEdges()

const std::vector< CFGEdge > & VirtualCFG::CFGPath::getEdges ( ) const
inline

Returns the edges in the path, starting at the source and ending at the target.

Definition at line 239 of file virtualCFG.h.


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