{
protected Attribute read (ClassReader cr, int off,
int len, char[] buf, int codeOff, Label[] labels)
{
RuntimeInvisibleParameterAnnotations attr =
(RuntimeInvisibleParameterAnnotations)super.read(
cr, off, len, buf, codeOff, labels);
ASMRuntimeInvisibleParameterAnnotations result = new ASMRuntimeInvisibleParameterAnnotations();
result.parameters = attr.parameters;