org.hansel
Class ProbeFactory
java.lang.Object
org.hansel.ProbeFactory
public class ProbeFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProbeFactory
public ProbeFactory()
createMethodProbe
public static MethodProbe createMethodProbe(ProbeData pd)
createExceptionProbe
public static ExceptionProbe createExceptionProbe(ProbeData pd,
Probe mp)
createSelectProbe
public static SelectProbe createSelectProbe(ProbeData pd,
org.objectweb.asm.Label dflt,
int[] keys,
org.objectweb.asm.Label[] labels)
createSelectProbe
public static SelectProbe createSelectProbe(ProbeData pd,
int min,
int max,
org.objectweb.asm.Label dflt,
org.objectweb.asm.Label[] labels)
createBranchProbe
public static BranchProbe createBranchProbe(ProbeData pd,
int opcode)