daikon.diff
Class PptNode
Object
Node<PptTopLevel,InvNode>
PptNode
public class PptNode
- extends Node<PptTopLevel,InvNode>
Contains a pair of Ppts. Resides in the second level of the tree.
All its children are InvNodes.
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PptNode
public PptNode(PptTopLevel ppt1,
PptTopLevel ppt2)
- Either ppt1 or ppt2 may be null, but not both.
getPpt1
public PptTopLevel getPpt1()
getPpt2
public PptTopLevel getPpt2()
accept
public void accept(Visitor v)
- Specified by:
accept in class Node<PptTopLevel,InvNode>