sp-03/test-output/alloc2dArrayMethod.dot
2023-10-15 22:24:23 +02:00

11 lines
427 B
Plaintext

digraph alloc2dArrayMethod {
node [shape=record]
alloc2dArrayMethode [shape=circle,label="e",xlabel="alloc2dArrayMethod"]
alloc2dArrayMethodx [shape=circle,label="x"]
alloc2dArrayMethodbb0 [label="0|{0: // label|1: // line number information|2: ICONST_2 |3: ICONST_3 |4: MULTIANEWARRAY [[I 2|5: ARETURN }"]
alloc2dArrayMethode -> alloc2dArrayMethodbb0
alloc2dArrayMethodbb0 -> alloc2dArrayMethodx
}