|
Generated by JDiff |
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||||
| Added Methods | |
AnnotationVisitor visitAnnotation(String, |
Visits an annotation of the class. |
void visitOuterClass(String, |
Visits the enclosing class of the class. |
void visitSource(String, |
Visits the source of the class. |
| Changed Methods | ||
void visit(int, |
Change in signature from (int, int, String, String, String[], String) to (int, int, String, String, String, String[]).Documentation changed from old to new. |
Visits the header of the class. |
void visitAttribute(Attribute) |
Documentation changed from old to new. |
Visits a non standard attribute of the class. |
FieldVisitor visitField(int, |
Change in return type from void to FieldVisitor.Change in signature from ( int, String, String, Object, Attribute) to (int, String, String, String, Object).Documentation changed from old to new. |
Visits a field of the class. |
void visitInnerClass(String, |
Documentation changed from old to new. |
Visits information about an inner class. |
MethodVisitor visitMethod(int, |
Change in return type from CodeVisitor to MethodVisitor.Change in signature from ( int, String, String, String[], Attribute) to (int, String, String, String, String[]).Documentation changed from old to new. |
Visits a method of the class. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||