public final class BootstrapMethods extends Attribute
| Modifier and Type | Class and Description |
|---|---|
static class |
BootstrapMethods.BootstrapMethod |
| Constructor and Description |
|---|
BootstrapMethods(BootstrapMethods c) |
BootstrapMethods(int nameIndex,
int length,
BootstrapMethods.BootstrapMethod[] lineNumberTable,
ConstantPool constantPool) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
BootstrapMethods.BootstrapMethod[] |
getBootstrapMethods() |
int |
getNumBootstrapMethods() |
void |
setBootstrapMethods(BootstrapMethods.BootstrapMethod[] bootstrapMethods) |
java.lang.String |
toString() |
getConstantPool, getLength, getName, getNameIndex, getTag, readAttributepublic BootstrapMethods(BootstrapMethods c)
public BootstrapMethods(int nameIndex,
int length,
BootstrapMethods.BootstrapMethod[] lineNumberTable,
ConstantPool constantPool)
public final void setBootstrapMethods(BootstrapMethods.BootstrapMethod[] bootstrapMethods)
public void accept(ClassVisitor v)
public final void dump(java.io.DataOutputStream file)
throws java.io.IOException
public final BootstrapMethods.BootstrapMethod[] getBootstrapMethods()
public final java.lang.String toString()
public final int getNumBootstrapMethods()