您可以使用"delegate"引用该对象:
String.metaClass.propertyMissing = { String name -> "I do not exist, but my name is $delegate.$name" } println "a".me