public class LocationWhereValueBecomesNull extends java.lang.Object implements java.lang.Comparable<LocationWhereValueBecomesNull>
Constructor and Description |
---|
LocationWhereValueBecomesNull(Location location,
ValueNumber valueNumber)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LocationWhereValueBecomesNull o) |
boolean |
equals(java.lang.Object obj) |
Location |
getLocation() |
ValueNumber |
getValueNumber() |
int |
hashCode() |
java.lang.String |
toString() |
public LocationWhereValueBecomesNull(Location location, ValueNumber valueNumber)
location
- the Location where a value becomes nullvalueNumber
- the value numberpublic Location getLocation()
public ValueNumber getValueNumber()
public int compareTo(LocationWhereValueBecomesNull o)
compareTo
in interface java.lang.Comparable<LocationWhereValueBecomesNull>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.