Add accessors for all protected accesses. An accessor is needed if according to the rules of the JVM a protected class member is not accessible from the point of access, but is accessible if the access is from an enclosing class. In this point a public access method is placed in that enclosing class.
Add accessors for all protected accesses. An accessor is needed if according to the rules of the JVM a protected class member is not accessible from the point of access, but is accessible if the access is from an enclosing class. In this point a public access method is placed in that enclosing class.
- Companion
- class
Value members
Concrete methods
Is the current context's owner inside the access boundary established by sym?
Is the current context's owner inside the access boundary established by sym?
Do we need a protected accessor for accessing sym from the current context's owner?
Do we need a protected accessor for accessing sym from the current context's owner?