Possible Duplicate:
What is the difference between Class.this and this in Java
I know what this
means in Java, but sometimes I see something like SomeClass.this
, what does it mean? does it refer to a static class filed? Could you please explain with an example?
Thanks.