ProtectedAccessors

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
class Object
trait Matchable
class Any

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?

Do we need a protected accessor if the current context's owner is not in a subclass or subtrait of sym?

Do we need a protected accessor if the current context's owner is not in a subclass or subtrait of sym?

Concrete fields