17 lines
1,018 B
Text
17 lines
1,018 B
Text
digraph forMethod {
|
|
|
|
node [shape=record]
|
|
"forMethodbb-1" [shape=circle,label="e",xlabel="forMethod"]
|
|
"forMethodbb-2" [shape=circle,label="x"]
|
|
"forMethodbb0" [label="0|{0: // label|1: // line number information|2: ICONST_0 |3: ISTORE 2|4: // label|5: // line number information|6: ICONST_0 |7: ISTORE 3}"]
|
|
"forMethodbb8" [label="8|{8: // label|9: // stack frame map|10: ILOAD 3|11: ILOAD 1|12: IF_ICMPGE 23}"]
|
|
"forMethodbb13" [label="13|{13: // label|14: // line number information|15: ILOAD 2|16: ILOAD 3|17: IADD |18: ISTORE 2|19: // label|20: // line number information|21: IINC 1 1|22: GOTO 8}"]
|
|
"forMethodbb23" [label="23|{23: // label|24: // line number information|25: // stack frame map|26: ILOAD 2|27: IRETURN }"]
|
|
|
|
"forMethodbb-1" -> "forMethodbb0"
|
|
"forMethodbb0" -> "forMethodbb8"
|
|
"forMethodbb8" -> "forMethodbb13"
|
|
"forMethodbb23" -> "forMethodbb-2"
|
|
"forMethodbb13" -> "forMethodbb8" [label="T"]
|
|
"forMethodbb8" -> "forMethodbb23" [label="T"]
|
|
}
|