Class FieldRemapper

    • Field Detail

      • remapper

        protected final Remapper remapper
        The remapper used to remap the types in the visited field.
    • Constructor Detail

      • FieldRemapper

        public FieldRemapper​(FieldVisitor fieldVisitor,
                             Remapper remapper)
        Constructs a new FieldRemapper. Subclasses must not use this constructor. Instead, they must use the FieldRemapper(int,FieldVisitor,Remapper) version.
        Parameters:
        fieldVisitor - the field visitor this remapper must delegate to.
        remapper - the remapper to use to remap the types in the visited field.
      • FieldRemapper

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