org.aspectj.apache.bcel.classfile
Class BootstrapMethods

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

public final class BootstrapMethods
extends Attribute

Represents the BootstrapMethods attribute in Java 7 classes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.aspectj.apache.bcel.classfile.Attribute
cpool, length, nameIndex, NoAttributes, tag
 
Constructor Summary
BootstrapMethods(BootstrapMethods c)
           
BootstrapMethods(int nameIndex, int length, org.aspectj.apache.bcel.classfile.BootstrapMethods.BootstrapMethod[] lineNumberTable, ConstantPool constantPool)
           
 
Method Summary
 void accept(ClassVisitor v)
          Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.
 void dump(java.io.DataOutputStream file)
          Dump line number table attribute to file stream in binary format.
 org.aspectj.apache.bcel.classfile.BootstrapMethods.BootstrapMethod[] getBootstrapMethods()
           
 int getNumBootstrapMethods()
           
 void setBootstrapMethods(org.aspectj.apache.bcel.classfile.BootstrapMethods.BootstrapMethod[] bootstrapMethods)
           
 java.lang.String toString()
           
 
Methods inherited from class org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BootstrapMethods

public BootstrapMethods(BootstrapMethods c)

BootstrapMethods

public BootstrapMethods(int nameIndex,
                        int length,
                        org.aspectj.apache.bcel.classfile.BootstrapMethods.BootstrapMethod[] lineNumberTable,
                        ConstantPool constantPool)
Method Detail

setBootstrapMethods

public final void setBootstrapMethods(org.aspectj.apache.bcel.classfile.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(java.io.DataOutputStream file)
                throws java.io.IOException
Dump line number table attribute to file stream in binary format.

Overrides:
dump in class Attribute
Parameters:
file - Output file stream
Throws:
java.io.IOException

getBootstrapMethods

public final org.aspectj.apache.bcel.classfile.BootstrapMethods.BootstrapMethod[] getBootstrapMethods()

toString

public final java.lang.String toString()
Overrides:
toString in class Attribute
Returns:
String representation.

getNumBootstrapMethods

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