Class BootstrapMethods

java.lang.Object
org.apache.bcel.classfile.Attribute
org.apache.bcel.classfile.BootstrapMethods
All Implemented Interfaces:
Cloneable, Node

public class BootstrapMethods extends Attribute
This class represents a BootstrapMethods attribute.
Since:
6.0
See Also:
  • Constructor Details

    • BootstrapMethods

      Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy.
    • BootstrapMethods

      public BootstrapMethods(int name_index, int length, BootstrapMethod[] bootstrapMethods, ConstantPool constant_pool)
      Parameters:
      name_index - Index in constant pool to CONSTANT_Utf8
      length - Content length in bytes
      bootstrapMethods - array of bootstrap methods
      constant_pool - Array of constants
  • Method Details