Public Methods | |
abstract void | doWork () |
Protected Attributes | |
FGNode | dest |
Definition at line 52 of file FGWork.java.
|
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().
|
|
The node which is the "target" of the work. Definition at line 58 of file FGWork.java. |