|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
The superclass changed from java.lang.Object to org.objectweb.asm.tree.analysis.Interpreter.
Removed interface org.objectweb.asm.tree.analysis.Interpreter.
| Added Constructors | |
int) |
|
| Changed Methods | ||
SourceValue binaryOperation(AbstractInsnNode, |
Change in return type from Value to SourceValue.Change in signature from ( AbstractInsnNode, Value, Value) to (AbstractInsnNode, SourceValue, SourceValue). |
|
SourceValue copyOperation(AbstractInsnNode, |
Change in return type from Value to SourceValue.Change in signature from ( AbstractInsnNode, Value) to (AbstractInsnNode, SourceValue). |
|
SourceValue merge(SourceValue, |
Change in return type from Value to SourceValue.Change in signature from ( Value, Value) to (SourceValue, SourceValue). |
|
SourceValue naryOperation(AbstractInsnNode, |
Change in return type from Value to SourceValue.Change in signature from ( AbstractInsnNode, List) to (AbstractInsnNode, List<SourceValue>). |
|
SourceValue newOperation(AbstractInsnNode) |
Change in return type from Value to SourceValue. |
|
SourceValue newValue(Type) |
Change in return type from Value to SourceValue. |
|
void returnOperation(AbstractInsnNode, |
Change in signature from (AbstractInsnNode, Value, Value) to (AbstractInsnNode, SourceValue, SourceValue). |
|
SourceValue ternaryOperation(AbstractInsnNode, |
Change in return type from Value to SourceValue.Change in signature from ( AbstractInsnNode, Value, Value, Value) to (AbstractInsnNode, SourceValue, SourceValue, SourceValue). |
|
SourceValue unaryOperation(AbstractInsnNode, |
Change in return type from Value to SourceValue.Change in signature from ( AbstractInsnNode, Value) to (AbstractInsnNode, SourceValue). |
|
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||