FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba.npe
Class LocationWhereValueBecomesNull

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.npe.LocationWhereValueBecomesNull
All Implemented Interfaces:
java.lang.Comparable<LocationWhereValueBecomesNull>

public class LocationWhereValueBecomesNull
extends java.lang.Object
implements java.lang.Comparable<LocationWhereValueBecomesNull>

A Location where a particular value number becomes null.

Author:
David Hovemeyer

Constructor Summary
LocationWhereValueBecomesNull(Location location, ValueNumber valueNumber)
          Constructor.
 
Method Summary
 int compareTo(LocationWhereValueBecomesNull o)
           
 boolean equals(java.lang.Object obj)
           
 Location getLocation()
           
 ValueNumber getValueNumber()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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

getLocation

public Location getLocation()
Returns:
Returns the location.

getValueNumber

public ValueNumber getValueNumber()
Returns:
Returns the valueNumber.

compareTo

public int compareTo(LocationWhereValueBecomesNull o)
Specified by:
compareTo in interface java.lang.Comparable<LocationWhereValueBecomesNull>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

FindBugs™ 1.3.9

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