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 intgetLoadOrStoreSlot(Instruction instruction)static intgetPopDelta(Instruction instruction, MethodBody body)static intgetPushDelta(Instruction instruction, MethodBody body)static InstructionreverseLoadOrStore(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)
-
-