ProGuard

proguard.optimize.evaluation.value
Class ValueFactory

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

public class ValueFactory
extends Object

This class provides methods to create and reuse Value objects.


Constructor Summary
ValueFactory()
           
 
Method Summary
static Value create(String internalType)
          Creates a new Value with an undefined value, corresponding to the given internal type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueFactory

public ValueFactory()
Method Detail

create

public static Value create(String internalType)
Creates a new Value with an undefined value, corresponding to the given internal type. The void type returns null.


ProGuard