| Package | Description |
|---|---|
| org.eclipse.golo.compiler.ir |
(this is an internal API)
|
| Modifier and Type | Method and Description |
|---|---|
static GoloFunction.Scope |
GoloFunction.Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GoloFunction.Scope[] |
GoloFunction.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GoloFunction |
GoloFunction.inScope(GoloFunction.Scope s) |