Class Return.ReturnDouble
java.lang.Object
com.ibm.wala.dalvik.dex.instructions.Instruction
com.ibm.wala.dalvik.dex.instructions.Return
com.ibm.wala.dalvik.dex.instructions.Return.ReturnDouble
- Enclosing class:
Return
-
Nested Class Summary
Nested classes/interfaces inherited from class Return
Return.ReturnDouble, Return.ReturnSingle, Return.ReturnVoidNested classes/interfaces inherited from class Instruction
Instruction.Visitor -
Field Summary
FieldsFields inherited from class Instruction
method, noInstructions, opcode, pc -
Constructor Summary
ConstructorsConstructorDescriptionReturnDouble(int pc, int source1, int source2, org.jf.dexlib2.Opcode opcode, DexIMethod method) -
Method Summary
Methods inherited from class Instruction
getBranchTargets, getOpcode, getParentMethod, isFallThrough, isPEI
-
Field Details
-
source1
public final int source1 -
source2
public final int source2
-
-
Constructor Details
-
ReturnDouble
public ReturnDouble(int pc, int source1, int source2, org.jf.dexlib2.Opcode opcode, DexIMethod method)
-