There is this way, of course: OuterClass.this. But that's very clumsy. Ideally, there'd be a keyword outer just like super.
Is there some way to do it reflectively? (I have not found any way, the hidden outer reference does not seem to show up in the result of Class#getFields().)
Maybe there is a way in Java7?
EDIT. Consider this similar question that I just found:
OuterClass.this? Do you really expect there's going to be a shorter solution? – Louis Wasserman Jul 1 '12 at 18:35