676677678679680681682683
jj_consume_token(LPAR); uri1 = iObject(); jj_consume_token(COMMA); fun = stringFunctionAtom(); jj_consume_token(RPAR); {if (true) return new LetAtom(uri1, fun);} throw new Error("Missing return statement in function"); }
855856857858859860861862863
jj_consume_token(COMMA); fun = stringFunctionAtom(); jj_consume_token(RPAR); { if (true) return new LetAtom(uri1, fun); } throw new Error("Missing return statement in function"); }