public class AputInstruction extends FieldInstruction
codeAddress, instruction, lineNumber, unit
Constructor and Description |
---|
AputInstruction(Instruction instruction,
int codeAdress) |
Modifier and Type | Method and Description |
---|---|
protected Type |
getTargetType(DexBody body)
Return the target type for put instructions.
|
void |
jimplify(DexBody body)
Jimplify this instruction.
|
getAssignStmt, getSootFieldRef, getStaticSootFieldRef, introducedTypes
addTags, getInstruction, getLineNumber, getUnit, getUsedRegistersNums, getUsedRegistersNums, setLineNumber, setUnit
public void jimplify(DexBody body)
DexlibAbstractInstruction
jimplify
in class DexlibAbstractInstruction
body
- to jimplify into.protected Type getTargetType(DexBody body)
FieldInstruction
getTargetType
in class FieldInstruction
body
- the body containing this instruction