Lines Matching full:bexpr
1100 BinExpr bexpr = (BinExpr)expr;
1101 int type1 = compileOprands(bexpr);
1104 compareExpr(branchIf, bexpr.getOperator(), type1, bexpr);
1109 BinExpr bexpr = (BinExpr)expr;
1110 booleanExpr(!isAndAnd, bexpr.oprand1());
1114 booleanExpr(isAndAnd, bexpr.oprand2());
1150 Expr bexpr = (Expr)expr;
1151 int token = bexpr.getOperator();
1154 else if ((bexpr instanceof BinExpr)