public abstract class MemberNode extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
MemberNode()
Constructs a new
MemberNode. |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
public List visibleAnnotations
AnnotationNode objects. May be null.public List invisibleAnnotations
AnnotationNode objects. May be null.public MemberNode()
MemberNode.public AnnotationVisitor visitAnnotation(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()
Copyright © 2017. All Rights Reserved.