|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Changed Constructors | ||
int, |
Documentation changed from old to new. |
Constructs a new frame with the given size. |
| Changed Methods | ||
Value getLocal(int) |
Change in exceptions thrown from org.objectweb.asm.tree.analysis.AnalyzerException to java.lang.IndexOutOfBoundsException.Documentation changed from old to new. |
Returns the value of the given local variable. |
Value getStack(int) |
Change in exceptions thrown from org.objectweb.asm.tree.analysis.AnalyzerException to java.lang.IndexOutOfBoundsException.Documentation changed from old to new. |
Returns the value of the given operand stack slot. |
Value pop() |
Change in exceptions thrown from org.objectweb.asm.tree.analysis.AnalyzerException to java.lang.IndexOutOfBoundsException.Documentation changed from old to new. |
Pops a value from the operand stack of this frame. |
void push(Value) |
Change in exceptions thrown from org.objectweb.asm.tree.analysis.AnalyzerException to java.lang.IndexOutOfBoundsException.Documentation changed from old to new. |
Pushes a value into the operand stack of this frame. |
void setLocal(int, |
Change in exceptions thrown from org.objectweb.asm.tree.analysis.AnalyzerException to java.lang.IndexOutOfBoundsException.Documentation changed from old to new. |
Sets the value of the given local variable. |
boolean merge(Frame, |
Documentation changed from old to new. |
Merges this frame with the given frame (case of a RET instruction). |
boolean merge(Frame, |
Documentation changed from old to new. |
Merges this frame with the given frame. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||