Home | History | Annotate | Download | only in value

Lines Matching defs:lessThan

209     public abstract int lessThan(IntegerValue other);
245 return -lessThan(other);
445 public int lessThan(UnknownIntegerValue other)
447 return lessThan((IntegerValue)other);
489 return -lessThan(other);
689 public int lessThan(SpecificIntegerValue other)
691 return lessThan((IntegerValue)other);
733 return -lessThan(other);
933 public int lessThan(ParticularIntegerValue other)
935 return lessThan((SpecificIntegerValue)other);
977 return -lessThan(other);