public interface Insn extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getIncompatibleRegs() |
int |
getMinimumRegsNeeded() |
org.jf.dexlib2.Opcode |
getOpcode() |
org.jf.dexlib2.builder.BuilderInstruction |
getRealInsn(LabelAssigner assigner) |
List<Register> |
getRegs() |
int |
getSize() |
boolean |
hasIncompatibleRegs() |
org.jf.dexlib2.Opcode getOpcode()
BitSet getIncompatibleRegs()
boolean hasIncompatibleRegs()
int getMinimumRegsNeeded()
org.jf.dexlib2.builder.BuilderInstruction getRealInsn(LabelAssigner assigner)
int getSize()
Copyright © 2020 Soot OSS. All rights reserved.