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