Class AnnotationsAttribute.Renamer

    • Field Detail

      • classnames

        java.util.Map classnames
    • Constructor Detail

      • Renamer

        Renamer​(byte[] info,
                ConstPool cp,
                java.util.Map map)
        Constructs a renamer. It renames some class names into the new names specified by map.
        Parameters:
        info - the annotations attribute.
        cp - the constant pool.
        map - pairs of replaced and substituted class names. It can be null.