Class BootstrapMethods

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

public final class BootstrapMethods extends Attribute
Represents the BootstrapMethods attribute in Java 7 classes.
Author:
Andy Clement
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • setBootstrapMethods

      public final void setBootstrapMethods(BootstrapMethods.BootstrapMethod[] bootstrapMethods)
    • accept

      public void accept(ClassVisitor v)
      Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.
      Specified by:
      accept in interface Node
      Specified by:
      accept in class Attribute
      Parameters:
      v - Visitor object
    • dump

      public final void dump(DataOutputStream file) throws IOException
      Dump line number table attribute to file stream in binary format.
      Overrides:
      dump in class Attribute
      Parameters:
      file - Output file stream
      Throws:
      IOException
    • getBootstrapMethods

      public final BootstrapMethods.BootstrapMethod[] getBootstrapMethods()
    • toString

      public final String toString()
      Overrides:
      toString in class Attribute
      Returns:
      String representation.
    • getNumBootstrapMethods

      public final int getNumBootstrapMethods()
      Returns:
      deep copy of this attribute