Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CallExpressionDismantlerPass Class Reference

#include <expression_dismantlers.h>

Inheritance diagram for CallExpressionDismantlerPass:

PipelinablePass Pass Module List of all members.

Public Methods

 CallExpressionDismantlerPass (SuifEnv *the_env, const LString &name = "dismantle_call_expressions")
Moduleclone () const
 May return "this" if the pass has no state.

void initialize ()
 Initialize the pass.

void do_procedure_definition (ProcedureDefinition *pd)
 Override this if computation is to be applied to a procedure_definition. More...


Detailed Description


Constructor & Destructor Documentation

CallExpressionDismantlerPass::CallExpressionDismantlerPass ( SuifEnv * the_env,
const LString & name = "dismantle_call_expressions")


Member Function Documentation

Module * CallExpressionDismantlerPass::clone ( void) const [virtual]

May return "this" if the pass has no state.

Reimplemented from PipelinablePass.

void CallExpressionDismantlerPass::do_procedure_definition ( ProcedureDefinition * pd) [virtual]

Override this if computation is to be applied to a procedure_definition.

The default is empty.

Reimplemented from PipelinablePass.

void CallExpressionDismantlerPass::initialize ( void) [virtual]

Initialize the pass.

Reimplemented from PipelinablePass.


The documentation for this class was generated from the following files:
Generated at Mon Jul 31 13:42:52 2000 for NCI SUIF by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000