public class RemappingFieldAdapter extends FieldVisitor
FieldVisitor
adapter for type remapping.Constructor and Description |
---|
RemappingFieldAdapter(FieldVisitor fv,
Remapper remapper) |
Modifier and Type | Method and Description |
---|---|
AnnotationVisitor |
visitAnnotation(java.lang.String desc,
boolean visible)
Visits an annotation of the field.
|
visitAttribute, visitEnd
public RemappingFieldAdapter(FieldVisitor fv, Remapper remapper)
public AnnotationVisitor visitAnnotation(java.lang.String desc, boolean visible)
FieldVisitor
visitAnnotation
in class FieldVisitor
desc
- the class descriptor of the annotation class.visible
- true if the annotation is visible at runtime.Copyright (c) Fabasoft R&D GmbH, Linz, Austria, 1988-2015.