self reference

Object reference variable called me that is predefined as a local data object. It is available in each instance method and refers to the current instance in which the method is being executed. The static type of me is the class in which the instance method is implemented.