public class Insn21c extends AbstractInsn implements OneRegInsn
opc, regsREG_A_IDX| Constructor and Description |
|---|
Insn21c(org.jf.dexlib2.Opcode opc,
Register regA,
org.jf.dexlib2.iface.reference.Reference referencedItem) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getIncompatibleRegs() |
protected org.jf.dexlib2.builder.BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
Register |
getRegA() |
String |
toString() |
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegspublic Insn21c(org.jf.dexlib2.Opcode opc,
Register regA,
org.jf.dexlib2.iface.reference.Reference referencedItem)
public Register getRegA()
getRegA in interface OneRegInsnprotected org.jf.dexlib2.builder.BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0 in class AbstractInsnpublic BitSet getIncompatibleRegs()
getIncompatibleRegs in interface InsngetIncompatibleRegs in class AbstractInsnpublic String toString()
toString in class AbstractInsnCopyright © 2020 Soot OSS. All rights reserved.