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