sp-03/test-output/forEachCollectionMethod.dot

18 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-10-11 11:50:56 +00:00
digraph forEachCollectionMethod {
node [shape=record]
2023-10-15 20:24:23 +00:00
forEachCollectionMethode [shape=circle,label="e",xlabel="forEachCollectionMethod"]
forEachCollectionMethodx [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 }"]
2023-10-11 11:50:56 +00:00
2023-10-15 20:24:23 +00:00
forEachCollectionMethode -> forEachCollectionMethodbb0
forEachCollectionMethodbb0 -> forEachCollectionMethodbb9
forEachCollectionMethodbb9 -> forEachCollectionMethodbb14
forEachCollectionMethodbb24 -> forEachCollectionMethodx
forEachCollectionMethodbb14 -> forEachCollectionMethodbb9 [label="T"]
forEachCollectionMethodbb9 -> forEachCollectionMethodbb24 [label="T"]
2023-10-11 11:50:56 +00:00
}