Interface ExpressionVisitor<T>

Type Parameters:
T - Return type

public interface ExpressionVisitor<T>
Generic interface to define expression visitors with arbitrary return types.