public interface Accessible
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPackagePrivate()
Package visibility only, often referred to default visibility when no visibility keywords are assigned.
|
boolean |
isPrivate()
Locally visible within enclosing element.
|
boolean |
isProtected()
Visible to extending elements.
|
boolean |
isPublic()
Visible to all.
|
boolean isPrivate()
boolean isProtected()
boolean isPublic()
boolean isPackagePrivate()
Copyright © 2010–2019. All rights reserved.