hw3
Interface Visitable

All Known Implementing Classes:
PrintTree

public interface Visitable

Obsolete, do not use!


Method Summary
 void post(int i, AbstractNode a)
           
 void pre(int i, AbstractNode a)
           
 

Method Detail

pre

public void pre(int i,
                AbstractNode a)

post

public void post(int i,
                 AbstractNode a)