public class PublicVisibilityHelper extends Object implements IVisibilityHelper
ALL| Constructor and Description |
|---|
PublicVisibilityHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVisible(JvmMember member)
Returns
true if the member is visible according to the JvmVisibility and the local context. |
public boolean isVisible(JvmMember member)
IVisibilityHelpertrue if the member is visible according to the JvmVisibility and the local context.isVisible in interface IVisibilityHelpermember - the member that shall be accessed.true if the feature can be accessed.Copyright © 2015. All Rights Reserved.