sp-04/test-output/forEachCollectionMethod.cfg...

18 lines
1.4 KiB
Plaintext

digraph forEachCollectionMethod {
node [shape=record]
"forEachCollectionMethodbb-1" [shape=circle,label="e",xlabel="forEachCollectionMethod"]
"forEachCollectionMethodbb-2" [shape=circle,label="x"]
"forEachCollectionMethodbb0" [label="0|{0: // label|1: // line number information|2: ICONST_0 |3: ISTORE 2|4: // label|5: // line number information|6: ALOAD 1|7: INVOKEINTERFACE java/util/Set.iterator ()Ljava/util/Iterator;|8: ASTORE 3}"]
"forEachCollectionMethodbb9" [label="9|{9: // label|10: // stack frame map|11: ALOAD 3|12: INVOKEINTERFACE java/util/Iterator.hasNext ()Z|13: IFEQ 24}"]
"forEachCollectionMethodbb14" [label="14|{14: ALOAD 3|15: INVOKEINTERFACE java/util/Iterator.next ()Ljava/lang/Object;|16: CHECKCAST java/lang/String|17: ASTORE 4|18: // label|19: // line number information|20: IINC 2 1|21: // label|22: // line number information|23: GOTO 9}"]
"forEachCollectionMethodbb24" [label="24|{24: // label|25: // line number information|26: // stack frame map|27: ILOAD 2|28: IRETURN }"]
"forEachCollectionMethodbb-1" -> "forEachCollectionMethodbb0"
"forEachCollectionMethodbb0" -> "forEachCollectionMethodbb9"
"forEachCollectionMethodbb9" -> "forEachCollectionMethodbb14"
"forEachCollectionMethodbb24" -> "forEachCollectionMethodbb-2"
"forEachCollectionMethodbb14" -> "forEachCollectionMethodbb9" [label="T"]
"forEachCollectionMethodbb9" -> "forEachCollectionMethodbb24" [label="T"]
}