/* 332 */ } else if (isPlusPlusExpr(expr)) {
/* 333 */ Expr e = (Expr)expr;
/* 334 */ atPlusPlus(e.getOperator(), e.oprand1(), e, false);
/* */ }
/* */ else {
/* 337 */ expr.accept(this);
/* 338 */ if (is2word(this.exprType, this.arrayDim))
/* 339 */ this.bytecode.addOpcode(88);
/* 340 */ else if (this.exprType != 344)
/* 341 */ this.bytecode.addOpcode(87);
/* */ }