org.aspectj.apache.bcel.classfile
Class BootstrapMethods
java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BootstrapMethods
public BootstrapMethods(BootstrapMethods c)
BootstrapMethods
public BootstrapMethods(int nameIndex,
int length,
BootstrapMethods.BootstrapMethod[] lineNumberTable,
ConstantPool constantPool)
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(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 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