/* 54 */ return this.cflowString;
/* */ }
/* */
/* */ public Object invoke(Invocation invocation) throws Throwable
/* */ {
/* 59 */ if (new CFlowMatcher().matches(this.expr, invocation))
/* */ {
/* 61 */ Invocation wrapper = invocation.getWrapper(this.chain);
/* 62 */ return wrapper.invokeNext();
/* */ }
/* */