|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.commons.RemappingFieldAdapter
public class RemappingFieldAdapter
A FieldVisitor
adapter for type remapping.
Constructor Summary | |
---|---|
RemappingFieldAdapter(FieldVisitor fv,
Remapper remapper)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemappingFieldAdapter(FieldVisitor fv, Remapper remapper)
Method Detail |
---|
public AnnotationVisitor visitAnnotation(String desc, boolean visible)
FieldVisitor
visitAnnotation
in interface FieldVisitor
desc
- the class descriptor of the annotation class.visible
- true if the annotation is visible at runtime.
public void visitAttribute(Attribute attr)
FieldVisitor
visitAttribute
in interface FieldVisitor
attr
- an attribute.public void visitEnd()
FieldVisitor
visitEnd
in interface FieldVisitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |