/** * @name 01_compileAndExecute */ import java /* Find the method named "compileAndExecute". This method is used * to execute OGNL, so it is going to be the sink of our dataflow * analysis. */ from Method m where m.getName() = "compileAndExecute" select m