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.dexlib.Code.Opcode opcode,
DexIMethod method) |
Modifier and Type | Method and Description |
---|---|
void |
visit(Instruction.Visitor visitor) |
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
public Throw(int pc, int throwable, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)
public void visit(Instruction.Visitor visitor)
visit
in class Instruction