|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.shimple.internal.OneHeadBlockGraph
Utility class to convert a multi-headed BlockGraph to a single-headed block graph. This is done by inserting a fake head node in graph, if necessary, and patching the required successor/predecessor pointers.
Constructor Summary | |
OneHeadBlockGraph()
|
Method Summary | |
static void |
convert(BlockGraph graph)
Transforms a multi-headed BlockGraph to a single-headed BlockGraph by inserting a dummy start node. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OneHeadBlockGraph()
Method Detail |
public static void convert(BlockGraph graph)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |