return new LocalVariableTableAttr(cp, name, length, din);
}
break;
case 'R':
if (name.equals(RUNTIME_VISIBLE_ANNOTATIONS)) {
return new RuntimeVisibleAnnotationsAttr(cp, name, length, din);
} else if (name.equals(RUNTIME_INVISIBLE_ANNOTATIONS)) {
return new RuntimeInvisibleAnnotationsAttr(cp, name, length, din);
} else if (name.equals(RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS)) {
return new RuntimeVisibleParameterAnnotationsAttr(cp, name, length, din);
} else if (name.equals(RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS)) {