All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.LDC2_W

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.CPInstruction
                   |
                   +----espresso.classfile.classgen.LDC2_W

public class LDC2_W
extends CPInstruction
LDC2_W - Push long or double from constant pool Stack: ... -> ..., item.word1, item.word2


Constructor Index

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

Constructors

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

 o LDC2_W
 public LDC2_W(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index