| Package | Description |
|---|---|
| org.eclipse.xtend.lib.macro.declaration |
| Modifier and Type | Method and Description |
|---|---|
Visibility |
MemberDeclaration.getVisibility() |
static Visibility |
Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Visibility[] |
Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableMemberDeclaration.setVisibility(Visibility visibility)
Sets the
Visibility of this member. |
void |
MutableEnumerationValueDeclaration.setVisibility(Visibility visibility)
It is not possible to change visibility of enumeration value.
|
Copyright © 2015. All Rights Reserved.