Searched defs:SpecificIntegerValue (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DSpecificIntegerValue.java28 abstract class SpecificIntegerValue extends IntegerValue class in inherits:IntegerValue
195 // Implementations of binary IntegerValue methods with SpecificIntegerValue
198 public IntegerValue generalize(SpecificIntegerValue other)
203 public IntegerValue add(SpecificIntegerValue other)
208 public IntegerValue subtract(SpecificIntegerValue other)
215 public IntegerValue subtractFrom(SpecificIntegerValue other)
222 public IntegerValue multiply(SpecificIntegerValue other)
227 public IntegerValue divide(SpecificIntegerValue other)
233 public IntegerValue divideOf(SpecificIntegerValue other)
239 public IntegerValue remainder(SpecificIntegerValue othe
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 1080 milliseconds