public abstract class SwitchPayload extends AbstractPayload
InsnWithOffset
with multiple offsets.Modifier and Type | Field and Description |
---|---|
protected Insn31t |
switchInsn |
protected java.util.List<Unit> |
targets |
target
opc, regs
Constructor and Description |
---|
SwitchPayload(java.util.List<Unit> targets) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxJumpOffset()
Gets the maximum number of words available for the jump offset
|
void |
setSwitchInsn(Insn31t switchInsn) |
getTarget, setTarget
getIncompatibleRegs, getMinimumRegsNeeded, getOpcode, getRealInsn, getRealInsn0, getRegs, getSize, hasIncompatibleRegs, toString
public SwitchPayload(java.util.List<Unit> targets)
public void setSwitchInsn(Insn31t switchInsn)
public int getMaxJumpOffset()
InsnWithOffset
getMaxJumpOffset
in class InsnWithOffset