com.faunos.util
Interface Visitor<T>


public interface Visitor<T>

A generic visitor interface.

Author:
Babak Farhang

Method Summary
 void visit(T t)
          Visits the given typed object t.
 

Method Detail

visit

void visit(T t)
Visits the given typed object t.



SourceForge.net Logo