In general you use OuterClassName.this to refer to the enclosing instance of the outer class.
OuterClassName.this
In your example that would be a.this.otherMethod()
a.this.otherMethod()
1.4m articles
1.4m replys
5 comments
57.0k users