|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Changed Constructors | ||
String, |
Change in type from (String, String, Label, Label, int) to (String, String, String, LabelNode, LabelNode, int).Documentation changed from old to new. |
Constructs a new LocalVariableNode. |
| Changed Methods | ||
void accept(MethodVisitor) |
Change in signature from CodeVisitor to MethodVisitor.Documentation changed from old to new. |
Makes the given visitor visit this local variable declaration. |
| Added Fields | |
String signature |
The signature of this local variable. |
| Changed Fields | ||
LabelNode end |
Change in type from Label to LabelNode. |
The last instruction corresponding to the scope of this local variable (exclusive). |
LabelNode start |
Change in type from Label to LabelNode. |
The first instruction corresponding to the scope of this local variable (inclusive). |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||