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.dexlib2.Opcode op,
DexIMethod method) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Instruction.Visitor visitor) |
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEIpublic ArrayLength(int instLoc,
int destination,
int source,
org.jf.dexlib2.Opcode op,
DexIMethod method)
public void visit(Instruction.Visitor visitor)
visit in class InstructionCopyright © 2019. All rights reserved.