Class GetField.GetInstanceField
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.GetField
com.ibm.wala.dalvik.dex.instructions.GetField.GetInstanceField
- 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
FieldsFields inherited from class GetField
clazzName, destination, fieldName, fieldTypeFields inherited from class Instruction
method, noInstructions, opcode, pc -
Constructor Summary
ConstructorsConstructorDescriptionGetInstanceField(int pc, int destination, int instance, 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
-
Field Details
-
instance
public final int instance
-
-
Constructor Details
-
GetInstanceField
public GetInstanceField(int pc, int destination, int instance, String clazzName, String fieldName, String fieldType, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-