public class RuntimeInvisibleParameterAnnotationsAttribute extends ClassFileAttribute implements IRuntimeInvisibleParameterAnnotationsAttribute
NO_ATTRIBUTES| Constructor and Description |
|---|
RuntimeInvisibleParameterAnnotationsAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
Constructor for RuntimeVisibleParameterAnnotations.
|
| Modifier and Type | Method and Description |
|---|---|
IParameterAnnotation[] |
getParameterAnnotations()
Answer back the parameter annotations.
|
int |
getParametersNumber()
Answer back the number of parameters 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 RuntimeInvisibleParameterAnnotationsAttribute(byte[] classFileBytes,
IConstantPool constantPool,
int offset)
throws ClassFormatException
classFileBytes - constantPool - offset - ClassFormatExceptionpublic IParameterAnnotation[] getParameterAnnotations()
IRuntimeInvisibleParameterAnnotationsAttributegetParameterAnnotations in interface IRuntimeInvisibleParameterAnnotationsAttributepublic int getParametersNumber()
IRuntimeInvisibleParameterAnnotationsAttributegetParametersNumber in interface IRuntimeInvisibleParameterAnnotationsAttribute