daikon.diff
Class InvNode
Object
Node<Invariant,Void>
InvNode
public class InvNode
- extends Node<Invariant,Void>
Contains a pair of Invariants. Resides in the third level of the tree.
Has no children.
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvNode
public InvNode(Invariant inv1,
Invariant inv2)
- Either inv1 or inv2 may be null, but not both.
getInv1
public Invariant getInv1()
getInv2
public Invariant getInv2()
accept
public void accept(Visitor v)
- Specified by:
accept in class Node<Invariant,Void>