Class ArrayGet
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.ArrayGet
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Instruction
Instruction.Visitor -
Field Summary
FieldsFields inherited from class Instruction
method, noInstructions, opcode, pcModifier and TypeFieldDescriptionprotected final DexIMethodstatic final int[]protected final org.jf.dexlib2.Opcodefinal int -
Constructor Summary
ConstructorsConstructorDescriptionArrayGet(int pc, int destination, int array, int offset, ArrayGet.Type type, org.jf.dexlib2.Opcode op, DexIMethod method) -
Method Summary
Modifier and TypeMethodDescriptiongetType()static TypeReferencegetType(ArrayGet.Type type) voidvisit(Instruction.Visitor visitor) 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
-
destination
public final int destination -
array
public final int array -
offset
public final int offset -
type
-
-
Constructor Details
-
ArrayGet
public ArrayGet(int pc, int destination, int array, int offset, ArrayGet.Type type, org.jf.dexlib2.Opcode op, DexIMethod method)
-
-
Method Details
-
visit
- Specified by:
visitin classInstruction
-
getType
-
getType
-