{if (true) return getOperatorFactory().createPostfixOperator(value.image);}
throw new Error("Missing return statement in function");
}
final public InfixOperator getInfixOperator() throws ParseException {
InfixOperator op = null;
Token value = null;
switch (jj_nt.kind) {
case PLUS:
value = jj_consume_token(PLUS);
break;