lab7
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

void pre(int i,
         AbstractNode a)

post

void post(int i,
          AbstractNode a)