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