Inside of functions in the class, by default, this refers to the instance of the object on which the function was called. You can then use dot-notation inside the class the same as you use outside the class to refer to functions and properties.

You can learn more about this in:
Run Edit