Package aQute.bnd.classfile
Class ElementValueInfo
java.lang.Object
aQute.bnd.classfile.ElementValueInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ElementValueInfo
read
(DataInput in, ConstantPool constant_pool) (package private) static Object
readValue
(DataInput in, ConstantPool constant_pool) toString()
(package private) static String
(package private) int
(package private) static int
value_length
(Object value) (package private) void
write
(DataOutput out, ConstantPool constant_pool) (package private) static void
writeValue
(DataOutput out, ConstantPool constant_pool, Object value)
-
Field Details
-
name
-
value
-
-
Constructor Details
-
ElementValueInfo
-
-
Method Details
-
toString
-
toString
-
read
- Throws:
IOException
-
write
- Throws:
IOException
-
value_length
int value_length() -
readValue
- Throws:
IOException
-
writeValue
- Throws:
IOException
-
value_length
-