Class RemappingAnnotationAdapter


  • @Deprecated
    public class RemappingAnnotationAdapter
    extends org.objectweb.asm.AnnotationVisitor
    Deprecated.
    use AnnotationRemapper instead.
    An AnnotationVisitor adapter for type remapping.
    Author:
    Eugene Kuleshov
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Remapper remapper
      Deprecated.
       
      • Fields inherited from class org.objectweb.asm.AnnotationVisitor

        api, av
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void visit​(java.lang.String name, java.lang.Object value)
      Deprecated.
       
      org.objectweb.asm.AnnotationVisitor visitAnnotation​(java.lang.String name, java.lang.String descriptor)
      Deprecated.
       
      org.objectweb.asm.AnnotationVisitor visitArray​(java.lang.String name)
      Deprecated.
       
      void visitEnum​(java.lang.String name, java.lang.String descriptor, java.lang.String value)
      Deprecated.
       
      • Methods inherited from class org.objectweb.asm.AnnotationVisitor

        visitEnd
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        visit in class org.objectweb.asm.AnnotationVisitor
      • visitEnum

        public void visitEnum​(java.lang.String name,
                              java.lang.String descriptor,
                              java.lang.String value)
        Deprecated.
        Overrides:
        visitEnum in class org.objectweb.asm.AnnotationVisitor
      • visitAnnotation

        public org.objectweb.asm.AnnotationVisitor visitAnnotation​(java.lang.String name,
                                                                   java.lang.String descriptor)
        Deprecated.
        Overrides:
        visitAnnotation in class org.objectweb.asm.AnnotationVisitor
      • visitArray

        public org.objectweb.asm.AnnotationVisitor visitArray​(java.lang.String name)
        Deprecated.
        Overrides:
        visitArray in class org.objectweb.asm.AnnotationVisitor