|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface FieldVisitor
A visitor to visit a Java field. The methods of this interface must be called in the following order: ( visitAnnotation | visitAttribute )* visitEnd.
方法摘要 | |
---|---|
void |
visitAttribute(Attribute attr)
Visits a non standard attribute of the field. |
void |
visitEnd()
Visits the end of the field. |
方法详细信息 |
---|
void visitAttribute(Attribute attr)
attr
- an attribute.void visitEnd()
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |