sp-04/test-output/ifElseMethod.cfg.dot

18 lines
1014 B
Plaintext

digraph ifElseMethod {
node [shape=record]
"ifElseMethodbb-1" [shape=circle,label="e",xlabel="ifElseMethod"]
"ifElseMethodbb-2" [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 }"]
"ifElseMethodbb-1" -> "ifElseMethodbb0"
"ifElseMethodbb0" -> "ifElseMethodbb8"
"ifElseMethodbb13" -> "ifElseMethodbb18"
"ifElseMethodbb18" -> "ifElseMethodbb-2"
"ifElseMethodbb0" -> "ifElseMethodbb13" [label="T"]
"ifElseMethodbb8" -> "ifElseMethodbb18" [label="T"]
}