|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--harpoon.IR.Properties.CFGEdge
An CFGEdge
connects two CFGraphable
s
in a graph structure.
CFGraphable
Constructor Summary | |
CFGEdge()
|
Method Summary | |
HCodeElement |
from()
Returns the source of this CFGEdge . |
abstract CFGraphable |
fromCFG()
Returns the source of this CFGEdge . |
HCodeElement |
to()
Returns the destination of this HCodeEdge . |
abstract CFGraphable |
toCFG()
Returns the destination of this HCodeEdge . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CFGEdge()
Method Detail |
public HCodeElement from()
CFGEdge
.
The return value is guaranteed to implement to
CFGraphable
interface.
from
in interface HCodeEdge
public abstract CFGraphable fromCFG()
CFGEdge
.
public HCodeElement to()
HCodeEdge
.
The return value is guaranteed to implement to
CFGraphable
interface.
to
in interface HCodeEdge
public abstract CFGraphable toCFG()
HCodeEdge
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |