628629630631632633634635
} final public NumericFunctionAtom numberAtom() throws ParseException { Token t; t = jj_consume_token(NUM); {if (true) return new NumberAtom(t.image);} throw new Error("Missing return statement in function"); }
866867868869870871872873
} final public NumberAtom getInt() throws ParseException { Token t; t = jj_consume_token(NUM); {if (true) return new NumberAtom(t.image);} throw new Error("Missing return statement in function"); }
807808809810811812813814815
jj_consume_token(-1); throw new ParseException(); } { if (true) return new NumberAtom(t.image); } throw new Error("Missing return statement in function"); }