1

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?

Community
  • 1
  • 1
Richard Green
  • 2,037
  • 2
  • 20
  • 38
  • 1
    possible duplicate of [In Jython, can I make an inline anonymous class that implements a Java interface?](http://stackoverflow.com/questions/12424405/in-jython-can-i-make-an-inline-anonymous-class-that-implements-a-java-interface) – andersschuller Mar 22 '14 at 20:40
  • Thanks Anders ... Yes that is pretty much what I was looking for. – Richard Green Mar 24 '14 at 10:02

0 Answers0