Class BootstrapMethodsAttribute

    • Method Detail

      • getMethods

        public BootstrapMethodsAttribute.BootstrapMethod[] 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.