public class RuntimeInvisibleAnnotationsAttribute extends ClassFileAttribute implements IRuntimeInvisibleAnnotationsAttribute
NO_ATTRIBUTES| Constructor and Description |
|---|
RuntimeInvisibleAnnotationsAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for RuntimeInvisibleAnnotations.
|
| Modifier and Type | Method and Description |
|---|---|
IAnnotation[] |
getAnnotations()
Answer back the annotations.
|
int |
getAnnotationsNumber()
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 RuntimeInvisibleAnnotationsAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic IAnnotation[] getAnnotations()
IRuntimeInvisibleAnnotationsAttributegetAnnotations in interface IRuntimeInvisibleAnnotationsAttributepublic int getAnnotationsNumber()
IRuntimeInvisibleAnnotationsAttributegetAnnotationsNumber in interface IRuntimeInvisibleAnnotationsAttribute