Что означает конструкция «qualified this» в java?

В Effective Java внутри пункта «Пункт 22 :Предпочтение статическим классам-членам вместо нестатических» Джош Блох говорит:

Each instance of a nonstatic member class is implicitly associated with an enclosing instance of its containing class. Within instance methods of a nonstatic member class, you can invoke methods on the enclosing instance or obtain a reference to the enclosing instance using the qualified this construct.

Что он имеет в виду под квалифицированной этой конструкцией ?

26
задан Ali Dehghani 20 May 2016 в 00:22
поделиться