Package daikon.diff

Class PrintAllVisitor

    • Method Detail

      • printHumanOutput

        public void printHumanOutput​(InvNode node)
        This method is an alternate printing procedure for an InvNode so that the output is more human readable. The format resembles cvs diff with '+' and '-' signs for the differing invariants. There is no information on justification or invariant type.
      • printInvariant

        protected void printInvariant​(Invariant inv)
        Prints an invariant, including its printability and possibly its confidence. Example: "argv != null {0.9999+}".