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  view LDC download LDC.java

java.lang.Object
  extended bycom.chaoswg.xtc4y.classdesc.code.instructions.Instruction
      extended bycom.chaoswg.xtc4y.classdesc.code.instructions.BinaryInstruction
          extended bycom.chaoswg.xtc4y.classdesc.code.instructions.ShortCPRefInstruction
              extended bycom.chaoswg.xtc4y.classdesc.code.instructions.LDC

public class LDC
extends ShortCPRefInstruction

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.ShortCPRefInstruction
LDC
 
Fields inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.BinaryInstruction
ALOAD, ASTORE, BIPUSH, DLOAD, DSTORE, FLOAD, FSTORE, ILOAD, ISTORE, LLOAD, LSTORE, RET
 
Fields inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.Instruction
 
Constructor Summary
LDC(com.chaoswg.xtc4y.classdesc.ShortValueCPEntry cpEntry)
          Creates a LDC instruction
 
Methods inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.ShortCPRefInstruction
getOperand, handleOperand
 
Methods inherited from class com.chaoswg.xtc4y.classdesc.code.instructions.BinaryInstruction
getNumberOfUsedBytes, toString, 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

public LDC(com.chaoswg.xtc4y.classdesc.ShortValueCPEntry cpEntry)
Creates a LDC instruction