19 lines
1.1 KiB
Text
19 lines
1.1 KiB
Text
digraph shortCircuitMethod {
|
|
|
|
node [shape=record]
|
|
"shortCircuitMethodbb-1" [shape=circle,label="e",xlabel="shortCircuitMethod"]
|
|
"shortCircuitMethodbb-2" [shape=circle,label="x"]
|
|
"shortCircuitMethodbb0" [label="0|{0: // label|1: // line number information|2: ILOAD 1|3: ILOAD 2|4: IF_ICMPLE 12}"]
|
|
"shortCircuitMethodbb5" [label="5|{5: ILOAD 1|6: ILOAD 3|7: IF_ICMPGE 12}"]
|
|
"shortCircuitMethodbb8" [label="8|{8: // label|9: // line number information|10: ICONST_1 |11: IRETURN }"]
|
|
"shortCircuitMethodbb12" [label="12|{12: // label|13: // line number information|14: // stack frame map|15: ICONST_0 |16: IRETURN }"]
|
|
|
|
"shortCircuitMethodbb-1" -> "shortCircuitMethodbb0"
|
|
"shortCircuitMethodbb0" -> "shortCircuitMethodbb5"
|
|
"shortCircuitMethodbb5" -> "shortCircuitMethodbb8"
|
|
"shortCircuitMethodbb8" -> "shortCircuitMethodbb-2"
|
|
"shortCircuitMethodbb8" -> "shortCircuitMethodbb12"
|
|
"shortCircuitMethodbb12" -> "shortCircuitMethodbb-2"
|
|
"shortCircuitMethodbb0" -> "shortCircuitMethodbb12" [label="T"]
|
|
"shortCircuitMethodbb5" -> "shortCircuitMethodbb12" [label="T"]
|
|
}
|