Пример #1
0
 public Object invoke(Method mth, Object... args) throws Exception {
   assertNotNull("dynamicCompiler not ready", dynamicCompiler);
   assertNotNull("unknown method", mth);
   return dynamicCompiler.invoke(mth, args);
 }