5051525354555657
public final Object getProperty(Object receiver) { try { return effective.get(receiver); } catch (IllegalAccessException e) { throw new GroovyRuntimeException("Cannot get the property '" + name + "'.", e); } }