Multiple classes in an (undefined) ArrayList?

@quark

I made great progress here.

I am working on a Sketch that can analyze itself.

The thing is that for (Class currentUserClass : getClass().getDeclaredClasses()) {

or for (java.lang.reflect.Method currentMethod : getClass().getDeclaredMethods()) {

does work only for the current Sketch itself.

What would be the easiest way to retrieve this from another Sketch?

In my analyzing Sketch I would like to open the folder of another Sketch and have this analyzed.

Thanks.