|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.asm.tree.MemberNode
public abstract class MemberNode
An abstract class, field or method node.
| Field Summary | |
|---|---|
java.util.List |
attrs
The non standard attributes of this class, field or method. |
java.util.List |
invisibleAnnotations
The runtime invisible annotations of this class, field or method. |
java.util.List |
visibleAnnotations
The runtime visible annotations of this class, field or method. |
| Constructor Summary | |
|---|---|
protected |
MemberNode()
Constructs a new MemberNode. |
| Method Summary | |
|---|---|
AnnotationVisitor |
visitAnnotation(java.lang.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.List visibleAnnotations
AnnotationNode objects. May be null.
public java.util.List invisibleAnnotations
AnnotationNode objects. May be null.
public java.util.List attrs
Attribute objects. May be null.
| Constructor Detail |
|---|
protected MemberNode()
MemberNode.
| Method Detail |
|---|
public AnnotationVisitor visitAnnotation(java.lang.String desc,
boolean visible)
desc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.
public void visitAttribute(Attribute attr)
attr - an attribute.public void visitEnd()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||