/* 890 */ drv.compileExpr(this.expression);
/* */ }
/* */
/* */ int getConstantValue(ConstPool cp, CtClass type) {
/* */ try {
/* 895 */ ASTree t = Javac.parseExpr(this.expression, new SymbolTable());
/* 896 */ return getConstantValue2(cp, type, t);
/* */ } catch (CompileError e) {
/* */ }
/* 899 */ return 0;
/* */ }