/* 165 */ Object result = lookup.getTarget();
/* 166 */ if (this.property != null)
/* */ {
/* 168 */ if ((lookup instanceof AttributeDispatchContext))
/* */ {
/* 170 */ AttributeDispatchContext adc = (AttributeDispatchContext)lookup;
/* 171 */ result = adc.get(this.property);
/* */ }
/* */ else {
/* 174 */ throw new IllegalArgumentException("Cannot use property attribute, context is not AttributeDispatchContext: " + lookup + ", metadata: " + this);
/* */ }
/* */ }