public class AnnotationDefaultAttribute extends ClassFileAttribute implements IAnnotationDefaultAttribute
NO_ATTRIBUTES| Constructor and Description |
|---|
AnnotationDefaultAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for AnnotationDefaultAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
IAnnotationComponentValue |
getMemberValue()
Answer back the member value as described in the JVM specifications.
|
getAttributeLength, getAttributeName, getAttributeNameIndexdoubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8Atclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeLength, getAttributeName, getAttributeNameIndexpublic AnnotationDefaultAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic IAnnotationComponentValue getMemberValue()
IAnnotationDefaultAttributegetMemberValue in interface IAnnotationDefaultAttribute