2930313233343536373839
} public void test1() throws IOException{ final ArrayList cache = new ArrayList(); final Listener l = new Listener(){ public void onInstance(Object obj){ cache.add(obj); } }; final NutsProcessor meta = interpreter.createMetaInterpreter();