|
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 | ||
BasicValue binaryOperation(AbstractInsnNode, |
Change in return type from Value to BasicValue.Change in signature from ( AbstractInsnNode, Value, Value) to (AbstractInsnNode, BasicValue, BasicValue). |
|
BasicValue copyOperation(AbstractInsnNode, |
Change in return type from Value to BasicValue.Change in signature from ( AbstractInsnNode, Value) to (AbstractInsnNode, BasicValue). |
|
BasicValue merge(BasicValue, |
Change in return type from Value to BasicValue.Change in signature from ( Value, Value) to (BasicValue, BasicValue). |
|
BasicValue naryOperation(AbstractInsnNode, |
Change in return type from Value to BasicValue.Change in signature from ( AbstractInsnNode, List) to (AbstractInsnNode, List<BasicValue>). |
|
BasicValue newOperation(AbstractInsnNode) |
Change in return type from Value to BasicValue. |
|
BasicValue newValue(Type) |
Change in return type from Value to BasicValue. |
|
void returnOperation(AbstractInsnNode, |
Change in signature from (AbstractInsnNode, Value, Value) to (AbstractInsnNode, BasicValue, BasicValue). |
|
BasicValue ternaryOperation(AbstractInsnNode, |
Change in return type from Value to BasicValue.Change in signature from ( AbstractInsnNode, Value, Value, Value) to (AbstractInsnNode, BasicValue, BasicValue, BasicValue). |
|
BasicValue unaryOperation(AbstractInsnNode, |
Change in return type from Value to BasicValue.Change in signature from ( AbstractInsnNode, Value) to (AbstractInsnNode, BasicValue). |
|
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||