/** * @name 03_compileAndExecute */ import java /* We are actually interested in argument 0 of compileAndExecute, * because that's the string that will get executed. */ from Method m, MethodAccess ma where m.getName() = "compileAndExecute" and ma.getMethod() = m select ma.getArgument(0)