public abstract class InsnWithOffset extends AbstractInsn
| Modifier and Type | Field and Description |
|---|---|
protected Stmt |
target |
opc, regs| Constructor and Description |
|---|
InsnWithOffset(org.jf.dexlib2.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, toStringprotected Stmt target
Copyright © 2020 Soot OSS. All rights reserved.