proguard.evaluation.value
Class TopValue
java.lang.Object
proguard.evaluation.value.Value
proguard.evaluation.value.Category1Value
proguard.evaluation.value.TopValue
public class TopValue
- extends Category1Value
This class represents a partially evaluated top value. A top value is the
dummy value that takes up the extra space when storing a long value or a
double value.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TopValue
public TopValue()
generalize
public final Value generalize(Value other)
- Description copied from class:
Value
- Returns the generalization of this Value and the given other Value.
- Specified by:
generalize in class Value
computationalType
public final int computationalType()
- Description copied from class:
Value
- Returns the computational type of this Value.
- Specified by:
computationalType in class Value
- Returns:
TYPE_INTEGER,
TYPE_LONG,
TYPE_FLOAT,
TYPE_DOUBLE,
TYPE_REFERENCE, or
TYPE_INSTRUCTION_OFFSET.
internalType
public final java.lang.String internalType()
- Description copied from class:
Value
- Returns the internal type of this Value.
- Specified by:
internalType in class Value
- Returns:
ClassConstants.INTERNAL_TYPE_BOOLEAN,
ClassConstants.INTERNAL_TYPE_BYTE,
ClassConstants.INTERNAL_TYPE_CHAR,
ClassConstants.INTERNAL_TYPE_SHORT,
ClassConstants.INTERNAL_TYPE_INT,
ClassConstants.INTERNAL_TYPE_LONG,
ClassConstants.INTERNAL_TYPE_FLOAT,
ClassConstants.INTERNAL_TYPE_DOUBLE,
ClassConstants.INTERNAL_TYPE_CLASS_START ... ClassConstants.INTERNAL_TYPE_CLASS_END, or
an array type containing any of these types (always as String).
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object