com.jcoverage.util
Class InstructionHelper
java.lang.Object
com.jcoverage.util.InstructionHelper
- public class InstructionHelper
- extends java.lang.Object
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstructionHelper
public InstructionHelper()
isInvokeInstruction
public static boolean isInvokeInstruction(org.apache.bcel.generic.InstructionHandle handle)
isIfInstruction
public static boolean isIfInstruction(org.apache.bcel.generic.LineNumberGen lng)
isIfInstruction
public static boolean isIfInstruction(org.apache.bcel.generic.InstructionHandle handle)
isRetInstruction
public static boolean isRetInstruction(org.apache.bcel.generic.InstructionHandle instructionHandle)
isRetInstruction
public static boolean isRetInstruction(org.apache.bcel.generic.LineNumberGen lineNumberGen)