Class ValueNumberAnalysis

All Implemented Interfaces:
DataflowAnalysis<ValueNumberFrame>

public class ValueNumberAnalysis extends FrameDataflowAnalysis<ValueNumber,ValueNumberFrame>

A dataflow analysis to track the production and flow of values in the Java stack frame. See the ValueNumber class for an explanation of what the value numbers mean, and when they can be compared.

This class is still experimental.

Author:
David Hovemeyer
See Also: