Interface Expression<T>

All Known Implementing Classes:
Expr.And, Expr.Equal, Expr.Greater, Expr.GreaterEqual, Expr.Group, Expr.Lesser, Expr.LesserEqual, Expr.Not, Expr.NumberReference, Expr.NumberValue, Expr.Or, Expr.True

public interface Expression<T>