{if (true) return t1;}
throw new Error("Missing return statement in function");
}
final public Object arithm_expr_factor() throws ParseException {
Object t1, t2; ArithmeticOp op;
t1 = arithm_expr_simple();
op = ArithmeticOp.none;
switch ((jj_ntk==-1)?jj_ntk():jj_ntk) {
case 54:
jj_consume_token(54);