OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParticularIntegerValue
(Results
1 - 2
of
2
) sorted by null
/external/proguard/src/proguard/evaluation/value/
ParticularIntegerValue.java
28
final class
ParticularIntegerValue
extends SpecificIntegerValue
36
public
ParticularIntegerValue
(int value)
54
return new
ParticularIntegerValue
(-value);
63
new
ParticularIntegerValue
(byteValue);
72
new
ParticularIntegerValue
(charValue);
81
new
ParticularIntegerValue
(shortValue);
227
// Implementations of binary IntegerValue methods with
ParticularIntegerValue
230
public IntegerValue generalize(
ParticularIntegerValue
other)
235
public IntegerValue add(
ParticularIntegerValue
other)
237
return new
ParticularIntegerValue
(this.value + other.value)
[
all
...]
/external/proguard/lib/
proguard.jar
Completed in 192 milliseconds