Package | Description |
---|---|
org.eclipse.golo.runtime |
(this is an internal API)
|
org.eclipse.golo.runtime.augmentation |
Helper classes to resolve methods added by an augmentation.
|
Modifier and Type | Method and Description |
---|---|
static Loader |
Loader.forClass(java.lang.Class<?> klass)
Create a loader using the
ClassLoader of the given class |
static Loader |
Loader.forClassLoader(java.lang.ClassLoader loader) |
static Loader |
Loader.forCurrentThread()
Create a loader using the
ClassLoader of the current thread. |
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<AugmentationApplication> |
DefiningModule.augmentationsFor(Loader loader,
java.lang.Class<?> receiverType) |