Package com.strobel.decompiler
Class InstructionHelper
- java.lang.Object
-
- com.strobel.decompiler.InstructionHelper
-
public final class InstructionHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InstructionHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getLoadOrStoreSlot(Instruction instruction)
static int
getPopDelta(Instruction instruction, MethodBody body)
static int
getPushDelta(Instruction instruction, MethodBody body)
static Instruction
reverseLoadOrStore(Instruction instruction)
-
-
-
Method Detail
-
getLoadOrStoreSlot
public static int getLoadOrStoreSlot(Instruction instruction)
-
getPopDelta
public static int getPopDelta(Instruction instruction, MethodBody body)
-
getPushDelta
public static int getPushDelta(Instruction instruction, MethodBody body)
-
reverseLoadOrStore
public static Instruction reverseLoadOrStore(Instruction instruction)
-
-