Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
static Augmentation |
Augmentation.of(java.lang.Object target)
Creates an augmentation on the target name.
|
protected Augmentation |
Augmentation.self() |
Augmentation |
Augmentation.with(java.util.Collection<?> objects)
Define the functions or named augmentations to add to the target.
|
Augmentation |
Augmentation.with(java.lang.Object... objects)
Define the functions or named augmentations to add to the target.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Augmentation> |
GoloModule.getAugmentations() |
Modifier and Type | Method and Description |
---|---|
void |
Augmentation.merge(Augmentation other)
Merge two augmentations applied to the same target.
|
void |
GoloIrVisitor.visitAugmentation(Augmentation augment) |
void |
AbstractGoloIrVisitor.visitAugmentation(Augmentation augment) |
void |
Visitors.DispatchIrVisitor.visitAugmentation(Augmentation elt) |
void |
IrTreeDumper.visitAugmentation(Augmentation augmentation) |