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
- Enclosing class:
PutField
-
Nested Class Summary
Nested classes/interfaces inherited from class PutField
PutField.PutInstanceField, PutField.PutStaticFieldNested classes/interfaces inherited from class Instruction
Instruction.Visitor -
Field Summary
Fields inherited from class Instruction
method, noInstructions, opcode, pc -
Constructor Summary
ConstructorsConstructorDescriptionPutStaticField(int pc, int source, String clazzName, String fieldName, String fieldType, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Methods inherited from class 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)
-