AnnotationRemapper instead.@Deprecated
public class RemappingAnnotationAdapter
extends org.objectweb.asm.AnnotationVisitor
AnnotationVisitor adapter for type remapping.| Modifier and Type | Field and Description |
|---|---|
protected Remapper |
remapper
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
|
RemappingAnnotationAdapter(org.objectweb.asm.AnnotationVisitor av,
Remapper remapper)
Deprecated.
|
protected |
RemappingAnnotationAdapter(int api,
org.objectweb.asm.AnnotationVisitor av,
Remapper remapper)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visit(java.lang.String name,
java.lang.Object value)
Deprecated.
|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(java.lang.String name,
java.lang.String desc)
Deprecated.
|
org.objectweb.asm.AnnotationVisitor |
visitArray(java.lang.String name)
Deprecated.
|
void |
visitEnum(java.lang.String name,
java.lang.String desc,
java.lang.String value)
Deprecated.
|
protected final Remapper remapper
public RemappingAnnotationAdapter(org.objectweb.asm.AnnotationVisitor av,
Remapper remapper)
protected RemappingAnnotationAdapter(int api,
org.objectweb.asm.AnnotationVisitor av,
Remapper remapper)
public void visit(java.lang.String name,
java.lang.Object value)
visit in class org.objectweb.asm.AnnotationVisitorpublic void visitEnum(java.lang.String name,
java.lang.String desc,
java.lang.String value)
visitEnum in class org.objectweb.asm.AnnotationVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String name,
java.lang.String desc)
visitAnnotation in class org.objectweb.asm.AnnotationVisitorpublic org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String name)
visitArray in class org.objectweb.asm.AnnotationVisitor