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
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBootstrapMethods.BootstrapMethod
-
Constructor Summary
Constructors Constructor Description BootstrapMethods(int nameIndex, int length, BootstrapMethods.BootstrapMethod[] lineNumberTable, ConstantPool constantPool)BootstrapMethods(BootstrapMethods c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)BootstrapMethods.BootstrapMethod[]getBootstrapMethods()intgetNumBootstrapMethods()voidsetBootstrapMethods(BootstrapMethods.BootstrapMethod[] bootstrapMethods)StringtoString()-
Methods inherited from class org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute
-
-
-
-
Constructor Detail
-
BootstrapMethods
public BootstrapMethods(BootstrapMethods c)
-
BootstrapMethods
public BootstrapMethods(int nameIndex, int length, BootstrapMethods.BootstrapMethod[] lineNumberTable, ConstantPool constantPool)
-
-
Method Detail
-
setBootstrapMethods
public final void setBootstrapMethods(BootstrapMethods.BootstrapMethod[] bootstrapMethods)
-
accept
public void accept(ClassVisitor v)
-
dump
public final void dump(DataOutputStream file) throws IOException
- Overrides:
dumpin classAttribute- Throws:
IOException
-
getBootstrapMethods
public final BootstrapMethods.BootstrapMethod[] getBootstrapMethods()
-
getNumBootstrapMethods
public final int getNumBootstrapMethods()
-
-