edu.umd.cs.findbugs.ba.npe

Class ReturnPathTypeDataflow

public class ReturnPathTypeDataflow extends Dataflow<ReturnPathType,ReturnPathTypeAnalysis>

Dataflow class for ReturnPathTypeAnalysis.

Author: David Hovemeyer

Constructor Summary
ReturnPathTypeDataflow(CFG cfg, ReturnPathTypeAnalysis analysis)
Constructor.
Method Summary
ReturnPathTypegetFactAfterLocation(Location location)
ReturnPathTypegetFactAtLocation(Location location)

Constructor Detail

ReturnPathTypeDataflow

public ReturnPathTypeDataflow(CFG cfg, ReturnPathTypeAnalysis analysis)
Constructor.

Parameters: cfg CFG of the method being analyzed analysis the analysis

Method Detail

getFactAfterLocation

public ReturnPathType getFactAfterLocation(Location location)

getFactAtLocation

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