Package aQute.bnd.classfile
Class ModuleAttribute.Open
- java.lang.Object
-
- aQute.bnd.classfile.ModuleAttribute.Open
-
- Enclosing class:
- ModuleAttribute
public static class ModuleAttribute.Open extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACC_MANDATED
static int
ACC_SYNTHETIC
java.lang.String
opens
int
opens_flags
java.lang.String[]
opens_to
-
Constructor Summary
Constructors Constructor Description Open(java.lang.String opens, int opens_flags, java.lang.String[] opens_to)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static ModuleAttribute.Open
read(java.io.DataInput in, ConstantPool constant_pool)
java.lang.String
toString()
(package private) int
value_length()
(package private) void
write(java.io.DataOutput out, ConstantPool constant_pool)
-
-
-
Field Detail
-
ACC_SYNTHETIC
public static final int ACC_SYNTHETIC
- See Also:
- Constant Field Values
-
ACC_MANDATED
public static final int ACC_MANDATED
- See Also:
- Constant Field Values
-
opens
public final java.lang.String opens
-
opens_flags
public final int opens_flags
-
opens_to
public final java.lang.String[] opens_to
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
read
static ModuleAttribute.Open read(java.io.DataInput in, ConstantPool constant_pool) throws java.io.IOException
- Throws:
java.io.IOException
-
write
void write(java.io.DataOutput out, ConstantPool constant_pool) throws java.io.IOException
- Throws:
java.io.IOException
-
value_length
int value_length()
-
-