proguard.optimize.evaluation.value
Class ValueFactory
java.lang.Object
proguard.optimize.evaluation.value.ValueFactory
- public class ValueFactory
- extends Object
This class provides methods to create and reuse Value objects.
|
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 |
ValueFactory
public ValueFactory()
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.