Class AnnotationDefaultAttribute
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
org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationDefaultAttribute
AnnotationDefault class file attribute
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.AnnotationsAttribute
AnnotationsAttribute.Annotation, AnnotationsAttribute.ElementValue
-
Field Summary
Fields inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
NONE
-
Constructor Summary
ConstructorDescriptionAnnotationDefaultAttribute
(AnnotationsAttribute.ElementValue elementValue) Constructs a new instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected int
protected ClassFileEntry[]
protected void
resolve
(ClassConstantPool pool) Allows the constant pool entries to resolve their nested entries.static void
setAttributeName
(CPUTF8 cpUTF8Value) toString()
protected void
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
doWrite, getAttributeName, getLengthIncludingHeader, hasBCIRenumbering, hashCode, isSourceFileAttribute
Methods inherited from class org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
objectHashCode, write
-
Constructor Details
-
AnnotationDefaultAttribute
Constructs a new instance.- Parameters:
elementValue
- element value to track.
-
-
Method Details
-
setAttributeName
-
equals
-
getLength
-
getNestedClassFileEntries
- Overrides:
getNestedClassFileEntries
in classAttribute
-
resolve
Description copied from class:ClassFileEntry
Allows the constant pool entries to resolve their nested entries. -
toString
- Specified by:
toString
in classClassFileEntry
-
writeBody
- Specified by:
writeBody
in classAttribute
- Throws:
IOException
-