Klasse BootstrapMethods
java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.BootstrapMethods
- Alle implementierten Schnittstellen:
Serializable,Cloneable,Node
Represents the BootstrapMethods attribute in Java 7 classes.
- Autor:
- Andy Clement
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBootstrapMethods(int nameIndex, int length, BootstrapMethods.BootstrapMethod[] lineNumberTable, ConstantPool constantPool) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidCalled by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.final voiddump(DataOutputStream file) Dump line number table attribute to file stream in binary format.final BootstrapMethods.BootstrapMethod[]final intfinal voidsetBootstrapMethods(BootstrapMethods.BootstrapMethod[] bootstrapMethods) final StringtoString()Von Klasse geerbte Methoden org.aspectj.apache.bcel.classfile.Attribute
getConstantPool, getLength, getName, getNameIndex, getTag, readAttribute
-
Konstruktordetails
-
BootstrapMethods
-
BootstrapMethods
public BootstrapMethods(int nameIndex, int length, BootstrapMethods.BootstrapMethod[] lineNumberTable, ConstantPool constantPool)
-
-
Methodendetails
-
setBootstrapMethods
-
accept
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. -
dump
Dump line number table attribute to file stream in binary format.- Setzt außer Kraft:
dumpin KlasseAttribute- Parameter:
file- Output file stream- Löst aus:
IOException
-
getBootstrapMethods
-
toString
-
getNumBootstrapMethods
public final int getNumBootstrapMethods()- Gibt zurück:
- deep copy of this attribute
-