org.apache.bcel.generic
public class NEW extends CPInstruction implements LoadClass, AllocationInstruction, ExceptionThrower, StackProducer
Stack: ... -> ..., objectref
Version: $Id: NEW.java 386056 2006-03-15 11:31:56Z tcurdt $
| Constructor Summary | |
|---|---|
| NEW()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). | |
| NEW(int index) | |
| Method Summary | |
|---|---|
| void | accept(Visitor v)
Call corresponding visitor method(s). |
| Class[] | getExceptions() |
| ObjectType | getLoadClassType(ConstantPoolGen cpg) |
Parameters: v Visitor object