Package crypto.analysis
Interface ConstraintReporter
-
public interface ConstraintReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcallToForbiddenMethod(ClassSpecification classSpecification, boomerang.jimple.Statement callSite, soot.SootMethod foundCall, Collection<soot.SootMethod> convert)voidconstraintViolated(ISLConstraint con, boomerang.jimple.Statement unit)voidunevaluableConstraint(ISLConstraint con, boomerang.jimple.Statement unit)
-
-
-
Method Detail
-
constraintViolated
void constraintViolated(ISLConstraint con, boomerang.jimple.Statement unit)
-
callToForbiddenMethod
void callToForbiddenMethod(ClassSpecification classSpecification, boomerang.jimple.Statement callSite, soot.SootMethod foundCall, Collection<soot.SootMethod> convert)
-
unevaluableConstraint
void unevaluableConstraint(ISLConstraint con, boomerang.jimple.Statement unit)
-
-