Boring details - A reference to the containing object

The compiler inserts a private instance variable in the member class to hold a reference to the containing object.

It also inserts a hidden argument in all constructors for the member class, and passes the containing object's reference to the constructor for the member class.

File: az.htm [Next] [Prev]