All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.NEW

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.CPInstruction
                   |
                   +----de.fub.bytecode.generic.NEW

public class NEW
extends CPInstruction
implements LoadClass, AllocationInstruction, ExceptionThrower
NEW - Create new object
Stack: ... -> ..., objectref

Version:
$Id: NEW.java,v 1.6 1999/09/09 07:42:58 dahm Exp $
Author:
M. Dahm

Constructor Index

 o NEW(int)

Method Index

 o getExceptions()

Constructors

 o NEW
 public NEW(int index)

Methods

 o getExceptions
 public Class[] getExceptions()

All Packages  Class Hierarchy  This Package  Previous  Next  Index