edu.umd.cs.findbugs.ba.constant

Class ConstantDataflow

public class ConstantDataflow extends Dataflow<ConstantFrame,ConstantAnalysis>

Dataflow class for ConstantAnalysis.

Author: David Hovemeyer

See Also: Dataflow ConstantAnalysis

Constructor Summary
ConstantDataflow(CFG cfg, ConstantAnalysis analysis)
Method Summary
ConstantFramegetFactAfterLocation(Location location)
ConstantFramegetFactAtLocation(Location location)

Constructor Detail

ConstantDataflow

public ConstantDataflow(CFG cfg, ConstantAnalysis analysis)

Method Detail

getFactAfterLocation

public ConstantFrame getFactAfterLocation(Location location)

getFactAtLocation

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