Some java language constructs rely upon anonymous inner classes being added to an abstract class at run time in order to fill in the omitted functions at run time.
For example,
Example of inner classes used as an alternative to interfaces
How would you do this in jython? Is it possible to do or would you have to write out the class in its entirety and then reference it?