491492493494495496497498
StringFunctionAtom arg; jj_consume_token(LOWERCASE); jj_consume_token(LPAR); arg = stringFunctionAtom(); jj_consume_token(RPAR); {if (true) return new LowerCaseAtom(arg);} throw new Error("Missing return statement in function"); }
692693694695696697698699700
jj_consume_token(LPAR); arg = stringFunctionAtom(); jj_consume_token(RPAR); { if (true) return new LowerCaseAtom(arg); } throw new Error("Missing return statement in function"); }