final public EmptyStmt EmptyStatement() throws ParseException {
jj_consume_token(SEMICOLON);
{
if (true) {
return new EmptyStmt(token.beginLine, token.beginColumn, token.endLine, token.endColumn);
}
}
throw new Error("Missing return statement in function");
}