Package aQute.bnd.classfile
Class EnclosingMethodAttribute
java.lang.Object
aQute.bnd.classfile.EnclosingMethodAttribute
- All Implemented Interfaces:
Attribute
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEnclosingMethodAttribute
(String class_name, String method_name, String method_descriptor) -
Method Summary
Modifier and TypeMethodDescriptionint
name()
static EnclosingMethodAttribute
read
(DataInput in, ConstantPool constant_pool) toString()
void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
NAME
- See Also:
-
class_name
-
method_name
-
method_descriptor
-
-
Constructor Details
-
EnclosingMethodAttribute
-
-
Method Details
-
name
-
toString
-
read
public static EnclosingMethodAttribute read(DataInput in, ConstantPool constant_pool) throws IOException - Throws:
IOException
-
write
- Specified by:
write
in interfaceAttribute
- Throws:
IOException
-
attribute_length
public int attribute_length()- Specified by:
attribute_length
in interfaceAttribute
-