public class InstanceOfInstruction extends DexlibAbstractInstruction
codeAddress, instruction, lineNumber, unit| Constructor and Description |
|---|
InstanceOfInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction,
int codeAdress) |
| Modifier and Type | Method and Description |
|---|---|
Set<Type> |
introducedTypes()
Return the types that are be introduced by this instruction.
|
void |
jimplify(DexBody body)
Jimplify this instruction.
|
addTags, getInstruction, getLineNumber, getUnit, getUsedRegistersNums, getUsedRegistersNums, setLineNumber, setUnitpublic InstanceOfInstruction(org.jf.dexlib2.iface.instruction.Instruction instruction,
int codeAdress)
public void jimplify(DexBody body)
DexlibAbstractInstructionjimplify in class DexlibAbstractInstructionbody - to jimplify into.public Set<Type> introducedTypes()
DexlibAbstractInstructionintroducedTypes in class DexlibAbstractInstructionCopyright © 2021 Soot OSS. All rights reserved.