Lines Matching defs:and

2  * ProGuard -- shrinking, optimization, obfuscation, and preverification
7 * This program is free software; you can redistribute it and/or modify it
68 * Returns the generalization of this LongValue and the given other
77 * Returns the sum of this LongValue and the given LongValue.
85 * Returns the difference of this LongValue and the given LongValue.
93 * Returns the difference of the given LongValue and this LongValue.
101 * Returns the product of this LongValue and the given LongValue.
110 * Returns the quotient of this LongValue and the given LongValue.
119 * Returns the quotient of the given LongValue and this LongValue.
173 * Returns the logical <i>and</i> of this LongValue and the given
176 public LongValue and(LongValue other)
178 return other.and(this);
182 * Returns the logical <i>or</i> of this LongValue and the given
191 * Returns the logical <i>xor</i> of this LongValue and the given
224 * Returns the generalization of this LongValue and the given other
234 * Returns the sum of this LongValue and the given SpecificLongValue.
242 * Returns the difference of this LongValue and the given SpecificLongValue.
250 * Returns the difference of the given SpecificLongValue and this LongValue.
258 * Returns the product of this LongValue and the given SpecificLongValue.
266 * Returns the quotient of this LongValue and the given
275 * Returns the quotient of the given SpecificLongValue and this
327 * Returns the logical <i>and</i> of this LongValue and the given
330 public LongValue and(SpecificLongValue other)
336 * Returns the logical <i>or</i> of this LongValue and the given
345 * Returns the logical <i>xor</i> of this LongValue and the given
380 * Returns the generalization of this LongValue and the given other
390 * Returns the sum of this LongValue and the given ParticularLongValue.
398 * Returns the difference of this LongValue and the given ParticularLongValue.
406 * Returns the difference of the given ParticularLongValue and this LongValue.
414 * Returns the product of this LongValue and the given ParticularLongValue.
422 * Returns the quotient of this LongValue and the given
431 * Returns the quotient of the given ParticularLongValue and this
483 * Returns the logical <i>and</i> of this LongValue and the given
486 public LongValue and(ParticularLongValue other)
488 return and((SpecificLongValue)other);
492 * Returns the logical <i>or</i> of this LongValue and the given
501 * Returns the logical <i>xor</i> of this LongValue and the given