sp-03/test-output/ifElseMethod.dot
2023-10-15 22:24:23 +02:00

18 lines
966 B
Plaintext

digraph ifElseMethod {
node [shape=record]
ifElseMethode [shape=circle,label="e",xlabel="ifElseMethod"]
ifElseMethodx [shape=circle,label="x"]
ifElseMethodbb0 [label="0|{0: // label|1: // line number information|2: ICONST_0 |3: ISTORE 2|4: // label|5: // line number information|6: ILOAD 1|7: IFLE 13}"]
ifElseMethodbb8 [label="8|{8: // label|9: // line number information|10: ICONST_0 |11: ISTORE 2|12: GOTO 18}"]
ifElseMethodbb13 [label="13|{13: // label|14: // line number information|15: // stack frame map|16: ILOAD 1|17: ISTORE 2}"]
ifElseMethodbb18 [label="18|{18: // label|19: // line number information|20: // stack frame map|21: ILOAD 2|22: IRETURN }"]
ifElseMethode -> ifElseMethodbb0
ifElseMethodbb0 -> ifElseMethodbb8
ifElseMethodbb13 -> ifElseMethodbb18
ifElseMethodbb18 -> ifElseMethodx
ifElseMethodbb0 -> ifElseMethodbb13 [label="T"]
ifElseMethodbb8 -> ifElseMethodbb18 [label="T"]
}