To refer from the inner class Inner to an instance of the framing class Outer use the following entry:
Outer.this Is it possible to refer from the Inner class to an instance of the class framing the Outer class and at the same time not use the design of the ИмяКлассаОбрамляющегоОбрамляющийКласс.this ?
Is there a real use of such an architecture when a class contains inner classes, which in turn also contain inner classes?