All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.ILOAD
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.LocalVariableInstruction
|
+----de.fub.bytecode.generic.ILOAD
- public class ILOAD
- extends LocalVariableInstruction
- implements PushInstruction
ILOAD - Load int from local variable
Stack ... -> ..., result
- Version:
- $Id: ILOAD.java,v 1.4 1999/08/13 08:18:31 dahm Exp $
- Author:
- M. Dahm
-
ILOAD(int)
-
ILOAD
public ILOAD(int n)
All Packages Class Hierarchy This Package Previous Next Index