All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.DALOAD

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.ArrayInstruction
                   |
                   +----de.fub.bytecode.generic.DALOAD

public class DALOAD
extends ArrayInstruction
DALOAD - Load double from array
Stack: ..., arrayref, index -> ..., result.word1, result.word2

Version:
$Id: DALOAD.java,v 1.4 1999/05/04 13:13:00 dahm Exp $
Author:
M. Dahm

Constructor Index

 o DALOAD()

Constructors

 o DALOAD
 public DALOAD()

All Packages  Class Hierarchy  This Package  Previous  Next  Index