Class BootstrapMethodRemapper

java.lang.Object
proguard.classfile.editor.BootstrapMethodRemapper
All Implemented Interfaces:
ConstantVisitor

public class BootstrapMethodRemapper extends Object implements ConstantVisitor
This ConstantVisitor remaps all possible indices of bootstrap methods of the constants that it visits, based on a given index map.
  • Constructor Details

    • BootstrapMethodRemapper

      public BootstrapMethodRemapper()
    • BootstrapMethodRemapper

      public BootstrapMethodRemapper(boolean ignoreDanglingConstants)
  • Method Details