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

11 lines
421 B
Plaintext

digraph arrayLengthMethod {
node [shape=record]
"arrayLengthMethodbb-1" [shape=circle,label="e",xlabel="arrayLengthMethod"]
"arrayLengthMethodbb-2" [shape=circle,label="x"]
"arrayLengthMethodbb0" [label="0|{0: // label|1: // line number information|2: ALOAD 1|3: ARRAYLENGTH |4: IRETURN }"]
"arrayLengthMethodbb-1" -> "arrayLengthMethodbb0"
"arrayLengthMethodbb0" -> "arrayLengthMethodbb-2"
}