Lines Matching defs:or

7  * This program is free software; you can redistribute it and/or modify it
9 * Software Foundation; either version 2 of the License, or (at your option)
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
188 * Returns the logical <i>or</i> of this IntegerValue and the given
191 public abstract IntegerValue or(IntegerValue other);
201 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
207 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
212 * Returns whether this IntegerValue is less than or equal to the given
213 * IntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
223 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
232 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
240 * Returns whether this IntegerValue is greater than or equal to the given IntegerValue:
241 * <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
414 * Returns the logical <i>or</i> of this IntegerValue and the given
417 public IntegerValue or(UnknownIntegerValue other)
419 return or((IntegerValue)other);
433 * equal: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
442 * UnknownIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
451 * Returns whether this IntegerValue is less than or equal to the given
452 * UnknownIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
465 * different: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
474 * UnknownIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
483 * Returns whether this IntegerValue is greater than or equal to the given
484 * UnknownIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
658 * Returns the logical <i>or</i> of this IntegerValue and the given
661 public IntegerValue or(SpecificIntegerValue other)
663 return or((IntegerValue)other);
677 * equal: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
686 * SpecificIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
695 * Returns whether this IntegerValue is less than or equal to the given
696 * SpecificIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
709 * different: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
718 * SpecificIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
727 * Returns whether this IntegerValue is greater than or equal to the given
728 * SpecificIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
902 * Returns the logical <i>or</i> of this IntegerValue and the given
905 public IntegerValue or(ParticularIntegerValue other)
907 return or((SpecificIntegerValue)other);
921 * equal: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
930 * ParticularIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
939 * Returns whether this IntegerValue is less than or equal to the given
940 * ParticularIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
953 * different: <code>NEVER</code>, <code>MAYBE</code>, or <code>ALWAYS</code>.
962 * ParticularIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or
971 * Returns whether this IntegerValue is greater than or equal to the given
972 * ParticularIntegerValue: <code>NEVER</code>, <code>MAYBE</code>, or