alt.jiapi.file.attribute
Class ParameterAnnotationsAttribute
java.lang.Object
alt.jiapi.file.attribute.Attribute
alt.jiapi.file.attribute.AnnotationBase
alt.jiapi.file.attribute.ParameterAnnotationsAttribute
public class ParameterAnnotationsAttribute
- extends AnnotationBase
RuntimeVisibleParameterAnnotations and RuntimeInvisibleParameterAnnotations attribute.
- Author:
- Mika Riekkinen
Fields inherited from class alt.jiapi.file.attribute.Attribute |
cp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParameterAnnotationsAttribute
public ParameterAnnotationsAttribute(ConstantPool cp,
short nameIndex,
int length,
java.io.DataInputStream dis)
throws java.io.IOException
- Throws:
java.io.IOException
getParameterAnnotations
public java.util.List[] getParameterAnnotations()
- Get parameter annotations associated with underlying method.
Each element in array represents an method parameters annotations.
I.e. parameter_annotations[0] represents annotations of 1st parameter.
- Returns:
- Parameter annotations
toString
public java.lang.String toString()
- Overrides:
toString
in class Attribute
Copyright © 2001. Documenation generated August 26 2011.