public class DFSCFGPrinter extends CFGPrinter implements DFSEdgeTypes
BACK_EDGE, CROSS_EDGE, FORWARD_EDGE, TREE_EDGE, UNKNOWN_EDGE| Constructor and Description |
|---|
DFSCFGPrinter(CFG cfg,
DepthFirstSearch dfs) |
| Modifier and Type | Method and Description |
|---|---|
String |
edgeAnnotate(Edge edge) |
blockAnnotate, blockStartAnnotate, instructionAnnotate, instructionIterator, isForwards, print, setIsForwardspublic DFSCFGPrinter(CFG cfg, DepthFirstSearch dfs)
public String edgeAnnotate(Edge edge)
edgeAnnotate in class CFGPrinterCopyright © 2003–2015. All rights reserved.