proguard.optimize.evaluation.value
Class LongValueFactory
java.lang.Object
proguard.optimize.evaluation.value.LongValueFactory
- public class LongValueFactory
- extends Object
This class provides methods to create and reuse LongValue objects.
|
Method Summary |
static LongValue |
create()
Creates a new LongValue with an undefined value. |
static proguard.optimize.evaluation.value.SpecificLongValue |
create(long value)
Creates a new LongValue with a given specific value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongValueFactory
public LongValueFactory()
create
public static LongValue create()
- Creates a new LongValue with an undefined value.
create
public static proguard.optimize.evaluation.value.SpecificLongValue create(long value)
- Creates a new LongValue with a given specific value.