Package daikon.tools

Class ExtractConsequent


  • public class ExtractConsequent
    extends Object
    Extract the consequents of all Implication invariants that are predicated by membership in a cluster, from a .inv file. An example of such an implication would be "(cluster == NUM) ⇒ consequent". The consequent is only true in certain clusters, but is not generally true for all executions of the program point to which the Implication belongs. These resulting implications are written to standard output in the format of a splitter info file.