Package aQute.bnd.classfile
Class RecordAttribute
- java.lang.Object
-
- aQute.bnd.classfile.RecordAttribute
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RecordAttribute.RecordComponent
-
Field Summary
Fields Modifier and Type Field Description RecordAttribute.RecordComponent[]
components
static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description RecordAttribute(RecordAttribute.RecordComponent[] components)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
attribute_length()
java.lang.String
name()
static RecordAttribute
read(java.io.DataInput in, ConstantPool constant_pool)
java.lang.String
toString()
void
write(java.io.DataOutput out, ConstantPool constant_pool)
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
components
public final RecordAttribute.RecordComponent[] components
-
-
Constructor Detail
-
RecordAttribute
public RecordAttribute(RecordAttribute.RecordComponent[] components)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
read
public static RecordAttribute read(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
- Throws:
java.io.IOException
-
write
public void write(java.io.DataOutput out, ConstantPool constant_pool) throws java.io.IOException
-
attribute_length
public int attribute_length()
- Specified by:
attribute_length
in interfaceAttribute
-
-