edu.umd.cs.findbugs.ba

Class LiveLocalStoreDataflow

public class LiveLocalStoreDataflow extends Dataflow<BitSet,LiveLocalStoreAnalysis>

Dataflow class for LiveLocalStoreAnalysis.

Author: David Hovemeyer

See Also: LiveLocalStoreAnalysis

Constructor Summary
LiveLocalStoreDataflow(CFG cfg, LiveLocalStoreAnalysis analysis)
Method Summary
BitSetgetFactAfterLocation(Location location)
BitSetgetFactAtLocation(Location location)

Constructor Detail

LiveLocalStoreDataflow

public LiveLocalStoreDataflow(CFG cfg, LiveLocalStoreAnalysis analysis)

Method Detail

getFactAfterLocation

public BitSet getFactAfterLocation(Location location)

getFactAtLocation

public BitSet getFactAtLocation(Location location)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.