public interface MhpTester
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractRuntimeThread> |
getThreads() |
boolean |
mayHappenInParallel(SootMethod m1,
SootMethod m2) |
boolean |
mayHappenInParallel(SootMethod m1,
Unit u1,
SootMethod m2,
Unit u2) |
void |
printMhpSummary() |
boolean mayHappenInParallel(SootMethod m1, SootMethod m2)
boolean mayHappenInParallel(SootMethod m1, Unit u1, SootMethod m2, Unit u2)
void printMhpSummary()
java.util.List<AbstractRuntimeThread> getThreads()