|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
The superclass changed from org.objectweb.asm.util.TraceAbstractVisitor to org.objectweb.asm.MethodVisitor.
Removed interface org.objectweb.asm.MethodVisitor.
Change from non-final to final.
| Removed Constructors | |
MethodVisitor) |
Constructs a new TraceMethodVisitor. |
|
|
Constructs a new TraceMethodVisitor. |
| Added Constructors | |
MethodVisitor, |
|
Printer) |
|
| Removed Methods | |
void appendLabel(Label) |
Appends the name of the given label to buf. |
| Added Methods | |
void visitInvokeDynamicInsn(String, |
|
| Removed Fields | |
Map labelNames
|
The label names. |
String ltab
|
Tab for labels. |
String tab2
|
Tab for bytecode instructions. |
String tab3
|
Tab for table and lookup switch instructions. |
| Added Fields | |
Printer p |
|
| Changed Fields | ||
MethodVisitor mv |
Field was locally defined, but is now inherited from MethodVisitor. | The method visitor to which this visitor must delegate method calls. |
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||