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

FGWork Class Reference

Inheritance diagram for FGWork:
[legend]
List of all members.

Public Methods

abstract void doWork ()

Protected Attributes

FGNode dest

Detailed Description

This is an abstract class defining the structure of objects to be held in the value flow graph work list. Work items typically contain sets of values that are to be pushed to given flowgraph nodes. The process of performing this "work" via the doWork method may cause "actions" associated with the destination flow graph node to be invoked.
Author:
John Hatcliff , Venkatesh Prasad Ranganath
Version:
Name:
(
Revision:
1.1.1.1
)

Definition at line 52 of file FGWork.java.


Member Function Documentation

abstract void FGWork::doWork   [pure virtual]
 

Performs the value propagation described by the class derived from FGWork. This will usually involve updating the flowgraph and the worklist.

Reimplemented in FGWorkSendVals.

Referenced by WorkList::doWork().


Member Data Documentation

FGNode FGWork::dest [protected]
 

The node which is the "target" of the work.

Definition at line 58 of file FGWork.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:11:09 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001