public class PublicVisibilityHelper extends java.lang.Object implements IVisibilityHelper
ALL| Constructor and Description |
|---|
PublicVisibilityHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVisible(org.eclipse.xtext.common.types.JvmMember member)
Returns
true if the member is visible according to the JvmVisibility and the local context. |
public boolean isVisible(org.eclipse.xtext.common.types.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.