public class RuntimeVisibleTypeAnnotationsAttribute extends ClassFileAttribute implements IRuntimeVisibleTypeAnnotationsAttribute
NO_ATTRIBUTES| Constructor and Description |
|---|
RuntimeVisibleTypeAnnotationsAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for RuntimeVisibleTypeAnnotations.
|
| Modifier and Type | Method and Description |
|---|---|
IExtendedAnnotation[] |
getExtendedAnnotations()
Answer back the extended annotations.
|
int |
getExtendedAnnotationsNumber()
Answer back the number of annotations 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 RuntimeVisibleTypeAnnotationsAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic IExtendedAnnotation[] getExtendedAnnotations()
IRuntimeVisibleTypeAnnotationsAttributegetExtendedAnnotations in interface IRuntimeVisibleTypeAnnotationsAttributepublic int getExtendedAnnotationsNumber()
IRuntimeVisibleTypeAnnotationsAttributegetExtendedAnnotationsNumber in interface IRuntimeVisibleTypeAnnotationsAttribute