dk.brics.string.intermediate.operations
Interface FlowAnalysis

All Known Implementing Classes:
AliasAnalysis, LivenessAnalysis

public interface FlowAnalysis

A simple flow analysis framework.

See Also:
WorkList

Method Summary
 void transfer(Statement s)
          The transfer function.
 

Method Detail

transfer

void transfer(Statement s)
The transfer function.

Parameters:
s - the statement to transfer through.


Copyright © 2003-2009 Anders Møller, Aske Simon Christensen, Asger Feldthaus.