My Project
|
This class represents a directed edge between two nodes in the callgraph. More...
#include <CallGraph.h>
Public Member Functions | |
bool | isAbstract () const |
Returns if this edge represents an Abstract edge. More... | |
bool | isCall () const |
Returns if this edge represents a Call edge. More... | |
bool | isChild () const |
Returns if this edge represents a Child edge. More... | |
CallGraphNode * | getTarget () const |
Returns the target node for this edge. More... | |
bool | operator== (const Edge &edge) const |
Friends | |
class | CallGraphNode |
This class represents a directed edge between two nodes in the callgraph.
|
inline |
Returns the target node for this edge.
|
inline |
Returns if this edge represents an Abstract
edge.
|
inline |
Returns if this edge represents a Call
edge.
|
inline |
Returns if this edge represents a Child
edge.
|
inline |
|
friend |