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
Constructors Constructor Description PutStaticField(int pc, int source, String clazzName, String fieldName, String fieldType, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
-
Method Summary
-
Methods inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
-
-
-
-
Constructor Detail
-
PutStaticField
public PutStaticField(int pc, int source, String clazzName, String fieldName, String fieldType, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
-
-