|
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.MemberNode.
Added interface org.objectweb.asm.MethodVisitor.
| Changed Constructors | ||
int, |
Change in type from (int, String, String, String[], Attribute) to (int, String, String, String, String[]).Documentation changed from old to new. |
Constructs a new MethodNode. |
| Added Methods | |
void accept(MethodVisitor) |
Makes the given method visitor visit this method. |
AnnotationVisitor visitAnnotationDefault() |
|
void visitCode() |
|
void visitFieldInsn(int, |
|
void visitIincInsn(int, |
|
void visitInsn(int) |
|
void visitIntInsn(int, |
|
void visitJumpInsn(int, |
|
void visitLabel(Label) |
|
void visitLdcInsn(Object) |
|
void visitLineNumber(int, |
|
void visitLocalVariable(String, |
|
void visitLookupSwitchInsn(Label, |
|
void visitMaxs(int, |
|
void visitMethodInsn(int, |
|
void visitMultiANewArrayInsn(String, |
|
AnnotationVisitor visitParameterAnnotation(int, |
|
void visitTableSwitchInsn(int, |
|
void visitTryCatchBlock(Label, |
|
void visitTypeInsn(int, |
|
void visitVarInsn(int, |
|
| Changed Methods | ||
void accept(ClassVisitor) |
Documentation changed from old to new. |
Makes the given class visitor visit this method. |
| Removed Fields | |
Attribute codeAttrs |
The non standard attributes of the method's code. |
| Added Fields | |
Object annotationDefault |
The default value of this annotation interface method. |
List[] invisibleParameterAnnotations |
The runtime invisible parameter annotations of this method. |
String signature |
The method's signature. |
List[] visibleParameterAnnotations |
The runtime visible parameter annotations of this method. |
| Changed Fields | ||
int access |
Documentation changed from old to new. |
The method's access flags (see Opcodes). |
List attrs |
Change in type from Attribute to List.Documentation changed from old to new. Field was locally defined, but is now inherited from MemberNode. |
The non standard attributes of this class, field or method. |
String desc |
Documentation changed from old to new. |
The method's descriptor (see Type). |
List exceptions |
Documentation changed from old to new. Change from final to non-final. |
The internal names of the method's exception classes (see getInternalName). |
List instructions |
Documentation changed from old to new. Change from final to non-final. |
The instructions of this method. |
List lineNumbers |
Documentation changed from old to new. Change from final to non-final. |
The line numbers of this method. |
List localVariables |
Documentation changed from old to new. Change from final to non-final. |
The local variables of this method. |
List tryCatchBlocks |
Documentation changed from old to new. Change from final to non-final. |
The try catch blocks of this method. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||