daikon.diff
Class RootNode

Object
  extended by Node<Void,PptNode>
      extended by RootNode

public class RootNode
extends Node<Void,PptNode>

The root of the tree. All its children are PptNodes.


Constructor Summary
RootNode()
           
 
Method Summary
 void accept(Visitor v)
           
 
Methods inherited from class Node
add, children, getUserLeft, getUserObject, getUserRight
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootNode

public RootNode()
Method Detail

accept

public void accept(Visitor v)
Specified by:
accept in class Node<Void,PptNode>