Package daikon.diff

Class XorVisitor

    • Method Detail

      • visit

        @RequiresNonNull("currentPpt")
        public void visit​(InvNode node)
        If one invariant is null and the other is not, add the non-null invariant to the result set.
        Specified by:
        visit in interface Visitor
        Overrides:
        visit in class DepthFirstVisitor
      • getResult

        public InvMap getResult()
        Returns the InvMap generated as a result of the traversal.