Class AnnotationsAttribute.ElementValue
- java.lang.Object
-
- org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.ElementValue
-
- Enclosing class:
- AnnotationsAttribute
public static class AnnotationsAttribute.ElementValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ElementValue(int tag, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getClassFileEntries()
int
getLength()
void
resolve(ClassConstantPool pool)
void
writeBody(java.io.DataOutputStream dos)
-
-
-
Constructor Detail
-
ElementValue
public ElementValue(int tag, java.lang.Object value)
-
-
Method Detail
-
getClassFileEntries
public java.util.List getClassFileEntries()
-
resolve
public void resolve(ClassConstantPool pool)
-
writeBody
public void writeBody(java.io.DataOutputStream dos) throws java.io.IOException
- Throws:
java.io.IOException
-
getLength
public int getLength()
-
-