All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.LDC_W

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

public class LDC_W
extends CPInstruction
LDC_W - Push item from constant pool (wide index) Stack: ... -> ..., item.word1, item.word2


Constructor Index

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

Constructors

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

 o LDC_W
 public LDC_W(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index