Class 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 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.
      • 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