public class Insn11n extends AbstractInsn implements OneRegInsn
opc, regsREG_A_IDX| Constructor and Description |
|---|
Insn11n(Opcode opc,
Register regA,
byte litB) |
| Modifier and Type | Method and Description |
|---|---|
java.util.BitSet |
getIncompatibleRegs() |
byte |
getLitB() |
protected BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
Register |
getRegA() |
java.lang.String |
toString() |
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegspublic Insn11n(Opcode opc,
Register regA,
byte litB)
public Register getRegA()
getRegA in interface OneRegInsnpublic byte getLitB()
protected BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0 in class AbstractInsnpublic java.util.BitSet getIncompatibleRegs()
getIncompatibleRegs in interface InsngetIncompatibleRegs in class AbstractInsnpublic java.lang.String toString()
toString in class AbstractInsn