public class IputInstruction extends FieldInstruction
codeAddress, instruction, lineNumber, unit| Constructor and Description |
|---|
IputInstruction(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, introducedTypesaddTags, getInstruction, getLineNumber, getUnit, getUsedRegistersNums, getUsedRegistersNums, setLineNumber, setUnitpublic void jimplify(DexBody body)
DexlibAbstractInstructionjimplify in class DexlibAbstractInstructionbody - to jimplify into.protected Type getTargetType(DexBody body)
FieldInstructiongetTargetType in class FieldInstructionbody - the body containing this instruction