public class InstructionHelper extends java.lang.Object
Constructor and Description |
---|
InstructionHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isIfInstruction(org.apache.bcel.generic.InstructionHandle handle) |
static boolean |
isIfInstruction(org.apache.bcel.generic.LineNumberGen lng) |
static boolean |
isInvokeInstruction(org.apache.bcel.generic.InstructionHandle handle) |
static boolean |
isRetInstruction(org.apache.bcel.generic.InstructionHandle instructionHandle) |
static boolean |
isRetInstruction(org.apache.bcel.generic.LineNumberGen lineNumberGen) |
public InstructionHelper()
public static boolean isInvokeInstruction(org.apache.bcel.generic.InstructionHandle handle)
public static boolean isIfInstruction(org.apache.bcel.generic.LineNumberGen lng)
public static boolean isIfInstruction(org.apache.bcel.generic.InstructionHandle handle)
public static boolean isRetInstruction(org.apache.bcel.generic.InstructionHandle instructionHandle)
public static boolean isRetInstruction(org.apache.bcel.generic.LineNumberGen lineNumberGen)