HomeSort by relevance Sort by last modified time
    Searched defs:integerValue (Results 1 - 5 of 5) sorted by null

  /external/proguard/src/proguard/evaluation/value/
NegatedIntegerValue.java 24 * This IntegerValue represents a integer value that is negated.
30 private final IntegerValue integerValue;
36 public NegatedIntegerValue(IntegerValue integerValue)
38 this.integerValue = integerValue;
42 // Implementations of unary methods of IntegerValue.
44 public IntegerValue negate()
46 return integerValue;
    [all...]
Value.java 61 * Returns this Value as an IntegerValue.
63 public IntegerValue integerValue()
IntegerValue.java 30 public abstract class IntegerValue extends Category1Value
44 * Returns the negated value of this IntegerValue.
46 public abstract IntegerValue negate();
49 * Converts this IntegerValue to a byte IntegerValue.
51 public abstract IntegerValue convertToByte();
54 * Converts this IntegerValue to a character IntegerValue.
56 public abstract IntegerValue convertToCharacter();
59 * Converts this IntegerValue to a short IntegerValue
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 368 milliseconds