Class BootstrapMethodInfoAdder

java.lang.Object
proguard.classfile.editor.BootstrapMethodInfoAdder
All Implemented Interfaces:
BootstrapMethodInfoVisitor

public class BootstrapMethodInfoAdder extends Object implements BootstrapMethodInfoVisitor
This BootstrapMethodInfoVisitor adds all bootstrap methods that it visits to the given target bootstrap methods attribute.
  • Constructor Details

    • BootstrapMethodInfoAdder

      public BootstrapMethodInfoAdder(ProgramClass targetClass, BootstrapMethodsAttribute targetBootstrapMethodsAttribute)
      Creates a new BootstrapMethodInfoAdder that will copy bootstrap methods into the given bootstrap methods attribute.
  • Method Details