Package aQute.bnd.classfile
Class NestHostAttribute
- java.lang.Object
-
- aQute.bnd.classfile.NestHostAttribute
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
host_class
static java.lang.String
NAME
-
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 int
attribute_length()
java.lang.String
name()
static NestHostAttribute
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
-
host_class
public final java.lang.String host_class
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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_length
in interfaceAttribute
-
-