|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectproguard.optimize.evaluation.value.InstructionOffsetValueFactory
This class provides methods to create and reuse InstructionOffsetValue objects.
| Constructor Summary | |
InstructionOffsetValueFactory()
|
|
| Method Summary | |
static InstructionOffsetValue |
create()
Creates a new InstructionOffsetValue without a value. |
static InstructionOffsetValue |
create(int value)
Creates a new InstructionOffsetValue with a given specific value. |
static InstructionOffsetValue |
create(int[] values)
Creates a new InstructionOffsetValue with a given list of possible values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InstructionOffsetValueFactory()
| Method Detail |
public static InstructionOffsetValue create()
public static InstructionOffsetValue create(int value)
public static InstructionOffsetValue create(int[] values)
|
ProGuard | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||