Class BootstrapMethodsAttributeAdder

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

public class BootstrapMethodsAttributeAdder extends Object implements BootstrapMethodInfoVisitor
This BootstrapMethodInfoVisitor adds all bootstrap methods that it visits to the given target class, creating a bootstrap methods attribute if necessary.
  • Constructor Details

    • BootstrapMethodsAttributeAdder

      public BootstrapMethodsAttributeAdder(ProgramClass targetClass)
      Creates a new BootstrapMethodsAttributeAdder that will copy bootstrap methods into the given target class/
  • Method Details