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