|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
The superclass changed from org.objectweb.asm.tree.MemberNode to org.objectweb.asm.FieldVisitor.
Removed interface org.objectweb.asm.FieldVisitor.
| Added Constructors | |
int, |
Constructs a new FieldNode. |
| Added Methods | |
void check(int) |
Checks that this field node is compatible with the given ASM API version. |
| Changed Methods | ||
AnnotationVisitor visitAnnotation(String, |
Method was inherited from org.objectweb.asm.tree.MemberNode, but is now defined locally. | |
void visitAttribute(Attribute) |
Method was inherited from org.objectweb.asm.tree.MemberNode, but is now defined locally. | |
void visitEnd() |
Method was inherited from org.objectweb.asm.tree.MemberNode, but is now defined locally. | |
| Changed Fields | ||
List<Attribute> attrs |
Change in type from List to List<Attribute>.Field was inherited from org.objectweb.asm.tree.MemberNode, but is now defined locally. |
The non standard attributes of this field. |
List<AnnotationNode> invisibleAnnotations |
Change in type from List to List<AnnotationNode>.Field was inherited from org.objectweb.asm.tree.MemberNode, but is now defined locally. |
The runtime invisible annotations of this field. |
List<AnnotationNode> visibleAnnotations |
Change in type from List to List<AnnotationNode>.Field was inherited from org.objectweb.asm.tree.MemberNode, but is now defined locally. |
The runtime visible annotations of this field. |
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||