Package | Description |
---|---|
org.eclipse.golo.compiler.ir |
(this is an internal API)
|
Modifier and Type | Method and Description |
---|---|
Augmentation |
GoloModule.addAugmentation(Augmentation augment) |
static Augmentation |
Builders.augment(PackageAndClass target) |
static Augmentation |
Builders.augment(java.lang.String target) |
Augmentation |
Augmentation.ofAST(GoloASTNode node) |
Augmentation |
Augmentation.with(java.util.Collection<?> objects) |
Augmentation |
Augmentation.with(java.lang.Object... objects) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Augmentation> |
GoloModule.getAugmentations() |
Modifier and Type | Method and Description |
---|---|
Augmentation |
GoloModule.addAugmentation(Augmentation augment) |
void |
Augmentation.merge(Augmentation other) |
void |
AbstractGoloIrVisitor.visitAugmentation(Augmentation augment) |
void |
GoloIrVisitor.visitAugmentation(Augmentation augment) |
void |
IrTreeDumper.visitAugmentation(Augmentation augmentation) |