ProGuard

proguard.optimize.evaluation.value
Class DoubleValueFactory

java.lang.Object
  extended byproguard.optimize.evaluation.value.DoubleValueFactory

public class DoubleValueFactory
extends Object

This class provides methods to create and reuse DoubleValue objects.


Constructor Summary
DoubleValueFactory()
           
 
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
 

Constructor Detail

DoubleValueFactory

public DoubleValueFactory()
Method Detail

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.


ProGuard