Package com.palantir.ptoss.util
Interface Visitor<T>
-
- Type Parameters:
T
- the type to be visited.
public interface Visitor<T>
Interface for a visitor class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(T obj)
-
-
-
Method Detail
-
visit
void visit(T obj)
-
-