public class ArrayLength extends Instruction
Instruction.Visitor
Modifier and Type | Field and Description |
---|---|
int |
destination |
int |
source |
method, noInstructions, opcode, pc
Constructor and Description |
---|
ArrayLength(int instLoc,
int destination,
int source,
org.jf.dexlib.Code.Opcode op,
DexIMethod method) |
Modifier and Type | Method and Description |
---|---|
void |
visit(Instruction.Visitor visitor) |
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
public ArrayLength(int instLoc, int destination, int source, org.jf.dexlib.Code.Opcode op, DexIMethod method)
public void visit(Instruction.Visitor visitor)
visit
in class Instruction