in maven-javascript-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/javascript/javascript20parser/JSParser20.java [4006:4059]
final public void ForInBinding() throws ParseException {
/*@bgen(jjtree) ForInBinding */
ASTForInBinding jjtn000 = new ASTForInBinding(this, JJTFORINBINDING);
boolean jjtc000 = true;
jjtree.openNodeScope(jjtn000);
try {
if (jj_2_18(3)) {
PostfixExpression();
} else {
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
case CONST:
case VAR:
VariableDefinitionKind();
VariableBindingNoIN();
break;
case FALSE:
case GET:
case INCLUDE:
case PRIVATE:
case PUBLIC:
case SET:
case TRUE:
case PROTECTED:
case IDENTIFIER:
Attributes();
VariableDefinitionKind();
VariableBindingNoIN();
break;
default:
jj_la1[77] = 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);
}
}
}