#include <virtualCFG.h>
Collaboration diagram for VirtualCFG::InterestingNode:

Public Member Functions | |
| InterestingNode (CFGNode n) | |
| std::string | toString () const |
| std::string | toStringForDebugging () const |
| std::string | id () const |
| SgNode * | getNode () const |
| unsigned int | getIndex () const |
| std::vector< InterestingEdge > | outEdges () const |
| std::vector< InterestingEdge > | inEdges () const |
| bool | isInteresting () const |
| bool | operator== (const InterestingNode &o) const |
| bool | operator!= (const InterestingNode &o) const |
| bool | operator< (const InterestingNode &o) const |
Private Attributes | |
| CFGNode | n |
| VirtualCFG::InterestingNode::InterestingNode | ( | CFGNode | n | ) | [inline] |
| std::string VirtualCFG::InterestingNode::toString | ( | ) | const [inline] |
| std::string VirtualCFG::InterestingNode::toStringForDebugging | ( | ) | const [inline] |
| std::string VirtualCFG::InterestingNode::id | ( | ) | const [inline] |
| SgNode* VirtualCFG::InterestingNode::getNode | ( | ) | const [inline] |
| unsigned int VirtualCFG::InterestingNode::getIndex | ( | ) | const [inline] |
| std::vector<InterestingEdge> VirtualCFG::InterestingNode::outEdges | ( | ) | const |
| std::vector<InterestingEdge> VirtualCFG::InterestingNode::inEdges | ( | ) | const |
| bool VirtualCFG::InterestingNode::isInteresting | ( | ) | const [inline] |
| bool VirtualCFG::InterestingNode::operator== | ( | const InterestingNode & | o | ) | const [inline] |
| bool VirtualCFG::InterestingNode::operator!= | ( | const InterestingNode & | o | ) | const [inline] |
| bool VirtualCFG::InterestingNode::operator< | ( | const InterestingNode & | o | ) | const [inline] |
CFGNode VirtualCFG::InterestingNode::n [private] |
1.4.7