Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.chaoswg.xtc4y.classdesc.code.instructions
Class LDC_W  view LDC_W download LDC_W.java

java.lang.Object
  extended bycom.chaoswg.xtc4y.classdesc.code.instructions.Instruction
      extended bycom.chaoswg.xtc4y.classdesc.code.instructions.WideBinaryInstruction
          extended bycom.chaoswg.xtc4y.classdesc.code.instructions.CPRefInstruction
              extended bycom.chaoswg.xtc4y.classdesc.code.instructions.LDC_W

public class LDC_W
extends CPRefInstruction

a LDC_W instruction, loads an int, byte, short, char or string from the cp


Field Summary
 
Fields inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.CPRefInstruction
ANEWARRAY, CHECKCAST, GETFIELD, GETSTATIC, INSTANCEOF, INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL, LDC_W, LDC2_W, NEW, PUTFIELD, PUTSTATIC
 
Fields inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.WideBinaryInstruction
NEWARRAY, SIPUSH
 
Fields inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.Instruction
 
Constructor Summary
LDC_W(com.chaoswg.xtc4y.classdesc.ShortValueCPEntry cpEntry)
          create a new LDC_W instruction
 
Methods inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.CPRefInstruction
getOperand, handleOperand, toString
 
Methods inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.WideBinaryInstruction
getNumberOfUsedBytes, write
 
Methods inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.Instruction
getCommand, getIndex, getOpcode, resolveIndices, setIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LDC_W

public LDC_W(com.chaoswg.xtc4y.classdesc.ShortValueCPEntry cpEntry)
create a new LDC_W instruction