Class AttBootstrapMethods

java.lang.Object
com.android.dx.cf.attrib.BaseAttribute
com.android.dx.cf.attrib.AttBootstrapMethods
All Implemented Interfaces:
Attribute

public class AttBootstrapMethods extends BaseAttribute
Attribute class for standard AttBootstrapMethods attributes.
  • Field Details

    • ATTRIBUTE_NAME

      public static final String ATTRIBUTE_NAME
      non-null; attribute name for attributes of this type
      See Also:
  • Constructor Details

  • Method Details

    • byteLength

      public int byteLength()
      Description copied from interface: Attribute
      Get the total length of the attribute in bytes, including the header. Since the header is always six bytes, the result of this method is always at least 6.
      Returns:
      >= 6; the total length, in bytes
    • getBootstrapMethods

      public BootstrapMethodsList getBootstrapMethods()
      Get the bootstrap methods present in attribute.
      Returns:
      bootstrap methods list