|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.objectweb.asm.commons.RemappingFieldAdapter
public class RemappingFieldAdapter
A FieldVisitor adapter for type remapping.
| 构造方法摘要 | |
|---|---|
RemappingFieldAdapter(FieldVisitor fv,
Remapper remapper)
|
|
| 方法摘要 | |
|---|---|
AnnotationVisitor |
visitAnnotation(String desc,
boolean visible)
Visits an annotation of the field. |
void |
visitAttribute(Attribute attr)
Visits a non standard attribute of the field. |
void |
visitEnd()
Visits the end of the field. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public RemappingFieldAdapter(FieldVisitor fv,
Remapper remapper)
| 方法详细信息 |
|---|
public AnnotationVisitor visitAnnotation(String desc,
boolean visible)
FieldVisitor 复制的描述
FieldVisitor 中的 visitAnnotationdesc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.
public void visitAttribute(Attribute attr)
FieldVisitor 复制的描述
FieldVisitor 中的 visitAttributeattr - an attribute.public void visitEnd()
FieldVisitor 复制的描述
FieldVisitor 中的 visitEnd
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||