|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMethodParametersAttribute
Description of a method's parameters names as described in the JVM specifications. This interface may be implemented by clients.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute |
|---|
getAttributeLength, getAttributeName, getAttributeNameIndex |
| Method Detail |
|---|
int getMethodParameterLength()
char[] getParameterName(int i)
short getAccessFlags(int i)
ACC_FINAL, ACC_SYNTHETIC, and ACC_MANDATED.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||