Say I have a Class object which represents an anonymous inner class. Is there any way I can get the compiler's number for the class it created? For example I have a class here whose compilation has resulted in a
Thing$1.class
file being created. How can I find out this number from the Class object?