| Frames | No Frames | |
Classes implementing org.apache.bcel.generic.AllocationInstruction | |
| class | ANEWARRAY - Create new array of references
Stack: ..., count -> ..., arrayref |
| class | MULTIANEWARRAY - Create new mutidimensional array of references
Stack: ..., count1, [count2, ...] -> ..., arrayref |
| class | NEW - Create new object
Stack: ... |
| class | NEWARRAY - Create new array of basic type (int, short, ...)
Stack: ..., count -> ..., arrayreftype must be one of T_INT, T_SHORT, ... |
Methods with parameter type org.apache.bcel.generic.AllocationInstruction | |
| void | |
| void | |