public class Merge extends CacheableVariablesValue
| Modifier and Type | Field and Description |
|---|---|
Value |
value1 |
Value |
value2 |
DOUBLE_VALUE, FLOAT_VALUE, insns, INT_VALUE, LONG_VALUE, REFERENCE_VALUE, type, UNINITIALIZED_VALUE| Constructor and Description |
|---|
Merge(org.objectweb.asm.Type type,
Value value1,
Value value2) |
Merge(org.objectweb.asm.Type type,
Value v,
Value w,
Set<org.objectweb.asm.tree.AbstractInsnNode> insns) |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable> |
initVariables() |
String |
toString() |
getVariablespublic Set<Variable> initVariables()
initVariables in class CacheableVariablesValueCopyright © 2014–2015. All rights reserved.