All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.DSTORE

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.LocalVariableInstruction
                   |
                   +----de.fub.bytecode.generic.DSTORE

public class DSTORE
extends LocalVariableInstruction
DSTORE - Store double into local variable Stack ..., value.word1, value.word2 -> ...

Version:
$Id: DSTORE.java,v 1.3 1999/08/13 08:18:27 dahm Exp $
Author:
M. Dahm

Constructor Index

 o DSTORE(int)

Constructors

 o DSTORE
 public DSTORE(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index