Interface ExpVisitor<T>

Type Parameters:
T - type of the return value

public interface ExpVisitor<T>
Exp visitor which may return a result after the visit.