public class InstanceOfInstruction extends DexlibAbstractInstruction
codeAddress, instruction, lineNumber, unit
Constructor and Description |
---|
InstanceOfInstruction(Instruction instruction,
int codeAdress) |
Modifier and Type | Method and Description |
---|---|
java.util.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, setUnit
public InstanceOfInstruction(Instruction instruction, int codeAdress)
public void jimplify(DexBody body)
DexlibAbstractInstruction
jimplify
in class DexlibAbstractInstruction
body
- to jimplify into.public java.util.Set<Type> introducedTypes()
DexlibAbstractInstruction
introducedTypes
in class DexlibAbstractInstruction