in maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/javascript20parser/JSParser20.java [3953:4004]
final public void ForInitializer() throws ParseException {
/*@bgen(jjtree) ForInitializer */
ASTForInitializer jjtn000 = new ASTForInitializer(this, JJTFORINITIALIZER);
boolean jjtc000 = true;
jjtree.openNodeScope(jjtn000);
try {
if (jj_2_17(3)) {
ListExpressionNoIN();
} else {
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
case CONST:
case VAR:
VariableDefinitionNoIN();
break;
case FALSE:
case GET:
case INCLUDE:
case PRIVATE:
case PUBLIC:
case SET:
case TRUE:
case PROTECTED:
case IDENTIFIER:
Attributes();
VariableDefinitionNoIN();
break;
default:
jj_la1[76] = jj_gen;
jj_consume_token(-1);
throw new ParseException();
}
}
} catch (Throwable jjte000) {
if (jjtc000) {
jjtree.clearNodeScope(jjtn000);
jjtc000 = false;
} else {
jjtree.popNode();
}
if (jjte000 instanceof RuntimeException) {
{if (true) throw (RuntimeException)jjte000;}
}
if (jjte000 instanceof ParseException) {
{if (true) throw (ParseException)jjte000;}
}
{if (true) throw (Error)jjte000;}
} finally {
if (jjtc000) {
jjtree.closeNodeScope(jjtn000, true);
}
}
}