Class PutField
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.PutField
- Direct Known Subclasses:
PutField.PutInstanceField
,PutField.PutStaticField
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
Instruction.Visitor
-
Field Summary
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
Constructor Summary
ModifierConstructorDescriptionprotected
PutField
(int pc, int source, String clazzName, String fieldName, String fieldType, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Methods inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
-
Field Details
-
source
public final int source -
clazzName
-
fieldName
-
fieldType
-
-
Constructor Details
-
PutField
protected PutField(int pc, int source, String clazzName, String fieldName, String fieldType, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-
-
Method Details
-
visit
- Specified by:
visit
in classInstruction
-