class Complex {
String.metaClass.methods[0..3].each{ method ->
Double re
println method.name
Double im
}