hw3
Interface ReflectiveVisitable

All Known Implementing Classes:
AbstractNode

public interface ReflectiveVisitable

Reflective visitor pattern -- a node must accept a visitor


Method Summary
 void accept(ReflectiveVisitor rv)
           
 

Method Detail

accept

public void accept(ReflectiveVisitor rv)