Package daikon.diff

Class MatchCountVisitor

  • All Implemented Interfaces:
    Visitor

    public class MatchCountVisitor
    extends PrintAllVisitor
    MatchCountVisitor is a visitor that almost does the opposite of PrintDifferingInvariantsVisitor. MatchCount prints invariant pairs if they are the same, and only if they are a part of a conditional ppt. The visitor also accumulates some state during its traversal for statistics, and can report the match precision.