ProGuard

proguard.optimize.evaluation.value
Class LongValueFactory

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

public class LongValueFactory
extends Object

This class provides methods to create and reuse LongValue objects.


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

Constructor Detail

LongValueFactory

public LongValueFactory()
Method Detail

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.


ProGuard