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.GetStaticFieldModifier and TypeClassDescriptionstatic classstatic classNested 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, pcModifier and TypeFieldDescriptionprotected final DexIMethodstatic final int[]protected final org.jf.dexlib2.Opcodefinal int -
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, isPEIModifier and TypeMethodDescriptionint[]org.jf.dexlib2.OpcodebooleanTrue if the instruction can continue.booleanisPEI()True if the instruction can throw an exception
-
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)
-