public interface IMethodParametersAttribute extends IClassFileAttribute
| 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, getAttributeNameIndexint getMethodParameterLength()
char[] getParameterName(int i)
short getAccessFlags(int i)
ACC_FINAL, ACC_SYNTHETIC, and ACC_MANDATED.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.