|
opcode: 197 (0xc5) |
|
usage: multianewarray array-desc num-dimensions |
|
stack before: ..., count1, [count2,...]
stack after: arrayref |
|
description: |
The multianewarray instruction takes two parameters, the type descriptor for the array and the number of dimentions to allocate. The top dimensions words of the operand stack, count1, [count2,...], must contain ints that have nonnegative values. |
|
|