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