org.apache.bcel.generic
public class ANEWARRAY extends CPInstruction implements LoadClass, AllocationInstruction, ExceptionThrower, StackConsumer, StackProducer
Stack: ..., count -> ..., arrayref
Constructor Summary | |
---|---|
ANEWARRAY(int index) |
Method Summary | |
---|---|
void | accept(Visitor v)
Call corresponding visitor method(s). |
Class[] | getExceptions() |
ObjectType | getLoadClassType(ConstantPoolGen cpg) |
Parameters: v Visitor object