All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.DLOAD

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

public class DLOAD
extends LocalVariableInstruction
DLOAD - Load double from local variable Stack ... -> ..., result.word1, result.word2


Constructor Index

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

Constructors

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

 o DLOAD
 public DLOAD(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index