}
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: