Constant
11581159116011611162116311641165116611671168
jj_consume_token(154); module.addQuotedLabel(tok); } final public SyntacticOperand.Expr Const() throws ParseException { Expr e; if (jj_2_8(2147483647)) { e = RelExpr(); } else { switch ((jj_ntk==-1)?jj_ntk():jj_ntk) { case INTEGER_LITERAL:
11781179118011811182118311841185118611871188
{if (true) return module.newOperand(e);} throw new Error("Missing return statement in function"); } final public Expr Term() throws ParseException { Token tok; Expr e; switch ((jj_ntk==-1)?jj_ntk():jj_ntk) { case IDENTIFIER: tok = jj_consume_token(IDENTIFIER); e = new Expr.Variable(tok); break;