2009-12-14 外部クラスのインスタンスを得る Java class Outer { class Inner { void foo() { Outer.this // ここポイント! } } } 参考:http://q.hatena.ne.jp/1122203296#a366785