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