org.apache.bcel.generic
public class ANEWARRAY extends CPInstruction implements LoadClass, AllocationInstruction, ExceptionThrower, StackProducer
Stack: ..., count -> ..., arrayref
Version: $Id: ANEWARRAY.java 152690 2001-10-29 19:59:54Z jvanzyl $
| 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