Class SignatureRemapper

    • Field Detail

      • remapper

        private final Remapper remapper
      • classNames

        private java.util.ArrayList<java.lang.String> classNames
    • Constructor Detail

      • SignatureRemapper

        protected SignatureRemapper​(int api,
                                    SignatureVisitor signatureVisitor,
                                    Remapper remapper)
        Constructs a new SignatureRemapper.
        Parameters:
        api - the ASM API version supported by this remapper. Must be one of the ASMx values in Opcodes.
        signatureVisitor - the signature visitor this remapper must delegate to.
        remapper - the remapper to use to remap the types in the visited signature.