public final class InstructionHelper
extends java.lang.Object
| Constructor and Description |
|---|
InstructionHelper() |
| Modifier and Type | Method and 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) |
public static int getLoadOrStoreSlot(Instruction instruction)
public static int getPopDelta(Instruction instruction, MethodBody body)
public static int getPushDelta(Instruction instruction, MethodBody body)
public static Instruction reverseLoadOrStore(Instruction instruction)