public class MethodParametersAttribute extends ClassFileAttribute implements IMethodParametersAttribute
NO_ATTRIBUTES| Modifier and Type | Method and Description |
|---|---|
short |
getAccessFlags(int i)
Answer back the access flags for the i'th parameter, a mask of
ACC_FINAL, ACC_SYNTHETIC, and ACC_MANDATED. |
int |
getMethodParameterLength()
Answer back the number of parameters for this method as specified in
the JVM specifications.
|
char[] |
getParameterName(int i)
Answer back the name for the i'th parameter.
|
getAttributeLength, getAttributeName, getAttributeNameIndexdoubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8Atclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeLength, getAttributeName, getAttributeNameIndexpublic int getMethodParameterLength()
IMethodParametersAttributegetMethodParameterLength in interface IMethodParametersAttributepublic char[] getParameterName(int i)
IMethodParametersAttributegetParameterName in interface IMethodParametersAttributepublic short getAccessFlags(int i)
IMethodParametersAttributeACC_FINAL, ACC_SYNTHETIC, and ACC_MANDATED.getAccessFlags in interface IMethodParametersAttribute