|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> classdesc >> code >> [ instructions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.chaoswg.xtc4y.classdesc.code.instructions
Class LDC

java.lang.Objectcom.chaoswg.xtc4y.classdesc.code.instructions.Instruction
com.chaoswg.xtc4y.classdesc.code.instructions.BinaryInstruction
com.chaoswg.xtc4y.classdesc.code.instructions.ShortCPRefInstruction
com.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
|
|||||||||
| Home >> All >> com >> chaoswg >> xtc4y >> classdesc >> code >> [ instructions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC