Class LockAnalysis

All Implemented Interfaces:
DataflowAnalysis<LockSet>

public class LockAnalysis extends ForwardDataflowAnalysis<LockSet>
Analysis to determine where particular values are locked in a method. The dataflow values are maps of value numbers to the number of times those values are locked.
Author:
David Hovemeyer
See Also: