Package | Description |
---|---|
org.eclipse.golo.runtime.augmentation |
Helper classes to resolve methods added by an augmentation.
|
Modifier and Type | Method and Description |
---|---|
static DefiningModule.Scope |
DefiningModule.Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefiningModule.Scope[] |
DefiningModule.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DefiningModule |
DefiningModule.of(java.lang.Class<?> module,
DefiningModule.Scope scope) |