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
- Enclosing class:
GetField
-
Nested Class Summary
Nested classes/interfaces inherited from class GetField
GetField.GetInstanceField, GetField.GetStaticFieldNested classes/interfaces inherited from class Instruction
Instruction.Visitor -
Field Summary
Fields inherited from class GetField
clazzName, destination, fieldName, fieldTypeFields inherited from class Instruction
method, noInstructions, opcode, pc -
Constructor Summary
ConstructorsConstructorDescriptionGetStaticField(int pc, int destination, 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
-
GetStaticField
public GetStaticField(int pc, int destination, String clazzName, String fieldName, String fieldType, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-