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