Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
NamedAugmentation |
NamedAugmentation.add(java.lang.Object... elts)
Adds the elements to this augmentation.
|
static NamedAugmentation |
NamedAugmentation.of(java.lang.Object name)
Creates a named augmentation.
|
protected NamedAugmentation |
NamedAugmentation.self() |
Modifier and Type | Method and Description |
---|---|
void |
GoloIrVisitor.visitNamedAugmentation(NamedAugmentation augment) |
void |
AbstractGoloIrVisitor.visitNamedAugmentation(NamedAugmentation augment) |
void |
Visitors.DispatchIrVisitor.visitNamedAugmentation(NamedAugmentation elt) |
void |
IrTreeDumper.visitNamedAugmentation(NamedAugmentation namedAugmentation) |