public abstract class InsnWithOffset extends AbstractInsn
Modifier and Type | Field and Description |
---|---|
protected Stmt |
target |
opc, regs
Constructor and Description |
---|
InsnWithOffset(Opcode opc) |
Modifier and Type | Method and Description |
---|---|
abstract int |
getMaxJumpOffset()
Gets the maximum number of words available for the jump offset
|
Stmt |
getTarget() |
void |
setTarget(Stmt target) |
getIncompatibleRegs, getMinimumRegsNeeded, getOpcode, getRealInsn, getRealInsn0, getRegs, getSize, hasIncompatibleRegs, toString
protected Stmt target