| Modifier and Type | Field and Description |
|---|---|
protected org.jf.dexlib2.Opcode |
opc |
protected List<Register> |
regs |
| Constructor and Description |
|---|
AbstractInsn(org.jf.dexlib2.Opcode opc) |
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getIncompatibleRegs() |
int |
getMinimumRegsNeeded() |
org.jf.dexlib2.Opcode |
getOpcode() |
org.jf.dexlib2.builder.BuilderInstruction |
getRealInsn(LabelAssigner assigner) |
protected abstract org.jf.dexlib2.builder.BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
List<Register> |
getRegs() |
int |
getSize() |
boolean |
hasIncompatibleRegs() |
String |
toString() |
public BitSet getIncompatibleRegs()
getIncompatibleRegs in interface Insnpublic boolean hasIncompatibleRegs()
hasIncompatibleRegs in interface Insnpublic int getMinimumRegsNeeded()
getMinimumRegsNeeded in interface Insnpublic org.jf.dexlib2.builder.BuilderInstruction getRealInsn(LabelAssigner assigner)
getRealInsn in interface Insnprotected abstract org.jf.dexlib2.builder.BuilderInstruction getRealInsn0(LabelAssigner assigner)
Copyright © 2020 Soot OSS. All rights reserved.