102103104105106107108109110111112
} final public LValue getLValue() throws ParseException { Token value = null; LValue retval = null; PrefixOperator prefixOp = null; PostfixOperator postfixOp = null; switch (jj_nt.kind) { case PLUS: case MINUS: prefixOp = getPrefixOperator();
143144145146147148149150151152153
} public final LValue getLValue() throws ParseException { Token value; LValue retval; PrefixOperator prefixOp = null; PostfixOperator postfixOp = null; switch (jj_nt.kind) { case PLUS: case MINUS: prefixOp = getPrefixOperator();