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