Class ArrayGet
- java.lang.Object
-
- com.ibm.wala.dalvik.dex.instructions.Instruction
-
- com.ibm.wala.dalvik.dex.instructions.ArrayGet
-
public class ArrayGet extends Instruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ArrayGet.Type
-
Nested classes/interfaces inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
Instruction.Visitor
-
-
Field Summary
Fields Modifier and Type Field Description int
array
int
destination
int
offset
ArrayGet.Type
type
-
Fields inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
method, noInstructions, opcode, pc
-
-
Constructor Summary
Constructors Constructor Description ArrayGet(int pc, int destination, int array, int offset, ArrayGet.Type type, org.jf.dexlib.Code.Opcode op, DexIMethod method)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeReference
getType()
static TypeReference
getType(ArrayGet.Type type)
void
visit(Instruction.Visitor visitor)
-
Methods inherited from class com.ibm.wala.dalvik.dex.instructions.Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
-
-
-
-
Field Detail
-
destination
public final int destination
-
array
public final int array
-
offset
public final int offset
-
type
public final ArrayGet.Type type
-
-
Constructor Detail
-
ArrayGet
public ArrayGet(int pc, int destination, int array, int offset, ArrayGet.Type type, org.jf.dexlib.Code.Opcode op, DexIMethod method)
-
-
Method Detail
-
visit
public void visit(Instruction.Visitor visitor)
- Specified by:
visit
in classInstruction
-
getType
public TypeReference getType()
-
getType
public static TypeReference getType(ArrayGet.Type type)
-
-