org.objectweb.asm.tree
public abstract class MemberNode extends Object
Field Summary | |
---|---|
List | attrs
The non standard attributes of this class, field or method. |
List | invisibleAnnotations
The runtime invisible annotations of this class, field or method. |
List | visibleAnnotations
The runtime visible annotations of this class, field or method. |
Constructor Summary | |
---|---|
protected | MemberNode()
Constructs a new MemberNode. |
Method Summary | |
---|---|
AnnotationVisitor | visitAnnotation(String desc, boolean visible)
Visits an annotation of this class, field or method.
|
void | visitAttribute(Attribute attr)
Visits a non standard attribute of this class, field or method.
|
void | visitEnd()
Visits the end of this class, field or method. |
UNKNOWN: org.objectweb.asm.Attribute
UNKNOWN: org.objectweb.asm.tree.AnnotationNode invisible
UNKNOWN: org.objectweb.asm.tree.AnnotationNode visible
Parameters: desc the class descriptor of the annotation class. visible true if the annotation is visible at runtime.
Returns: a visitor to visit the annotation values.
Parameters: attr an attribute.