throw new Error("Missing return statement in function");
}
final public Annotations Annotations() throws ParseException {
CommentList comments = getComments();
Annotations a = null;
ParsedElementAnnotation e;
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
case DOCUMENTATION:
case DOCUMENTATION_AFTER_SINGLE_LINE_COMMENT:
a = sb.makeAnnotations(comments, getContext());
label_20:
while (true) {
e = Documentation();
a.addElement(e);
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
case DOCUMENTATION:
case DOCUMENTATION_AFTER_SINGLE_LINE_COMMENT:
;
break;
default:
jj_la1[56] = jj_gen;
break label_20;
}
}
comments = getComments();
if (comments != null)
a.addLeadingComment(comments);
break;
default:
jj_la1[57] = jj_gen;
;
}
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
case 1:
jj_consume_token(1);
if (a == null) a = sb.makeAnnotations(comments, getContext()); clearAttributeList(); annotationsIncludeElements = false;
label_21:
while (true) {
if (jj_2_7(2)) {
;
} else {
break label_21;
}
PrefixedAnnotationAttribute(a, false);
}
label_22:
while (true) {
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
case 5:
case 6:
case 7:
case 10:
case 13:
case 14:
case 15:
case 16:
case 17:
case 18:
case 19:
case 26:
case 27:
case 31:
case 32:
case 33:
case 34:
case 35:
case 36:
case IDENTIFIER:
case ESCAPED_IDENTIFIER:
case PREFIXED_NAME:
;
break;
default:
jj_la1[58] = jj_gen;
break label_22;
}
e = AnnotationElement(false);
a.addElement(e); annotationsIncludeElements = true;
}
a.addComment(getComments());
jj_consume_token(9);
break;
default:
jj_la1[59] = jj_gen;
;