sp-03/test-output/condMethod.dot
2023-10-11 13:50:56 +02:00

19 lines
539 B
Plaintext

digraph condMethod {
label="condMethod";
node [shape=record]
e [shape=circle,label="e"]
x [shape=circle,label="x"]
bb0 [label="0|{0: // label|1: // line number information|2: ILOAD 1|3: ILOAD 2|4: IF_ICMPLE 7}"]
bb5 [label="5|{5: ILOAD 1|6: GOTO 10}"]
bb7 [label="7|{7: // label|8: // stack frame map|9: ILOAD 2}"]
bb10 [label="10|{10: // label|11: // stack frame map|12: IRETURN }"]
e -> bb0
bb0 -> bb5
bb7 -> bb10
bb10 -> x
bb0 -> bb7 [label="T"]
bb5 -> bb10 [label="T"]
}