Package aQute.bnd.classfile
Class SyntheticAttribute
- java.lang.Object
-
- aQute.bnd.classfile.SyntheticAttribute
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description SyntheticAttribute()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intattribute_length()java.lang.Stringname()static SyntheticAttributeread(java.io.DataInput in, ConstantPool constant_pool)java.lang.StringtoString()voidwrite(java.io.DataOutput out, ConstantPool constant_pool)
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
read
public static SyntheticAttribute 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_lengthin interfaceAttribute
-
-