All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.DSTORE

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.LocalVariableInstruction
                   |
                   +----espresso.classfile.classgen.DSTORE

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


Constructor Index

 o DSTORE()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o DSTORE(int)

Constructors

 o DSTORE
 DSTORE()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

 o DSTORE
 public DSTORE(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index