Description
QueryExpression uses an instance of ClosureParser in order to parse closures while building expression. The type of this instance -which of course will be derived from ClosureParser- should be customizable in order to allow setting a different instance of ClosureParser class for using it in different environments.