break label_11;
}
if (state != 0) {
{
if (true)
throw new ParseException("Invalid syntax: 2 commas cannot be grouped.", getToken(1));
}
}
state = 1;
grammarActions.findTokenAndAdd(",");
jj_consume_token(COMMA);
switch ((jj_ntk == -1) ? jj_ntk() : jj_ntk) {
case AS:
case NAME:
state = 0;
import_as_name();
break;
default:
jj_la1[31] = jj_gen;
;
}
}
try {
grammarActions.findTokenAndAdd(")");
jj_consume_token(RPAREN);
} catch (ParseException e) {
handleRParensNearButNotCurrent(e);
}
break;
default:
jj_la1[32] = jj_gen;
jj_consume_token(-1);
throw new ParseException();
}
} catch (Throwable jjte000) {
if (jjtc000) {
jjtree.clearNodeScope(jjtn000);
jjtc000 = false;