public class YoYo { class YoYoYo { void foo (){ YoYo yoYoy = YoYo.this; } } class Other { { new YoYoYo(); } } }