All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.ANEWARRAY
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.CPInstruction
|
+----de.fub.bytecode.generic.ANEWARRAY
- public class ANEWARRAY
- extends CPInstruction
- implements LoadClass, AllocationInstruction, ExceptionThrower
ANEWARRAY - Create new array of references
Stack: ..., count -> ..., arrayref
- Version:
- $Id: ANEWARRAY.java,v 1.6 1999/09/09 07:42:43 dahm Exp $
- Author:
- M. Dahm
-
ANEWARRAY(int)
-
-
getExceptions()
-
ANEWARRAY
public ANEWARRAY(int index)
getExceptions
public Class[] getExceptions()
All Packages Class Hierarchy This Package Previous Next Index