|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CFEdge | |
byucc.jhdl.synth |
Uses of CFEdge in byucc.jhdl.synth |
Methods in byucc.jhdl.synth that return CFEdge | |
CFEdge |
GraphStack.addEdge(CFVertex tail,
CFVertex head)
Add an edge in the control flow graph. |
CFEdge |
GraphStack.addEdge(CFVertex tail,
CFVertex head,
java.lang.String weight)
Add a weighted edge in the control flow graph. |
CFEdge |
ControlFlowGraph.addCFEdge(CFVertex tail,
CFVertex head)
Add a new CFEdge to the graph. |
CFEdge |
ControlFlowGraph.addCFEdge(CFVertex tail,
CFVertex head,
java.lang.String weight)
Add a new CFEdge with the given weight to the graph. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |