Interface ExpressionVisitor<T>

Type Parameters:
T - Return type
All Known Implementing Classes:
ExpressionJsonVisitor

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