ProGuard

proguard.optimize.evaluation.value
Class IntegerValueFactory

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

public class IntegerValueFactory
extends Object

This class provides methods to create and reuse IntegerValue objects.


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

Constructor Detail

IntegerValueFactory

public IntegerValueFactory()
Method Detail

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.


ProGuard