|
ACCESS MODIFIER |
ASSESSABILITY RANGE |
TARGET | |||||||
|---|---|---|---|---|---|---|---|---|---|
|
class |
package |
subclass |
subclass |
world |
type |
field |
method | ||
|
public |
✔ |
✔ |
✔ |
✔ |
✔ |
✔ |
✔ |
✔ | |
|
protected |
✔ |
✔ |
✔ |
✔ |
✘ |
✘ |
✔ |
✔ | |
|
no modifier / default / package private |
✔ |
✔ |
✔ |
✘ |
✘ |
✔ |
✔ |
✔ | |
|
private |
✔ |
✘ |
✘ |
✘ |
✘ |
✘ |
✔ |
✔ | |