sp-03/test-output/ifMethod.dot

16 lines
702 B
Plaintext
Raw Normal View History

2023-10-11 11:50:56 +00:00
digraph ifMethod {
node [shape=record]
2023-10-15 20:24:23 +00:00
ifMethode [shape=circle,label="e",xlabel="ifMethod"]
ifMethodx [shape=circle,label="x"]
ifMethodbb0 [label="0|{0: // label|1: // line number information|2: ICONST_0 |3: ISTORE 2|4: // label|5: // line number information|6: ILOAD 1|7: IFGE 12}"]
ifMethodbb8 [label="8|{8: // label|9: // line number information|10: ICONST_1 |11: ISTORE 2}"]
ifMethodbb12 [label="12|{12: // label|13: // line number information|14: // stack frame map|15: ILOAD 2|16: IRETURN }"]
2023-10-11 11:50:56 +00:00
2023-10-15 20:24:23 +00:00
ifMethode -> ifMethodbb0
ifMethodbb0 -> ifMethodbb8
ifMethodbb8 -> ifMethodbb12
ifMethodbb12 -> ifMethodx
ifMethodbb0 -> ifMethodbb12 [label="T"]
2023-10-11 11:50:56 +00:00
}