This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
sp-03/test-output/ifMethod.dot

15 lines
744 B
Text

digraph ifMethod {
node [shape=record]
"ifMethodbb-1" [shape=circle,label="e",xlabel="ifMethod"]
"ifMethodbb-2" [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 }"]
"ifMethodbb-1" -> "ifMethodbb0"
"ifMethodbb0" -> "ifMethodbb8"
"ifMethodbb8" -> "ifMethodbb12"
"ifMethodbb12" -> "ifMethodbb-2"
"ifMethodbb0" -> "ifMethodbb12" [label="T"]
}