Class AnnotationsAttribute.Annotation
java.lang.Object
org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute.Annotation
- Enclosing class:
- AnnotationsAttribute
Class to represent the annotation structure for class file attributes
-
Constructor Summary
ConstructorDescriptionAnnotation
(int numPairs, CPUTF8 type, CPUTF8[] elementNames, AnnotationsAttribute.ElementValue[] elementValues) -
Method Summary
-
Constructor Details
-
Annotation
public Annotation(int numPairs, CPUTF8 type, CPUTF8[] elementNames, AnnotationsAttribute.ElementValue[] elementValues)
-
-
Method Details
-
getClassFileEntries
-
getLength
-
resolve
-
writeBody
- Throws:
IOException
-