ROSE  0.11.145.0
Public Member Functions | List of all members
Rose::BinaryAnalysis::Partitioner2::CfgEdge Class Reference

Description

Control flow graph edge.

Definition at line 147 of file ControlFlowGraph.h.

#include <Rose/BinaryAnalysis/Partitioner2/ControlFlowGraph.h>

Public Member Functions

 CfgEdge ()
 Construct a new normal edge. More...
 
 CfgEdge (EdgeType type, Confidence confidence=ASSUMED)
 Construct an edge with a specified type and confidence. More...
 
EdgeType type () const
 Return edge type. More...
 
Confidence confidence () const
 Property: Confidence. More...
 
void confidence (Confidence)
 Property: Confidence. More...
 

Constructor & Destructor Documentation

Rose::BinaryAnalysis::Partitioner2::CfgEdge::CfgEdge ( )

Construct a new normal edge.

Rose::BinaryAnalysis::Partitioner2::CfgEdge::CfgEdge ( EdgeType  type,
Confidence  confidence = ASSUMED 
)

Construct an edge with a specified type and confidence.

Member Function Documentation

EdgeType Rose::BinaryAnalysis::Partitioner2::CfgEdge::type ( ) const

Return edge type.

Confidence Rose::BinaryAnalysis::Partitioner2::CfgEdge::confidence ( ) const

Property: Confidence.

The confidence that this edge is correct.

void Rose::BinaryAnalysis::Partitioner2::CfgEdge::confidence ( Confidence  )

Property: Confidence.

The confidence that this edge is correct.


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