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