Class AnnotationsAttribute.ElementValue
java.lang.Object
org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.ElementValue
- Enclosing class:
AnnotationsAttribute
Pairs a tag and value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a list of class file entries.int
Gets the length.void
resolve
(ClassConstantPool pool) Resolves this instance against a given pool.void
Writes this instance to the given output stream.
-
Constructor Details
-
ElementValue
Constructs a new instance.- Parameters:
tag
- a tag.value
- a value.
-
-
Method Details
-
getClassFileEntries
Gets a list of class file entries.- Returns:
- a list of class file entries.
-
getLength
Gets the length.- Returns:
- the length.
-
resolve
Resolves this instance against a given pool.- Parameters:
pool
- a class constant pool.
-
writeBody
Writes this instance to the given output stream.- Parameters:
dos
- the output stream.- Throws:
IOException
- if an I/O error occurs.
-