Return.ReturnDouble, Return.ReturnSingle, Return.ReturnVoid
Instruction.Visitor
Modifier and Type | Field and Description |
---|---|
boolean |
primitive |
int |
source |
method, noInstructions, opcode, pc
Constructor and Description |
---|
ReturnSingle(int pc,
int source,
boolean primitive,
org.jf.dexlib.Code.Opcode opcode,
DexIMethod method) |
Modifier and Type | Method and Description |
---|---|
boolean |
isPrimitive() |
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
public ReturnSingle(int pc, int source, boolean primitive, org.jf.dexlib.Code.Opcode opcode, DexIMethod method)