Package | Description |
---|---|
sk.stuba.fiit.perconik.eclipse.jdt.core.dom |
Extension to the
org.eclipse.jdt.core.dom package
of the Eclipse Platform. |
Modifier and Type | Method and Description |
---|---|
static NodeFlag |
NodeFlag.valueOf(int value) |
static NodeFlag |
NodeFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeFlag[] |
NodeFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<NodeFlag> |
NodeFlag.setOf(int values) |
Modifier and Type | Method and Description |
---|---|
static int |
NodeFlag.valuesAsInteger(java.util.Set<NodeFlag> values) |