public class Insn3rc extends AbstractInsn
opc, regs| Constructor and Description |
|---|
Insn3rc(Opcode opc,
java.util.List<Register> regs,
short regCount,
Reference referencedItem) |
| Modifier and Type | Method and Description |
|---|---|
java.util.BitSet |
getIncompatibleRegs() |
protected BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
java.lang.String |
toString() |
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegspublic Insn3rc(Opcode opc,
java.util.List<Register> regs,
short regCount,
Reference referencedItem)
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