[SOLVED] Instantiating a particular class constructor using reflection

Well, it’s initialized from this statement: final Class<?> appCls = getClass();

Docs.Oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#getClass()

It means it’s the class of our app sketch instance. More precisely, a subclass of PApplet.