Polaris: CollectPair Class Reference

CollectPair Class Reference

A CollectPair is a pair of an owned list of formal expression references and a replacement pattern. More...

List of all members.

Public Member Functions

 CollectPair (Expression &replacement_pattern)
void absorb (CollectPair *absorbed, STRICT_BOOL lazy=PRESERVE_TYPE)

Public Attributes

Expressionpattern
List< ArgExprElemlist


Detailed Description

A CollectPair is a pair of an owned list of formal expression references and a replacement pattern.

Definition at line 152 of file lambda_util.cc.


Constructor & Destructor Documentation

CollectPair::CollectPair Expression replacement_pattern  ) 
 

... Nothing to do

Definition at line 163 of file lambda_util.cc.

Referenced by collect_lambda_formals().


Member Function Documentation

void CollectPair::absorb CollectPair absorbed,
STRICT_BOOL  lazy = PRESERVE_TYPE
 

Referenced by collect_lambda_formals().


Member Data Documentation

Expression& CollectPair::pattern
 

Definition at line 154 of file lambda_util.cc.

Referenced by collect_lambda_formals(), and replace_lambda_call().

List<ArgExprElem> CollectPair::list
 

Definition at line 155 of file lambda_util.cc.

Referenced by collect_lambda_formals(), and replace_lambda_call().


The documentation for this class was generated from the following file:
 © 1995-2005 University of Illinois, Urbana-Champaign. All rights reserved.  Fri Mar 25 23:07:06 2005