You can use Outer.class to get the class of an external class object (which will return the same class object as Outer.this.getClass (), but more efficient)
If you want to access the statics in the enclosing class, you can use Outer.name, where name is a static field or method.
Scott Stanchfield Sep 16 '08 at 15:18 2008-09-16 15:18
source share