Interface ExpressionVisitor<T>


@ProviderType public interface ExpressionVisitor<T>
Defines expression visitors with arbitrary return types. This interface's methods are called when an expression node of the expression tree is traversed.