Defining anonymous classes

2014-08-14 Thread Florian Weimer
Is there an end-user accessible way of defining anonymous classes (by which I mean classes which are kept alive only by explicit references or their instances, and not their class loader)? Searching for the term "anonymous classes" isn't particularly revealing due to the Java-level language co

Re: Defining anonymous classes

2014-08-14 Thread Mark Roos
Is there an end-user accessible way of defining anonymous classes (by which I mean classes which are kept alive only by explicit references or their instances, and not their class loader)? Searching for the term "anonymous classes" isn't particularly revealing