/* 480 */ else if ((method instanceof Expr)) {
/* 481 */ Expr e = (Expr)method;
/* 482 */ mname = ((Symbol)e.oprand2()).get();
/* 483 */ int op = e.getOperator();
/* 484 */ if (op == 35) {
/* 485 */ targetClass = this.resolver.lookupClass(((Symbol)e.oprand1()).get(), false);
/* */
/* 487 */ isStatic = true;
/* */ }
/* 489 */ else if (op == 46) {
/* 490 */ ASTree target = e.oprand1();