15 lines
702 B
Text
15 lines
702 B
Text
digraph ifMethod {
|
|
|
|
node [shape=record]
|
|
ifMethode [shape=circle,label="e",xlabel="ifMethod"]
|
|
ifMethodx [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 }"]
|
|
|
|
ifMethode -> ifMethodbb0
|
|
ifMethodbb0 -> ifMethodbb8
|
|
ifMethodbb8 -> ifMethodbb12
|
|
ifMethodbb12 -> ifMethodx
|
|
ifMethodbb0 -> ifMethodbb12 [label="T"]
|
|
}
|