edu.umd.cs.findbugs.ba.npe

Class LocationWhereValueBecomesNull

public class LocationWhereValueBecomesNull extends Object implements Comparable<LocationWhereValueBecomesNull>

A Location where a particular value number becomes null.

Author: David Hovemeyer

Constructor Summary
LocationWhereValueBecomesNull(Location location, ValueNumber valueNumber)
Constructor.
Method Summary
intcompareTo(LocationWhereValueBecomesNull o)
LocationgetLocation()
ValueNumbergetValueNumber()

Constructor Detail

LocationWhereValueBecomesNull

public LocationWhereValueBecomesNull(Location location, ValueNumber valueNumber)
Constructor.

Parameters: location the Location where a value becomes null valueNumber the value number

Method Detail

compareTo

public int compareTo(LocationWhereValueBecomesNull o)

getLocation

public Location getLocation()

Returns: Returns the location.

getValueNumber

public ValueNumber getValueNumber()

Returns: Returns the valueNumber.

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.