Class BootstrapMethodsAttribute

java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.BootstrapMethodsAttribute

public class BootstrapMethodsAttribute extends AttributeInfo
  • Field Details

  • Constructor Details

  • Method Details

    • getMethods

      Obtains bootstrap_methods in this attribute.
      Returns:
      an array of BootstrapMethod. Since it is a fresh copy, modifying the returned array does not affect the original contents of this attribute.
    • copy

      public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames)
      Makes a copy. Class names are replaced according to the given Map object.
      Overrides:
      copy in class AttributeInfo
      Parameters:
      newCp - the constant pool table used by the new copy.
      classnames - pairs of replaced and substituted class names.