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

Constructor Index

 o DLOAD(int)

Constructors

 o DLOAD
 public DLOAD(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index