/** * @name 02_compileAndExecute */ import java /* Find calls to "compileAndExecute". */ from Method m, MethodAccess ma where m.getName() = "compileAndExecute" and ma.getMethod() = m select m, ma