|
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.FieldVisitor.
| Changed Constructors | ||
int, |
Change in type from (int, String, String, Object, Attribute) to (int, String, String, String, Object).Documentation changed from old to new. |
Constructs a new FieldNode. |
| Changed Methods | ||
void accept(ClassVisitor) |
Documentation changed from old to new. |
Makes the given class visitor visit this field. |
| Added Fields | |
String signature |
The field's signature. |
| Changed Fields | ||
int access |
Documentation changed from old to new. |
The field's access flags (see org.objectweb.asm.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 field's descriptor (see org.objectweb.asm.Type). |
Object value |
Documentation changed from old to new. |
The field's initial value. |
|
|||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||||