Class AnnotationsAttribute.ElementValue
- java.lang.Object
-
- kala.compress.harmony.unpack200.bytecode.AnnotationsAttribute.ElementValue
-
- Enclosing class:
- AnnotationsAttribute
public static class AnnotationsAttribute.ElementValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intconstantValueIndexprivate inttagprivate java.lang.Objectvalue
-
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<java.lang.Object>getClassFileEntries()intgetLength()voidresolve(ClassConstantPool pool)voidwriteBody(java.io.DataOutputStream dos)
-
-
-
Method Detail
-
getClassFileEntries
public java.util.List<java.lang.Object> getClassFileEntries()
-
getLength
public int getLength()
-
resolve
public void resolve(ClassConstantPool pool)
-
writeBody
public void writeBody(java.io.DataOutputStream dos) throws java.io.IOException- Throws:
java.io.IOException
-
-