Class PutField.PutStaticField
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.PutField
com.ibm.wala.dalvik.dex.instructions.PutField.PutStaticField
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.PutField
PutField.PutInstanceField, PutField.PutStaticField
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.PutField
clazzName, fieldName, fieldType, source
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
Constructor Summary
ConstructorDescriptionPutStaticField
(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
-
Constructor Details
-
PutStaticField
public PutStaticField(int pc, int source, String clazzName, String fieldName, String fieldType, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-