static ExprList* MakeExprList( const vector< ExprTree* > &list )
Factory to make an expression list expression
- Returns:
- The constructed expression list
- Parameters:
- list - A vector of the expressions to be contained in the
list
void GetComponents( vector<ExprTree*>& list)
Deconstructor to obtain the components of an expression list
- Parameters:
- list - The list of expressions