Searched refs:UnknownIntegerValue (Results 1 - 4 of 4) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DIntegerValue.java253 * UnknownIntegerValue.
255 public IntegerValue generalize(UnknownIntegerValue other)
262 * Returns the sum of this IntegerValue and the given UnknownIntegerValue.
264 public IntegerValue add(UnknownIntegerValue other)
270 * Returns the difference of this IntegerValue and the given UnknownIntegerValue.
272 public IntegerValue subtract(UnknownIntegerValue other)
278 * Returns the difference of the given UnknownIntegerValue and this IntegerValue.
280 public IntegerValue subtractFrom(UnknownIntegerValue other)
286 * Returns the product of this IntegerValue and the given UnknownIntegerValue.
288 public IntegerValue multiply(UnknownIntegerValue othe
[all...]
H A DUnknownIntegerValue.java28 public class UnknownIntegerValue extends IntegerValue class in inherits:IntegerValue
H A DValueFactory.java34 static final IntegerValue INTEGER_VALUE = new UnknownIntegerValue();
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 79 milliseconds