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.GetStaticFieldModifier and TypeClassDescriptionstatic classstatic classNested 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, pcModifier and TypeFieldDescriptionprotected final DexIMethodstatic final int[]protected final org.jf.dexlib2.Opcodefinal int -
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, isPEIModifier and TypeMethodDescriptionint[]org.jf.dexlib2.OpcodebooleanTrue if the instruction can continue.booleanisPEI()True if the instruction can throw an exception
-
Constructor Details
-
GetStaticField
public GetStaticField(int pc, int destination, String clazzName, String fieldName, String fieldType, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-