jj_consume_token(WHILE);
jj_consume_token(OPEN);
Expression();
jj_consume_token(CLOSE);
jj_consume_token(SEMICOLON);
stmt.onWhile((Expression)pop());
flowPop();
}
final public void ForeachStatement(String label) throws ParseException {
ForeachStatement foreach = null;