Modifier and type | Type and description |
---|---|
interface | IDefaultVisibilityProvider.Tester Test the types of the elements. |
Modifier and type | Action and description |
---|---|
static org.eclipse.xtext.common.types.JvmVisibility | getActionDefaultVisibilityIn(Tester) Replies the default visibility of an action when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getActionDefaultVisibilityIn(Class<T>) Replies the default visibility of an action when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getActionDefaultVisibilityIn(EObject) Replies the default visibility of an action when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getAnnotationTypeDefaultVisibilityIn(Tester) Replies the default visibility of an annotation type when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getAnnotationTypeDefaultVisibilityIn(Class<T>) Replies the default visibility of an annotation type when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getAnnotationTypeDefaultVisibilityIn(EObject) Replies the default visibility of an annotation type when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getClassDefaultVisibilityIn(Tester) Replies the default visibility of a class when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getClassDefaultVisibilityIn(Class<T>) Replies the default visibility of a class when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getClassDefaultVisibilityIn(EObject) Replies the default visibility of a class when inside the given container. |
abstract org.eclipse.xtext.common.types.JvmVisibility | getDefaultJvmVisibility(EObject) Replies the default visibility modifier of the given element. |
abstract org.eclipse.xtext.common.types.JvmVisibility | getDefaultJvmVisibility(EObject,EClass) Replies the default visibility modifier for the given element when it is inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getEnumerationDefaultVisibilityIn(Tester) Replies the default visibility of an enumeration when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getEnumerationDefaultVisibilityIn(Class<T>) Replies the default visibility of an enumeration when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getEnumerationDefaultVisibilityIn(EObject) Replies the default visibility of an enumeration when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getFieldDefaultVisibilityIn(Tester) Replies the default visibility of a field when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getFieldDefaultVisibilityIn(Class<T>) Replies the default visibility of a field when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getFieldDefaultVisibilityIn(EObject) Replies the default visibility of a field when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getInterfaceDefaultVisibilityIn(Tester) Replies the default visibility of an interface when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getInterfaceDefaultVisibilityIn(Class<T>) Replies the default visibility of an interface when inside the given container. |
static org.eclipse.xtext.common.types.JvmVisibility | getInterfaceDefaultVisibilityIn(EObject) Replies the default visibility of an interface when inside the given container. |
default boolean | isDefaultVisibility(EObject,JvmVisibility) Replies if the given visiblity is the default visibility for the given element. |
def getActionDefaultVisibilityIn(Tester) : org.eclipse.xtext.common.types.JvmVisibility
def getActionDefaultVisibilityIn(Class<T>) : org.eclipse.xtext.common.types.JvmVisibility
def getActionDefaultVisibilityIn(EObject) : org.eclipse.xtext.common.types.JvmVisibility
def getAnnotationTypeDefaultVisibilityIn(Tester) : org.eclipse.xtext.common.types.JvmVisibility
def getAnnotationTypeDefaultVisibilityIn(Class<T>) : org.eclipse.xtext.common.types.JvmVisibility
def getAnnotationTypeDefaultVisibilityIn(EObject) : org.eclipse.xtext.common.types.JvmVisibility
def getClassDefaultVisibilityIn(Tester) : org.eclipse.xtext.common.types.JvmVisibility
def getClassDefaultVisibilityIn(Class<T>) : org.eclipse.xtext.common.types.JvmVisibility
def getClassDefaultVisibilityIn(EObject) : org.eclipse.xtext.common.types.JvmVisibility
def getDefaultJvmVisibility(EObject) : org.eclipse.xtext.common.types.JvmVisibility
def getDefaultJvmVisibility(EObject,EClass) : org.eclipse.xtext.common.types.JvmVisibility
def getEnumerationDefaultVisibilityIn(Tester) : org.eclipse.xtext.common.types.JvmVisibility
def getEnumerationDefaultVisibilityIn(Class<T>) : org.eclipse.xtext.common.types.JvmVisibility
def getEnumerationDefaultVisibilityIn(EObject) : org.eclipse.xtext.common.types.JvmVisibility
def getFieldDefaultVisibilityIn(Tester) : org.eclipse.xtext.common.types.JvmVisibility
def getFieldDefaultVisibilityIn(Class<T>) : org.eclipse.xtext.common.types.JvmVisibility
def getFieldDefaultVisibilityIn(EObject) : org.eclipse.xtext.common.types.JvmVisibility
def getInterfaceDefaultVisibilityIn(Tester) : org.eclipse.xtext.common.types.JvmVisibility
def getInterfaceDefaultVisibilityIn(Class<T>) : org.eclipse.xtext.common.types.JvmVisibility
def getInterfaceDefaultVisibilityIn(EObject) : org.eclipse.xtext.common.types.JvmVisibility
def isDefaultVisibility(EObject,JvmVisibility) : boolean