Package | Description |
---|---|
gololang.ir |
Java package for golo IR tree elements.
|
Modifier and Type | Method and Description |
---|---|
Decorator |
Decorator.constant() |
Decorator |
Decorator.constant(boolean constant) |
static Decorator |
Decorator.of(java.lang.Object expr)
Create a function decorator from the given expression.
|
protected Decorator |
Decorator.self() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Decorator> |
GoloFunction.getDecorators() |
Modifier and Type | Method and Description |
---|---|
void |
GoloFunction.addDecorator(Decorator decorator) |
void |
GoloFunction.removeDecorator(Decorator decorator) |
void |
GoloIrVisitor.visitDecorator(Decorator decorator) |
void |
AbstractGoloIrVisitor.visitDecorator(Decorator decorator) |
void |
Visitors.DispatchIrVisitor.visitDecorator(Decorator elt) |
void |
IrTreeDumper.visitDecorator(Decorator decorator) |