namespace Doctrine\Common\Collections\Expr

Classsort descending Location Description
ClosureExpressionVisitor drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php Walks an expression graph and turns it into a PHP closure.
Comparison drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Comparison.php Comparison of a field with a value by the given operator.
CompositeExpression drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php Expression of Expressions combined by AND or OR operation.
Expression drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Expression.php Expression for the {@link Selectable} interface.
ExpressionVisitor drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php An Expression visitor walks a graph of expressions and turns them into a query for the underlying implementation.
Value drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Value.php