Package aQute.bnd.classfile
Class NestHostAttribute
- java.lang.Object
-
- aQute.bnd.classfile.NestHostAttribute
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringhost_classstatic java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description NestHostAttribute(java.lang.String host_class)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intattribute_length()java.lang.Stringname()static NestHostAttributeread(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
-
host_class
public final java.lang.String host_class
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
read
public static NestHostAttribute 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
-
-