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