Package | Description |
---|---|
org.eclipse.golo.compiler.ir |
(this is an internal API)
|
Modifier and Type | Method and Description |
---|---|
NamedAugmentation |
NamedAugmentation.add(java.lang.Object fun) |
static NamedAugmentation |
Builders.augmentation(PackageAndClass name) |
static NamedAugmentation |
Builders.augmentation(java.lang.String name) |
NamedAugmentation |
NamedAugmentation.ofAST(GoloASTNode node) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<NamedAugmentation> |
GoloModule.getNamedAugmentations() |
Modifier and Type | Method and Description |
---|---|
void |
GoloModule.addNamedAugmentation(NamedAugmentation augment) |
void |
AbstractGoloIrVisitor.visitNamedAugmentation(NamedAugmentation augment) |
void |
GoloIrVisitor.visitNamedAugmentation(NamedAugmentation augment) |
void |
IrTreeDumper.visitNamedAugmentation(NamedAugmentation namedAugmentation) |