lab7
Interface ReflectiveVisitable

All Known Implementing Classes:
AbstractNode, CastNode

public interface ReflectiveVisitable

Reflective visitor pattern -- a node must accept a visitor


Method Summary
 void accept(ReflectiveVisitor rv)
           
 

Method Detail

accept

void accept(ReflectiveVisitor rv)