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

/external/proguard/src/proguard/evaluation/value/
H A DParticularLongValue.java28 final class ParticularLongValue extends SpecificLongValue class in inherits:SpecificLongValue
36 public ParticularLongValue(long value) method in class:ParticularLongValue
54 return new ParticularLongValue(-value);
160 // Implementations of binary LongValue methods with ParticularLongValue
163 public LongValue generalize(ParticularLongValue other)
168 public LongValue add(ParticularLongValue other)
170 return new ParticularLongValue(this.value + other.value);
173 public LongValue subtract(ParticularLongValue other)
175 return new ParticularLongValue(this.value - other.value);
178 public LongValue subtractFrom(ParticularLongValue othe
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 64 milliseconds