Interface ConstraintReporter


  • public interface ConstraintReporter
    • 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)