Package io.sf.carte.util
Interface Visitor<T>
- Type Parameters:
T
- the type to visit.
public interface Visitor<T>
A visitor (from the 'visitor' pattern).
-
Method Summary
-
Method Details
-
visit
Visit the given object.- Parameters:
arg
- the object.
-