Uses of Interface org.apache.bcel.generic.AllocationInstruction

Uses in package org.apache.bcel.generic

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 -> ..., arrayref
type must be one of T_INT, T_SHORT, ...

Methods with parameter type org.apache.bcel.generic.AllocationInstruction

void
void