Class GetField.GetStaticField
- java.lang.Object
-
- com.ibm.wala.dalvik.dex.instructions.Instruction
-
- com.ibm.wala.dalvik.dex.instructions.GetField
-
- com.ibm.wala.dalvik.dex.instructions.GetField.GetStaticField
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.GetField
GetField.GetInstanceField, GetField.GetStaticField
-
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.GetField
clazzName, destination, fieldName, fieldType
-
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
-
Constructor Summary
Constructors Constructor Description GetStaticField(int pc, int destination, 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
-
GetStaticField
public GetStaticField(int pc, int destination, String clazzName, String fieldName, String fieldType, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
-
-