/* 512 */ if (op == 358) {
/* 513 */ BinExpr bexpr = (BinExpr)expr;
/* 514 */ bexpr.oprand1().accept(this);
/* 515 */ int type1 = this.exprType;
/* 516 */ int dim1 = this.arrayDim;
/* 517 */ bexpr.oprand2().accept(this);
/* 518 */ if ((dim1 == 0) && (this.arrayDim == 0))
/* 519 */ insertCast(bexpr, type1, this.exprType);
/* */ }
/* 521 */ else if (op == 33) {
/* 522 */ ((Expr)expr).oprand1().accept(this);