Class GetField
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.GetField
- Direct Known Subclasses:
GetField.GetInstanceField, GetField.GetStaticField
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class Instruction
Instruction.Visitor -
Field Summary
FieldsFields inherited from class Instruction
method, noInstructions, opcode, pc -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGetField(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
-
Field Details
-
destination
public final int destination -
clazzName
-
fieldName
-
fieldType
-
-
Constructor Details
-
GetField
protected GetField(int pc, int destination, String clazzName, String fieldName, String fieldType, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-
-
Method Details
-
visit
- Specified by:
visitin classInstruction
-