Package | Description |
---|---|
org.eclipse.golo.compiler |
Provides access to the Golo compiler and supporting classes.
|
org.eclipse.golo.compiler.ir |
(this is an internal API)
|
Modifier and Type | Method and Description |
---|---|
void |
ClosureCaptureGoloIrVisitor.visitClosureReference(ClosureReference closureReference) |
Modifier and Type | Method and Description |
---|---|
ClosureReference |
GoloFunction.asClosureReference() |
ClosureReference |
ClosureReference.block(java.lang.Object... statements) |
static ClosureReference |
Builders.lambda(java.lang.String... parameters) |
ClosureReference |
ClosureReference.returns(java.lang.Object expression) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGoloIrVisitor.visitClosureReference(ClosureReference closureReference) |
void |
GoloIrVisitor.visitClosureReference(ClosureReference closureReference) |
void |
IrTreeDumper.visitClosureReference(ClosureReference closureReference) |