edu.umd.cs.findbugs.ba.npe
public class LocationWhereValueBecomesNull extends Object implements Comparable<LocationWhereValueBecomesNull>
Constructor Summary | |
---|---|
LocationWhereValueBecomesNull(Location location, ValueNumber valueNumber)
Constructor.
|
Method Summary | |
---|---|
int | compareTo(LocationWhereValueBecomesNull o) |
Location | getLocation() |
ValueNumber | getValueNumber() |
Parameters: location the Location where a value becomes null valueNumber the value number
Returns: Returns the location.
Returns: Returns the valueNumber.