-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
AstExpression methods have proven very useful (for example for constant folding and for and/or flattening). Add factory methods for all the remaining AstExpression classes to standardize how AstExpressions are created and to facilitate future functionality and optimizations.
Note: .NET's Expression class uses the same style of factory methods.