public class Throw extends Instruction
Instruction.Visitor| Modifier and Type | Field and Description |
|---|---|
int |
throwable |
method, noInstructions, opcode, pc| Constructor and Description |
|---|
Throw(int pc,
int throwable,
org.jf.dexlib2.Opcode opcode,
DexIMethod method) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Instruction.Visitor visitor) |
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEIpublic Throw(int pc,
int throwable,
org.jf.dexlib2.Opcode opcode,
DexIMethod method)
public void visit(Instruction.Visitor visitor)
visit in class InstructionCopyright © 2019. All rights reserved.