/* 824 */ ClassExpression exp = ast.getType();
/* */
/* 826 */ if (exp.isSimple())
/* */ {
/* 828 */ String asString = ClassExpression.simpleType(this.params[actualIndex]);
/* 829 */ if (!exp.matches(asString)) return false;
/* */
/* */ }
/* 833 */ else if (!Util.matchesClassExpr(exp, this.params[actualIndex], this.advisor)) { return false;
/* */ }
/* */