Class AnnotationsAttribute
java.lang.Object
org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute
- Direct Known Subclasses:
AnnotationDefaultAttribute
,RuntimeVisibleorInvisibleAnnotationsAttribute
,RuntimeVisibleorInvisibleParameterAnnotationsAttribute
Abstracts Annotations attributes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Represents the annotation structure for class file attributes.static class
Pairs a tag and value. -
Field Summary
Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
attributeName
Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
NONE
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotationsAttribute
(CPUTF8 attributeName) Constructs a new instance for an attribute name. -
Method Summary
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
doWrite, equals, getAttributeName, getLength, getLengthIncludingHeader, getNestedClassFileEntries, hasBCIRenumbering, hashCode, isSourceFileAttribute, resolve, writeBody
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
objectHashCode, toString, write
-
Constructor Details
-
AnnotationsAttribute
Constructs a new instance for an attribute name.- Parameters:
attributeName
- an attribute name.
-