All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.IALOAD
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.ArrayInstruction
|
+----de.fub.bytecode.generic.IALOAD
- public class IALOAD
- extends ArrayInstruction
IALOAD - Load int from array
Stack: ..., arrayref, index -> ..., value
- Version:
- $Id: IALOAD.java,v 1.4 1999/05/04 13:13:37 dahm Exp $
- Author:
- M. Dahm
-
IALOAD()
-
IALOAD
public IALOAD()
All Packages Class Hierarchy This Package Previous Next Index