Package org.objectweb.asm.commons
Class RemappingAnnotationAdapter
- java.lang.Object
-
- org.objectweb.asm.AnnotationVisitor
-
- org.objectweb.asm.commons.RemappingAnnotationAdapter
-
@Deprecated public class RemappingAnnotationAdapter extends org.objectweb.asm.AnnotationVisitorDeprecated.useAnnotationRemapperinstead.AnAnnotationVisitoradapter for type remapping.- Author:
- Eugene Kuleshov
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRemappingAnnotationAdapter(int api, org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper)Deprecated.RemappingAnnotationAdapter(org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidvisit(java.lang.String name, java.lang.Object value)Deprecated.org.objectweb.asm.AnnotationVisitorvisitAnnotation(java.lang.String name, java.lang.String descriptor)Deprecated.org.objectweb.asm.AnnotationVisitorvisitArray(java.lang.String name)Deprecated.voidvisitEnum(java.lang.String name, java.lang.String descriptor, java.lang.String value)Deprecated.
-
-
-
Field Detail
-
remapper
protected final Remapper remapper
Deprecated.
-
-
Constructor Detail
-
RemappingAnnotationAdapter
public RemappingAnnotationAdapter(org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper)Deprecated.
-
RemappingAnnotationAdapter
protected RemappingAnnotationAdapter(int api, org.objectweb.asm.AnnotationVisitor annotationVisitor, Remapper remapper)Deprecated.
-
-
Method Detail
-
visit
public void visit(java.lang.String name, java.lang.Object value)Deprecated.- Overrides:
visitin classorg.objectweb.asm.AnnotationVisitor
-
visitEnum
public void visitEnum(java.lang.String name, java.lang.String descriptor, java.lang.String value)Deprecated.- Overrides:
visitEnumin classorg.objectweb.asm.AnnotationVisitor
-
visitAnnotation
public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String name, java.lang.String descriptor)Deprecated.- Overrides:
visitAnnotationin classorg.objectweb.asm.AnnotationVisitor
-
visitArray
public org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String name)
Deprecated.- Overrides:
visitArrayin classorg.objectweb.asm.AnnotationVisitor
-
-