public interface IVisibilityHelper
JvmFeature is accessible according to the Java VM's
visibility rules.ContextualVisibilityHelper,
PublicVisibilityHelper| Modifier and Type | Field and Description |
|---|---|
static IVisibilityHelper |
ALL
Treats all members as visible members independently from their own visibility or
the visibility of their containers.
|
| 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. |
static final IVisibilityHelper ALL