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

/external/proguard/src/proguard/evaluation/value/
H A DSpecificLongValue.java28 abstract class SpecificLongValue extends LongValue class in inherits:LongValue
140 // Implementations of binary LongValue methods with SpecificLongValue
143 public LongValue generalize(SpecificLongValue other)
148 public LongValue add(SpecificLongValue other)
153 public LongValue subtract(SpecificLongValue other)
160 public LongValue subtractFrom(SpecificLongValue other)
167 public LongValue multiply(SpecificLongValue other)
172 public LongValue divide(SpecificLongValue other)
178 public LongValue divideOf(SpecificLongValue other)
184 public LongValue remainder(SpecificLongValue othe
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 78 milliseconds