public class Insn31t extends InsnWithOffset implements OneRegInsn
| Modifier and Type | Field and Description |
|---|---|
AbstractPayload |
payload |
targetopc, regsREG_A_IDX| Constructor and Description |
|---|
Insn31t(org.jf.dexlib2.Opcode opc,
Register regA) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getIncompatibleRegs() |
int |
getMaxJumpOffset()
Gets the maximum number of words available for the jump offset
|
protected org.jf.dexlib2.builder.BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
Register |
getRegA() |
void |
setPayload(AbstractPayload payload) |
getTarget, setTargetgetMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegspublic AbstractPayload payload
public Insn31t(org.jf.dexlib2.Opcode opc,
Register regA)
public Register getRegA()
getRegA in interface OneRegInsnpublic void setPayload(AbstractPayload payload)
protected org.jf.dexlib2.builder.BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0 in class AbstractInsnpublic BitSet getIncompatibleRegs()
getIncompatibleRegs in interface InsngetIncompatibleRegs in class AbstractInsnpublic int getMaxJumpOffset()
InsnWithOffsetgetMaxJumpOffset in class InsnWithOffsetCopyright © 2020 Soot OSS. All rights reserved.